Uses of Interface
javax.microedition.io.OutputConnection

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

Uses of OutputConnection in com.intel.bluetooth.btspp
 

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

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

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

Uses of OutputConnection in javax.microedition.io
 

Subinterfaces of OutputConnection 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 OutputConnection in javax.obex
 

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

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.