|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Connection in com.ibm.oti.connection |
---|
Subinterfaces of Connection in com.ibm.oti.connection | |
---|---|
interface |
CreateConnection
Stub for IBM J9 implementation. |
Methods in com.ibm.oti.connection that return Connection | |
---|---|
Connection |
CreateConnection.setParameters2(String spec,
int access,
boolean timeout)
Passes the parameters from the Connector.open() method to this object. |
Uses of Connection in com.intel.bluetooth |
---|
Methods in com.intel.bluetooth that return Connection | |
---|---|
static Connection |
MicroeditionConnector.open(String name)
|
static Connection |
MicroeditionConnector.open(String name,
int mode)
|
static Connection |
MicroeditionConnector.open(String name,
int mode,
boolean timeouts)
|
Methods in com.intel.bluetooth with parameters of type Connection | |
---|---|
static boolean |
RemoteDeviceHelper.implAuthorize(RemoteDevice device,
Connection conn)
Determines if this RemoteDevice should be allowed to continue to access the local service provided by the Connection. |
static boolean |
RemoteDeviceHelper.implEncrypt(RemoteDevice device,
Connection conn,
boolean on)
Attempts to turn encryption on or off for an existing connection. |
static RemoteDevice |
RemoteDeviceHelper.implGetRemoteDevice(Connection conn)
Retrieves the Bluetooth device that is at the other end of the Bluetooth connection. |
static boolean |
RemoteDeviceHelper.implIsAuthorized(RemoteDevice device,
Connection conn)
Determines if this RemoteDevice has been authorized. |
Uses of Connection in com.intel.bluetooth.btgoep |
---|
Classes in com.intel.bluetooth.btgoep that implement Connection | |
---|---|
class |
Connection
This class is Proxy for btgoep (OBEX over RFCOMM) Connection implementations for IBM J9 support |
Methods in com.intel.bluetooth.btgoep that return Connection | |
---|---|
Connection |
Connection.acceptAndOpen(ServerRequestHandler handler)
|
Connection |
Connection.acceptAndOpen(ServerRequestHandler handler,
Authenticator auth)
|
Connection |
Connection.setParameters2(String spec,
int access,
boolean timeout)
|
Uses of Connection in com.intel.bluetooth.btl2cap |
---|
Methods in com.intel.bluetooth.btl2cap that return Connection | |
---|---|
Connection |
Connection.setParameters2(String spec,
int access,
boolean timeout)
|
Uses of Connection in com.intel.bluetooth.btspp |
---|
Methods in com.intel.bluetooth.btspp that return Connection | |
---|---|
Connection |
Connection.setParameters2(String spec,
int access,
boolean timeout)
|
Uses of Connection in com.intel.bluetooth.gcf.socket |
---|
Classes in com.intel.bluetooth.gcf.socket that implement Connection | |
---|---|
class |
ServerSocketConnection
|
class |
SocketConnection
|
Uses of Connection in com.intel.bluetooth.obex |
---|
Classes in com.intel.bluetooth.obex that implement Connection | |
---|---|
class |
OBEXClientSessionImpl
ClientSession implementation. |
class |
OBEXSessionNotifierImpl
SessionNotifier implementation. |
Methods in com.intel.bluetooth.obex that return Connection | |
---|---|
Connection |
OBEXSessionNotifierImpl.acceptAndOpen(ServerRequestHandler handler)
|
Connection |
OBEXSessionNotifierImpl.acceptAndOpen(ServerRequestHandler handler,
Authenticator auth)
|
Methods in com.intel.bluetooth.obex with parameters of type Connection | |
---|---|
static int |
BlueCoveOBEX.getPacketSize(Connection c)
Once OBEX connection is made this will return negotiated MTU value. |
static void |
BlueCoveOBEX.setPacketSize(Connection c,
int mtu)
Allows to change the MTU before calling clientSession.connect(headers). |
Uses of Connection in com.intel.bluetooth.tcpobex |
---|
Methods in com.intel.bluetooth.tcpobex that return Connection | |
---|---|
Connection |
Connection.acceptAndOpen(ServerRequestHandler handler)
|
Connection |
Connection.acceptAndOpen(ServerRequestHandler handler,
Authenticator auth)
|
Connection |
Connection.setParameters2(String spec,
int access,
boolean timeout)
|
Uses of Connection in com.sun.cdc.io |
---|
Methods in com.sun.cdc.io that return Connection | |
---|---|
Connection |
ConnectionBaseInterface.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.cdc.io.j2me.btgoep |
---|
Methods in com.sun.cdc.io.j2me.btgoep that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.cdc.io.j2me.btl2cap |
---|
Methods in com.sun.cdc.io.j2me.btl2cap that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.cdc.io.j2me.btspp |
---|
Methods in com.sun.cdc.io.j2me.btspp that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.cdc.io.j2me.tcpobex |
---|
Methods in com.sun.cdc.io.j2me.tcpobex that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.midp.io.j2me.btgoep |
---|
Methods in com.sun.midp.io.j2me.btgoep that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.midp.io.j2me.btl2cap |
---|
Methods in com.sun.midp.io.j2me.btl2cap that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.midp.io.j2me.btspp |
---|
Methods in com.sun.midp.io.j2me.btspp that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in com.sun.midp.io.j2me.tcpobex |
---|
Methods in com.sun.midp.io.j2me.tcpobex that return Connection | |
---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
|
Uses of Connection in javax.bluetooth |
---|
Subinterfaces of Connection in javax.bluetooth | |
---|---|
interface |
L2CAPConnection
The L2CAPConnection interface represents a
connection-oriented L2CAP channel. |
interface |
L2CAPConnectionNotifier
The L2CAPConnectionNotifier interface provides
an L2CAP connection notifier. |
Methods in javax.bluetooth with parameters of type Connection | |
---|---|
boolean |
RemoteDevice.authorize(Connection conn)
Determines if this RemoteDevice should be allowed to
continue to access the local service provided by the
Connection . |
boolean |
RemoteDevice.encrypt(Connection conn,
boolean on)
Attempts to turn encryption on or off for an existing connection. |
ServiceRecord |
LocalDevice.getRecord(Connection notifier)
Gets the service record corresponding to a btspp ,
btl2cap , or btgoep notifier. |
static RemoteDevice |
RemoteDevice.getRemoteDevice(Connection conn)
Retrieves the Bluetooth device that is at the other end of the Bluetooth Serial Port Profile connection, L2CAP connection, or OBEX over RFCOMM connection provided. |
boolean |
RemoteDevice.isAuthorized(Connection conn)
Determines if this RemoteDevice has been authorized
previously by the BCC of the local device to exchange data related to the
service associated with the connection. |
Uses of Connection in javax.microedition.io |
---|
Subinterfaces of Connection in javax.microedition.io | |
---|---|
interface |
ContentConnection
This interface defines the stream connection over which content is passed. |
interface |
InputConnection
This interface defines the capabilities that an input stream connection must have. |
interface |
OutputConnection
This interface defines the capabilities that an output stream connection must have. |
interface |
ServerSocketConnection
|
interface |
SocketConnection
|
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)
|
static Connection |
Connector.open(String name,
int mode)
|
static Connection |
Connector.open(String name,
int mode,
boolean timeouts)
|
Uses of Connection in javax.obex |
---|
Subinterfaces of Connection in javax.obex | |
---|---|
interface |
ClientSession
The ClientSession interface provides methods for OBEX
requests. |
interface |
Operation
The Operation interface provides ways to manipulate a single
OBEX PUT or GET operation. |
interface |
SessionNotifier
The SessionNotifier interface defines a connection notifier for
server-side OBEX connections. |
Methods in javax.obex that return Connection | |
---|---|
Connection |
SessionNotifier.acceptAndOpen(ServerRequestHandler handler)
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client. |
Connection |
SessionNotifier.acceptAndOpen(ServerRequestHandler handler,
Authenticator auth)
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client and the Authenticator to use to respond to authentication challenge
and authentication response headers. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |