com.ibm.oti.connection.tcpobex
Class Connection

java.lang.Object
  extended by com.intel.bluetooth.tcpobex.Connection
      extended by com.ibm.oti.connection.tcpobex.Connection
All Implemented Interfaces:
CreateConnection, BluetoothConnectionNotifierServiceRecordAccess, Connection, ClientSession, SessionNotifier

public class Connection
extends Connection

This class is Proxy for tcpobex (OBEX over TCP) 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.tcpobex.Connection
acceptAndOpen, acceptAndOpen, close, connect, createHeaderSet, delete, disconnect, get, getConnectionID, getServiceRecord, put, setAuthenticator, setConnectionID, setParameters, setParameters2, setPath, updateServiceRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()