2010 FRC Java API


Uses of Interface
javax.microedition.io.OutputConnection

Packages that use OutputConnection
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.debug   
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 OutputConnection in com.sun.squawk.io
 

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

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

Classes in com.sun.squawk.io.j2me.debug that implement OutputConnection
 class Protocol
          Connection to the J2ME debug stream The two valid urls are: "debug:" or "debug:err", which send output to the VM-level standard out or standard error streams.
 

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

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

Uses of OutputConnection in javax.microedition.io
 

Subinterfaces of OutputConnection 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 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.