"

2013 FRC Java API

"

Uses of Interface
javax.microedition.io.InputConnection

Packages that use InputConnection
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.j2me.channel   
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 InputConnection in com.sun.squawk.io
 

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

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

Classes in com.sun.squawk.io.j2me.channel that implement InputConnection
 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.
 

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

Subinterfaces of InputConnection 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 InputConnection in javax.microedition.io
 

Subinterfaces of InputConnection in javax.microedition.io
 interface ContentConnection
          This interface defines the stream connection over which content is passed.
 interface HttpConnection
          This interface defines the necessary methods and constants for an HTTP connection.
 interface SocketConnection
          This interface defines the socket stream connection.
 interface StreamConnection
          This interface defines the capabilities that a stream connection must have.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"