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> ConnectionFactory |
Connections.newInternalConnectionFactory(RequestHandlerFactory<C,RequestContext> factory,
C clientContext)
Creates a new connection factory which binds internal client connections
to
RequestHandler s created using the provided
RequestHandlerFactory . |
static <C> ServerConnectionFactory<C,Integer> |
Connections.newServerConnectionFactory(RequestHandlerFactory<C,RequestContext> factory)
Creates a new server connection factory using the provided
RequestHandlerFactory . |
Copyright 2010-2017 ForgeRock AS.