Class LDAPConnectionHandler

java.lang.Object
org.opends.server.api.ConnectionHandler<LdapConnectionHandlerCfg>
org.opends.server.protocols.ldap.LDAPConnectionHandler
All Implemented Interfaces:
Closeable, AutoCloseable, ConfigurationChangeListener<LdapConnectionHandlerCfg>, AlertGenerator, ServerShutdownListener

This class defines a connection handler that will be used for communicating with clients over LDAP. It is actually implemented in two parts: as a connection handler and one or more request handlers. The connection handler is responsible for accepting new connections and registering each of them with a request handler. The request handlers then are responsible for reading requests from the clients and parsing them as operations. A single request handler may be used, but having multiple handlers might provide better performance in a multi-CPU system.
  • Constructor Details

    • LDAPConnectionHandler

      public LDAPConnectionHandler()
  • Method Details