Package javax.obex

Interface Summary
Authenticator This interface provides a way to respond to authentication challenge and authentication response headers.
ClientSession The ClientSession interface provides methods for OBEX requests.
HeaderSet The HeaderSet interface defines the methods that set and get the values of OBEX headers.
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 Summary
PasswordAuthentication This class holds user name and password combinations.
ResponseCodes The ResponseCodes class contains the list of valid response codes a server may send to a client.
ServerRequestHandler The ServerRequestHandler class defines an event listener that will respond to OBEX requests made to the server.