2010 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.spot.ota   
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.debug   
com.sun.squawk.io.j2me.file   
com.sun.squawk.io.j2me.http   
com.sun.squawk.io.j2me.pipe   
com.sun.squawk.io.j2me.serversocket   
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.spot.ota
StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

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.debug
Connection
          This is the most basic type of generic connection.
OutputConnection
          This interface defines the capabilities that an output stream connection must have.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.file
InputConnection
          This interface defines the capabilities that an input 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.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.pipe
StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

Classes in javax.microedition.io used by com.sun.squawk.io.j2me.serversocket
StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier must have.
 

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.
StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier 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.
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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.