Uses of Interface
javax.microedition.io.InputConnection

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

Uses of InputConnection in com.intel.bluetooth.btspp
 

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

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

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

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 SocketConnection
           
 interface StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

Uses of InputConnection in javax.obex
 

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

Uses of InputConnection in lejos.nxt.comm
 

Classes in lejos.nxt.comm that implement InputConnection
 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.