Package | Description |
---|---|
org.forgerock.opendj.grizzly |
Provides an implementation of a transport provider using Grizzly as
transport.
|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<LdapSocket> |
GrizzlyLdapSocketConnector.connect() |
Constructor and Description |
---|
GrizzlyLdapSocketAcceptor(Set<InetSocketAddress> addresses,
Options options,
Consumer<LdapSocket> handler)
Creates a new LDAP acceptor implementation which will accept LDAP client connections using the provided address,
connection options and provided TCP transport.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<LdapSocket> |
LdapSocketConnector.connect()
Returns a
Single which connects to a peer each time it is subscribed. |
Modifier and Type | Method and Description |
---|---|
LdapSocketAcceptor |
TransportProvider.newLdapSocketAcceptor(Set<InetSocketAddress> addresses,
Options options,
Consumer<LdapSocket> handler)
Returns an implementation of
LdapSocketAcceptor . |
Copyright 2011-2017 ForgeRock AS.