J2ME CDC

Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
javax.microedition.io   
 

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 interface ContentConnection
          This interface defines the stream connection over which content is passed.
 interface DatagramConnection
          This interface defines the capabilities that a datagram connection must have.
 interface DirectoryConnection
          Metadata connection
 interface InputConnection
          This interface defines the capabilities that an input stream connection must have.
 interface OutputConnection
          This interface defines the capabilities that an output stream connection must have.
 interface RandomAccessConnection
          A connection to a random access memory
 interface StreamConnection
          This interface defines the capabilities that a stream connection must have.
 interface StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier must have.
 

Methods in javax.microedition.io that return Connection
static Connection Connector.open(String name)
          Create and open a Connection
static Connection Connector.open(String name, int mode)
          Create and open a Connection
static Connection Connector.open(String name, int mode, boolean timeouts)
          Create and open a Connection
 Connection ConnectionBaseInterface.openPrim(String name, int mode, boolean timeouts)
           
 


J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.