| 
    Slide 5.1: Network connection Slide 5.3: Network connection (cont.) Home  | 
  
    
   | 
 
StreamConnection. 
  It provides access to some of the basic meta data information provided by HTTP connections.
 StreamConnection on which a communication link has ben established.
 String parameter has the format "protocol:address;parameters".
Connector.open(String);Below are few examples:
   Connector.open("http://java.sun.com/developer");
   Connector.open("datagram://address:port#");
   Connector.open("comm:0;baudrate=9600');
   Connector.open("file:/myFile.txt");