See: Description
| Class | Description |
|---|---|
| GrizzlyLDAPConnectionFactory |
LDAP connection factory implementation using Grizzly for transport.
|
| GrizzlyLDAPListener |
LDAP listener implementation using Grizzly for transport.
|
To be used, this implementation must be declared in the
provider-configuration file
META-INF/services/org.forgerock.opendj.ldap.spi.TransportProvider
with this single line:
com.forgerock.opendj.ldap.GrizzlyTransportProviderTo require that this implementation is used, you must set the transport provider to "Grizzly" using
LDAPOptions#setTransportProvider()
method if requesting a LDAPConnectionFactory or
LDAPListenerOptions#setTransportProvider() method if requesting a
LDAPListener. Otherwise there is no guarantee that this
implementation will be used.Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.