Package org.forgerock.opendj.grizzly
Provides an implementation of a transport provider using Grizzly as
transport. This provider is named "Grizzly".
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.-
Class Summary Class Description GrizzlyLDAPConnectionFactory LDAP connection factory implementation using Grizzly for transport.GrizzlyLDAPListener LDAP listener implementation using Grizzly for transport.LDAPServerFilter Grizzly filter implementation for decoding LDAP requests and handling server side logic for SSL and SASL operations over LDAP.