Uses of Class
org.apache.directory.server.ldap.handlers.UnbindHandler

Packages that use UnbindHandler
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.handlers Provides LDAP message handlers that implement MessageHandler
 

Uses of UnbindHandler in org.apache.directory.server.ldap
 

Methods in org.apache.directory.server.ldap that return UnbindHandler
 UnbindHandler LdapServer.getUnbindHandler()
           
 

Methods in org.apache.directory.server.ldap with parameters of type UnbindHandler
 void LdapServer.setUnbindHandler(UnbindHandler unbindHandler)
           
 

Uses of UnbindHandler in org.apache.directory.server.ldap.handlers
 

Subclasses of UnbindHandler in org.apache.directory.server.ldap.handlers
 class DefaultUnbindHandler
          A no reply protocol handler implementation for LDAP UnbindRequests.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.