See: Description
Class | Description |
---|---|
GrizzlyLdapSocketAcceptor |
LDAP socket acceptor implementation using Grizzly for transport.
|
GrizzlyLdapSocketConnector |
LDAP socket connector implementation using Grizzly for transport.
|
GrizzlyTransport |
Provides factory methods for creating Grizzly transports.
|
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-2017 ForgeRock AS.