Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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 | Class and Description |
---|---|
class |
BoundedWorkQueueStrategy
A QueueingStrategy that concurrently enqueues a bounded number of operations to the DirectoryServer work queue.
|
class |
SynchronousStrategy
This class implements the "synchronous" strategy, that is the operation is directly handled, without going to the
work queue.
|
class |
WorkQueueStrategy
This class implements the work queue strategy.
|
Constructor and Description |
---|
LDAPConnectionHandler(QueueingStrategy strategy,
String friendlyName)
Creates a new instance of this LDAP connection handler, using a queueing strategy.
|
Copyright 2010-2020 ForgeRock AS.