|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.intel.bluetooth | BlueCove JSR-82 for J2SE implementation. |
| com.intel.bluetooth.obex | BlueCove JSR-82 OBEX implementation. |
| javax.bluetooth | JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 |
| javax.microedition.io | Classes for the Generic Connection framework. |
| javax.obex | JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 |
| 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.authorize(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.encrypt(RemoteDevice device,
Connection conn,
boolean on)
Attempts to turn encryption on or off for an existing connection. |
static RemoteDevice |
RemoteDeviceHelper.getRemoteDevice(Connection conn)
|
static boolean |
RemoteDeviceHelper.isAuthorized(RemoteDevice device,
Connection conn)
|
| 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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||