Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
javax.bluetooth Standard Bluetooth classes 
javax.microedition.io J2ME I/O. 
lejos.nxt.comm NXT communication classes 
 

Uses of Connection in javax.bluetooth
 

Methods in javax.bluetooth with parameters of type Connection
static RemoteDevice RemoteDevice.getRemoteDevice(Connection conn)
           
 

Uses of Connection in javax.microedition.io
 

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

Methods in javax.microedition.io that return Connection
static Connection Connector.open(String name)
          Create and open a Connection.
static Connection Connector.open(String name, int mode)
          Create and open a Connection.
static Connection Connector.open(String name, int mode, boolean timeouts)
          Create and open a Connection.
 

Uses of Connection in lejos.nxt.comm
 

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