| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPListenerOptions |
LDAPListenerOptions.setBacklog(int backlog)
Sets the maximum queue length for incoming connections requests.
|
LDAPListenerOptions |
LDAPListenerOptions.setMaxRequestSize(int maxRequestSize)
Sets the maximum request size in bytes for incoming LDAP requests.
|
| Constructor and Description |
|---|
LDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions 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,
LDAPListenerOptions 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,
LDAPListenerOptions options)
Creates a new LDAP listener implementation which will listen for LDAP
client connections at the provided address.
|
LDAPListenerOptions(LDAPListenerOptions options)
Creates a new set of listener options having the same initial set of
options as the provided set of listener options.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPListenerImpl |
TransportProvider.getLDAPListener(InetSocketAddress address,
ServerConnectionFactory<LDAPClientContext,Integer> factory,
LDAPListenerOptions options)
Returns an implementation of
LDAPListener. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.