Interface | Description |
---|---|
Authenticator |
This interface provides a way to respond to authentication challenge and
authentication response headers.
|
BaseStream |
This interface defines the methods needed by a parent that uses the
PrivateInputStream and PrivateOutputStream objects defined in this package.
|
ObexTransport |
The
ObexTransport interface defines the underlying transport
connection which carries the OBEX protocol( such as TCP, RFCOMM device file
exposed by Bluetooth or USB in kernel, RFCOMM socket emulated in Android
platform, Irda). |
Operation |
The
Operation interface provides ways to manipulate a single
OBEX PUT or GET operation. |
SessionNotifier |
The
SessionNotifier interface defines a connection notifier for
server-side OBEX connections. |
Class | Description |
---|---|
ApplicationParameter | |
ApplicationParameter.TRIPLET_LENGTH | |
ApplicationParameter.TRIPLET_TAGID | |
ApplicationParameter.TRIPLET_VALUE | |
ApplicationParameter.TRIPLET_VALUE.FORMAT | |
ApplicationParameter.TRIPLET_VALUE.ORDER | |
ApplicationParameter.TRIPLET_VALUE.SEARCHATTRIBUTE | |
ClientOperation |
This class implements the
Operation interface. |
ClientSession |
This class in an implementation of the OBEX ClientSession.
|
HeaderSet |
This class implements the javax.obex.HeaderSet interface for OBEX over
RFCOMM or OBEX over l2cap.
|
ObexHelper |
This class defines a set of helper methods for the implementation of Obex.
|
ObexPacket | |
ObexSession |
The
ObexSession interface characterizes the term
"OBEX Connection" as defined in the IrDA Object Exchange Protocol v1.2, which
could be the server-side view of an OBEX connection, or the client-side view
of the same connection, which is established by server's accepting of a
client issued "CONNECT". |
PasswordAuthentication |
This class holds user name and password combinations.
|
PrivateInputStream |
This object provides an input stream to the Operation objects used in this
package.
|
PrivateOutputStream |
This object provides an output stream to the Operation objects used in this
package.
|
ResponseCodes |
The
ResponseCodes class contains the list of valid response
codes a server may send to a client. |
ServerOperation |
This class implements the Operation interface for server side connections.
|
ServerRequestHandler |
The
ServerRequestHandler class defines an event listener that
will respond to OBEX requests made to the server. |
ServerSession |
This class in an implementation of the OBEX ServerSession.
|