Uses of Interface
javax.microedition.io.OutputConnection

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

Uses of OutputConnection in javax.microedition.io
 

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

Uses of OutputConnection in lejos.nxt.comm
 

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