Uses of Interface
javax.microedition.io.StreamConnection

Packages that use StreamConnection
com.intel.bluetooth.btspp   
com.intel.bluetooth.gcf.socket   
com.intel.bluetooth.obex   
javax.microedition.io   
javax.obex   
lejos.nxt.comm NXT communication classes 
 

Uses of StreamConnection in com.intel.bluetooth.btspp
 

Classes in com.intel.bluetooth.btspp that implement StreamConnection
 class Connection
          This class is Proxy for btspp (RFCOMM) Connection implementations for IBM J9 support
 

Methods in com.intel.bluetooth.btspp that return StreamConnection
 StreamConnection Connection.acceptAndOpen()
           
 

Uses of StreamConnection in com.intel.bluetooth.gcf.socket
 

Classes in com.intel.bluetooth.gcf.socket that implement StreamConnection
 class SocketConnection
           
 

Methods in com.intel.bluetooth.gcf.socket that return StreamConnection
 StreamConnection ServerSocketConnection.acceptAndOpen()
           
 

Uses of StreamConnection in com.intel.bluetooth.obex
 

Constructors in com.intel.bluetooth.obex with parameters of type StreamConnection
OBEXClientSessionImpl(StreamConnection conn, OBEXConnectionParams obexConnectionParams)
          Applications should not used this function.
 

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 SocketConnection
           
 

Methods in javax.microedition.io that return StreamConnection
 StreamConnection StreamConnectionNotifier.acceptAndOpen()
           
 

Uses of StreamConnection in javax.obex
 

Subinterfaces of StreamConnection in javax.obex
 interface Operation
          The Operation interface provides ways to manipulate a single OBEX PUT or GET operation.
 

Uses of StreamConnection in lejos.nxt.comm
 

Classes in lejos.nxt.comm that implement StreamConnection
 class BTConnection
          Provides a Bluetooth connection Supports both packetized, raw and stream based communincation.
 class NXTConnection
          Generic lejos nxt connection class.
 class RS485Connection
          Connection object for an RS485/BitBus connection This object models a single BitBus connection.
 class USBConnection
          Provides a USB connection Supports both packetized, raw and stream based communincation.