Uses of Class
javax.obex.ServerRequestHandler

Packages that use ServerRequestHandler
com.intel.bluetooth.obex BlueCove JSR-82 OBEX implementation. 
javax.obex JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 
 

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 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.
 



JSR-82 Javadocs Apache License, Version 2.0 Copyright © 2001-2008 Motorola, Inc. ALL RIGHTS RESERVED.
BlueCove Javadocs
Apache License, Version 2.0 Copyright © 2004-2008 BlueCove Team.