Uses of Interface
javax.microedition.io.InputConnection

Packages that use InputConnection
javax.microedition.io J2ME I/O. 
lejos.nxt.comm NXT communication classes 
 

Uses of InputConnection in javax.microedition.io
 

Subinterfaces of InputConnection in javax.microedition.io
 interface StreamConnection
          This interface defines the capabilities that a stream connection must have.
 

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.