com.ibm.oti.connection.btspp
Class Connection

java.lang.Object
  extended by com.intel.bluetooth.BluetoothConnectionAccessAdapter
      extended by com.intel.bluetooth.btspp.Connection
          extended by com.ibm.oti.connection.btspp.Connection
All Implemented Interfaces:
CreateConnection, BluetoothConnectionAccess, BluetoothConnectionNotifierServiceRecordAccess, Connection, InputConnection, OutputConnection, StreamConnection, StreamConnectionNotifier

public class Connection
extends Connection

This class is Proxy for btgoep (OBEX over RFCOMM) Connection implementations for IBM J9 support

No need to configure -Dmicroedition.connection.pkgs=com.intel.bluetooth when bluecove.jar installed to "%J9_HOME%\lib\jclMidp20\ext\

Your application should not use this class directly.

Rating red

Constructor Summary
Connection()
           
 
Method Summary
 
Methods inherited from class com.intel.bluetooth.btspp.Connection
acceptAndOpen, close, getImpl, getServiceRecord, openDataInputStream, openDataOutputStream, openInputStream, openOutputStream, setParameters, setParameters2, updateServiceRecord
 
Methods inherited from class com.intel.bluetooth.BluetoothConnectionAccessAdapter
encrypt, getBluetoothStack, getRemoteAddress, getRemoteDevice, getSecurityOpt, isClosed, markAuthenticated, setRemoteDevice, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()