Package | Description |
---|---|
org.forgerock.opendj.grizzly |
Provides an implementation of a transport provider using Grizzly as
transport.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
Constructor and Description |
---|
GrizzlyLDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections using the provided address and connection options.
|
GrizzlyLDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options,
org.glassfish.grizzly.nio.transport.TCPNIOTransport transport)
Creates a new LDAP listener implementation which will listen for LDAP
client connections using the provided address, connection options and
provided TCP transport.
|
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
ServerConnection s created using the provided
ServerConnectionFactory . |
Constructor and Description |
---|
LDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(String host,
int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListener(String host,
int port,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
Modifier and Type | Method and Description |
---|---|
LDAPListenerImpl |
TransportProvider.getLDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
Options options)
Returns an implementation of
LDAPListener . |
Copyright 2010-2017 ForgeRock AS.