Class LDAPDebuggerRequestHandler

java.lang.Object
com.unboundid.ldap.listener.LDAPListenerRequestHandler
com.unboundid.ldap.listener.LDAPDebuggerRequestHandler
All Implemented Interfaces:
IntermediateResponseTransformer, SearchEntryTransformer, SearchReferenceTransformer

This class provides a request handler that may be used to write detailed information about the contents of all requests and responses that pass through it. It will be also be associated with another request handler that will actually be used to handle the request.
  • Constructor Details

    • LDAPDebuggerRequestHandler

      Creates a new LDAP debugger request handler that will write detailed information about the contents of all requests and responses that pass through it using the provided log handler, and will process client requests using the provided request handler.
      Parameters:
      logHandler - The log handler that will be used to write detailed information about requests and responses. Note that all messages will be logged at the INFO level. It must not be null. Note that the log handler will not be automatically closed when the associated listener is shut down.
      requestHandler - The request handler that will actually be used to process any requests received. It must not be null.
  • Method Details