2010 FRC Java API


Uses of Interface
javax.microedition.io.StreamConnection

Packages that use StreamConnection
com.sun.spot.ota   
com.sun.squawk.io.j2me.pipe   
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 StreamConnection in com.sun.spot.ota
 

Fields in com.sun.spot.ota declared as StreamConnection
 StreamConnection OtaCommandListener.connection
           
 

Methods in com.sun.spot.ota with parameters of type StreamConnection
abstract  Runnable ServerSocketListener.newRunnable(StreamConnection connection)
           
 Runnable OtaCommandServerSocketListener.newRunnable(StreamConnection connection)
           
 

Constructors in com.sun.spot.ota with parameters of type StreamConnection
OtaCommandListener(ServerSocketListener server, StreamConnection connection)
           
 

Uses of StreamConnection in com.sun.squawk.io.j2me.pipe
 

Classes in com.sun.squawk.io.j2me.pipe that implement StreamConnection
 class Protocol
           
 

Methods in com.sun.squawk.io.j2me.pipe with parameters of type StreamConnection
 Runnable PipeServerSocketListener.newRunnable(StreamConnection connection)
           
 

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

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

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

Methods in javax.microedition.io that return StreamConnection
 StreamConnection StreamConnectionNotifier.acceptAndOpen()
          Returns a StreamConnection object that represents a server side socket connection.
 


2010 FRC Java API


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