Uses of Interface
org.forgerock.opendj.io.LdapSocket
Packages that use LdapSocket
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of LdapSocket in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return LdapSocketModifier and TypeMethodDescriptionstatic LdapSocketRxIo.ldapClientSocket(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an LDAP client layer to an underlying socket.static LdapSocketRxIo.ldapServerSocket(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an LDAP server layer to an underlying socket.Methods in org.forgerock.opendj.io.rx that return types with arguments of type LdapSocketModifier 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 LDAPRxTransportconfigured using the provided options.