Uses of Class
javax.obex.ServerRequestHandler

Packages that use ServerRequestHandler
com.intel.bluetooth.btgoep   
com.intel.bluetooth.obex   
com.intel.bluetooth.tcpobex   
javax.obex   
 

Uses of ServerRequestHandler in com.intel.bluetooth.btgoep
 

Methods in com.intel.bluetooth.btgoep with parameters of type ServerRequestHandler
 Connection Connection.acceptAndOpen(ServerRequestHandler handler)
           
 Connection Connection.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 

Uses of ServerRequestHandler in com.intel.bluetooth.obex
 

Methods in com.intel.bluetooth.obex with parameters of type ServerRequestHandler
 Connection OBEXSessionNotifierImpl.acceptAndOpen(ServerRequestHandler handler)
           
 Connection OBEXSessionNotifierImpl.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 

Uses of ServerRequestHandler in com.intel.bluetooth.tcpobex
 

Methods in com.intel.bluetooth.tcpobex with parameters of type ServerRequestHandler
 Connection Connection.acceptAndOpen(ServerRequestHandler handler)
           
 Connection Connection.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 

Uses of ServerRequestHandler in javax.obex
 

Methods in javax.obex with parameters of type ServerRequestHandler
 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.