Package org.forgerock.opendj.grizzly
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.-
ClassesClassDescriptionLDAP connection factory implementation using Grizzly for transport.LDAP listener implementation using Grizzly for transport.