| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static <C> ServerConnectionFactory<C,Integer> |
Connections.newServerConnectionFactory(RequestHandler<RequestContext> requestHandler)
Creates a new server connection factory using the provided
RequestHandler. |
static <C> ServerConnectionFactory<C,Integer> |
Connections.newServerConnectionFactory(RequestHandlerFactory<C,RequestContext> factory)
Creates a new server connection factory using the provided
RequestHandlerFactory. |
| Modifier and Type | Method and Description |
|---|---|
static <C> ConnectionFactory |
Connections.newInternalConnectionFactory(ServerConnectionFactory<C,Integer> factory,
C clientContext)
Creates a new connection factory which binds internal client connections
to
ServerConnections created using the provided
ServerConnectionFactory. |
Copyright © 2017-2020 Wren Security. All Rights Reserved.