Package | Description |
---|---|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
Modifier and Type | Method and Description |
---|---|
Collection<LDAPClientConnection> |
LDAPRequestHandler.getClientConnections()
Retrieves the set of all client connections that are currently registered
with this request handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPRequestHandler.registerClient(LDAPClientConnection clientConnection)
Registers the provided client connection with this request
handler so that any requests received from that client will be
processed.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.