"

2013 FRC Java API

"

Uses of Package
javax.microedition.io

Packages that use javax.microedition.io
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.http   
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. 
 

Classes in javax.microedition.io used by com.sun.cldc.io
Connection
          This is the most basic type of generic connection.
 

Classes in javax.microedition.io used by com.sun.squawk.io
Connection
          This is the most basic type of generic connection.
ConnectionNotFoundException
          This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
InputConnection
          This interface defines the capabilities that an input stream connection must have.
OutputConnection
          This interface defines the capabilities that an output stream connection must have.
StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

Classes in javax.microedition.io used by com.sun.squawk.io.connections
Connection
          This is the most basic type of generic connection.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.channel
Connection
          This is the most basic type of generic connection.
InputConnection
          This interface defines the capabilities that an input stream connection must have.
OutputConnection
          This interface defines the capabilities that an output stream connection must have.
StreamConnection
          This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier must have.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.http
ContentConnection
          This interface defines the stream connection over which content is passed.
HttpConnection
          This interface defines the necessary methods and constants for an HTTP connection.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.serversocket
ServerSocketConnection
          This interface defines the server socket stream connection.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.socket
SocketConnection
          This interface defines the socket stream connection.
 

Classes in javax.microedition.io used by com.sun.squawk.microedition.io
Connection
          This is the most basic type of generic connection.
InputConnection
          This interface defines the capabilities that an input stream connection must have.
OutputConnection
          This interface defines the capabilities that an output stream connection must have.
StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

Classes in javax.microedition.io used by javax.microedition.io
Connection
          This is the most basic type of generic connection.
ContentConnection
          This interface defines the stream connection over which content is passed.
Datagram
          This class defines an abstract interface for datagram packets.
DatagramConnection
          This interface defines the capabilities that a datagram connection must have.
InputConnection
          This interface defines the capabilities that an input stream connection must have.
OutputConnection
          This interface defines the capabilities that an output stream connection must have.
StreamConnection
          This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier must have.
UDPDatagramConnection
          This interface defines a datagram connection which knows it's local end point address.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"