"

2013 FRC Java API

"

Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
com.sun.cldc.io Provides base class for all connections. 
com.sun.squawk.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
com.sun.squawk.io.connections   
com.sun.squawk.io.j2me.channel   
com.sun.squawk.io.j2me.debug   
com.sun.squawk.io.j2me.dserror   
com.sun.squawk.io.j2me.file   
com.sun.squawk.io.j2me.http   
com.sun.squawk.io.j2me.multicastoutput   
com.sun.squawk.io.j2me.serversocket   
com.sun.squawk.io.j2me.socket   
com.sun.squawk.microedition.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
javax.microedition.io Classes for the Generic Connection framework. 
 

Uses of Connection in com.sun.cldc.io
 

Methods in com.sun.cldc.io that return Connection
 Connection ConnectionBaseInterface.openPrim(String name, int mode, boolean timeouts)
           
 

Uses of Connection in com.sun.squawk.io
 

Classes in com.sun.squawk.io that implement Connection
 class ConnectionBase
          Base class for Connection protocols.
 class ConnectionBaseAdapter
          Protocol classes extend this class to gain some of the common functionality needed to implement a CLDC Generic Connection.
 

Methods in com.sun.squawk.io that return Connection
abstract  Connection ConnectionBase.open(String protocol, String name, int mode, boolean timeouts)
          Open a connection to a target.
abstract  Connection ConnectionBaseAdapter.openPrim(String name, int mode, boolean timeouts)
          Initialize the StreamConnection and return it.
 

Uses of Connection in com.sun.squawk.io.connections
 

Subinterfaces of Connection in com.sun.squawk.io.connections
 interface ClasspathConnection
           
 

Uses of Connection in com.sun.squawk.io.j2me.channel
 

Classes in com.sun.squawk.io.j2me.channel that implement Connection
 class Protocol
          This connection is used to 'channel' other connections through to an embedded J2SE VM (if any) that may support additional connection types not supported by the Squawk core code.
 

Methods in com.sun.squawk.io.j2me.channel that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          open
 

Uses of Connection in com.sun.squawk.io.j2me.debug
 

Methods in com.sun.squawk.io.j2me.debug that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Open the connection
 

Uses of Connection in com.sun.squawk.io.j2me.dserror
 

Methods in com.sun.squawk.io.j2me.dserror that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Open the connection
 

Uses of Connection in com.sun.squawk.io.j2me.file
 

Methods in com.sun.squawk.io.j2me.file that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Open the connection
 Connection Protocol.openPrim(String name, int mode, boolean timeouts)
          Opens the file connection.
 

Uses of Connection in com.sun.squawk.io.j2me.http
 

Methods in com.sun.squawk.io.j2me.http that return Connection
 Connection Protocol.open(String protocol, String url, int mode, boolean timeouts)
           
 

Uses of Connection in com.sun.squawk.io.j2me.multicastoutput
 

Methods in com.sun.squawk.io.j2me.multicastoutput that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Opens the connection.
 

Uses of Connection in com.sun.squawk.io.j2me.serversocket
 

Methods in com.sun.squawk.io.j2me.serversocket that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Open the connection
 

Uses of Connection in com.sun.squawk.io.j2me.socket
 

Methods in com.sun.squawk.io.j2me.socket that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Open the connection
 

Uses of Connection in com.sun.squawk.microedition.io
 

Subinterfaces of Connection in com.sun.squawk.microedition.io
 interface FileConnection
          This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
 

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 HttpConnection
          This interface defines the necessary methods and constants for an HTTP connection.
 interface InputConnection
          This interface defines the capabilities that an input stream connection must have.
 interface MulticastConnection
          This interface defines the capabilities that a datagram connection must have.
 interface OutputConnection
          This interface defines the capabilities that an output stream connection must have.
 interface ServerSocketConnection
          This interface defines the server socket stream connection.
 interface SocketConnection
          This interface defines the socket stream connection.
 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.
 interface UDPDatagramConnection
          This interface defines a datagram connection which knows it's local end point address.
 

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.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"