Uses of Interface
org.forgerock.opendj.io.LdapSocket
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of LdapSocket in org.forgerock.opendj.io.rx
Modifier and TypeMethodDescriptionstatic LdapSocket
RxIo.ldapClientSocket
(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an LDAP client layer to an underlying socket.static LdapSocket
RxIo.ldapServerSocket
(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an LDAP server layer to an underlying socket.Modifier and TypeMethodDescriptionstatic RxTransport<LdapMessage,
LdapSocket> RxIo.ldapMemoryTransport
(Options options) Returns an in-memory reactive LDAP transport.static RxTransport<LdapMessage,
LdapSocket> RxIo.ldapTransport
(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>> transport) Returns a reactive transport that adds an LDAP layer to an underlying transport.static RxTransport<LdapMessage,
LdapSocket> RxIo.ldapTransportFromOptions
(Options options) Returns a new LDAPRxTransport
configured using the provided options.