Uses of Interface
javax.microedition.io.StreamConnectionNotifier

Packages that use StreamConnectionNotifier
com.intel.bluetooth.btspp   
com.intel.bluetooth.gcf.socket   
com.intel.bluetooth.obex   
javax.microedition.io   
 

Uses of StreamConnectionNotifier in com.intel.bluetooth.btspp
 

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

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

Classes in com.intel.bluetooth.gcf.socket that implement StreamConnectionNotifier
 class ServerSocketConnection
           
 

Uses of StreamConnectionNotifier in com.intel.bluetooth.obex
 

Constructors in com.intel.bluetooth.obex with parameters of type StreamConnectionNotifier
OBEXSessionNotifierImpl(StreamConnectionNotifier notifier, OBEXConnectionParams obexConnectionParams)
          Applications should not used this function.
 

Uses of StreamConnectionNotifier in javax.microedition.io
 

Subinterfaces of StreamConnectionNotifier in javax.microedition.io
 interface ServerSocketConnection