Class ProxyRequestHandler

java.lang.Object
com.unboundid.ldap.listener.LDAPListenerRequestHandler
com.unboundid.ldap.listener.ProxyRequestHandler
All Implemented Interfaces:
IntermediateResponseListener, Serializable

This class provides an implementation of a simple LDAP listener request handler that may be used to forward the request to another LDAP directory server.
See Also:
  • Constructor Details

    • ProxyRequestHandler

      Creates a new instance of this proxy request handler that will use the provided ServerSet to connect to an LDAP server.
      Parameters:
      serverSet - The server that will be used to create LDAP connections to forward any requests received. It must not be null.
  • Method Details