| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerConnection<C>
A handler interface for interacting with client connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBackend
A simple in memory back-end which can be used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
RequestHandler<R> |
RequestHandlerFactory.handleAccept(C clientContext)
Invoked when a new client connection is accepted by the associated
listener.
|
| Modifier and Type | Method and Description |
|---|---|
static Connection |
Connections.newInternalConnection(RequestHandler<RequestContext> requestHandler)
Creates a new internal client connection which will route requests to the
provided
RequestHandler. |
static ConnectionFactory |
Connections.newInternalConnectionFactory(RequestHandler<RequestContext> requestHandler)
Creates a new connection factory which binds internal client connections
to the provided
RequestHandlers. |
static <C> ServerConnectionFactory<C,Integer> |
Connections.newServerConnectionFactory(RequestHandler<RequestContext> requestHandler)
Creates a new server connection factory using the provided
RequestHandler. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.