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

Packages that use LdapResponseHandler
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.handlers.response   
 

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

Methods in org.apache.directory.server.ldap that return LdapResponseHandler
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.AddResponse> LdapServer.getAddResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse> LdapServer.getBindResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.CompareResponse> LdapServer.getCompareResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.DeleteResponse> LdapServer.getDeleteResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.ExtendedResponse> LdapServer.getExtendedResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.IntermediateResponse> LdapServer.getIntermediateResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse> LdapServer.getModifyDnResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyResponse> LdapServer.getModifyResponseHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultDone> LdapServer.getSearchResultDoneHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry> LdapServer.getSearchResultEntryHandler()
           
 LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultReference> LdapServer.getSearchResultReferenceHandler()
           
 

Methods in org.apache.directory.server.ldap with parameters of type LdapResponseHandler
 void LdapServer.setAddHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.AddRequest> addRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.AddResponse> addResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setBindHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.BindRequest> bindRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse> bindResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setCompareHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest> compareRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.CompareResponse> compareResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setDeleteHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.DeleteRequest> deleteRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.DeleteResponse> deleteResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setIntermediateHandler(LdapResponseHandler<org.apache.directory.api.ldap.model.message.IntermediateResponse> intermediateResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setModifyDnHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyDnRequest> modifyDnRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse> modifyDnResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setModifyHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyRequest> modifyRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyResponse> modifyResponseHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setSearchHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.SearchRequest> searchRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry> searchResultEntryHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultReference> searchResultReferenceHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultDone> searchResultDoneHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setSearchHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.SearchRequest> searchRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry> searchResultEntryHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultReference> searchResultReferenceHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultDone> searchResultDoneHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 void LdapServer.setSearchHandlers(LdapRequestHandler<org.apache.directory.api.ldap.model.message.SearchRequest> searchRequestHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry> searchResultEntryHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultReference> searchResultReferenceHandler, LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultDone> searchResultDoneHandler)
          Inject the MessageReceived and MessageSent handler into the IoHandler
 

Uses of LdapResponseHandler in org.apache.directory.server.ldap.handlers.response
 

Subclasses of LdapResponseHandler in org.apache.directory.server.ldap.handlers.response
 class AddResponseHandler
          An LDAP add response operation AddResponse handler.
 class BindResponseHandler
          A single reply handler for BindResponses.
 class CompareResponseHandler
          A single reply handler for CompareResponses.
 class DeleteResponseHandler
          A single reply handler for DeleteResponses.
 class ExtendedResponseHandler
          A single reply handler for ExtendedResponses.
 class IntermediateResponseHandler
          A single reply handler for IntermediateResponses.
 class ModifyDnResponseHandler
          A single reply handler for ModifyDnResponses.
 class ModifyResponseHandler
          A single reply handler for ModifyResponses.
 class SearchResultDoneHandler
          A handler for processing SearchResultDone responses.
 class SearchResultEntryHandler
          A handler for processing SearchResultEntry responses.
 class SearchResultReferenceHandler
          A handler for processing SearchResultReference responses.
 



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