| Package | Description |
|---|---|
| org.forgerock.opendj.reactive |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
| org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
| org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
| 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 |
|---|---|
com.forgerock.reactive.Stream<org.forgerock.opendj.ldap.responses.Response> |
LDAPClientConnection2.handle(QueueingStrategy queueingStrategy,
org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope message)
Processes the provided LDAP message read from the client and takes whatever action is appropriate.
|
| Constructor and Description |
|---|
LDAPConnectionHandler2(QueueingStrategy strategy,
String friendlyName)
Creates a new instance of this LDAP connection handler, using a queueing strategy.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
QueueingStrategy |
SdkConnectionAdapter.getQueueingStrategy()
Return the queueing strategy used by this connection.
|
| Modifier and Type | Method and Description |
|---|---|
QueueingStrategy |
LDAPConnectionHandler.getQueueingStrategy()
Get the queueing 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 Wren Security. All Rights Reserved.