Uses of Interface
org.forgerock.opendj.io.LdapSocket
-
Packages that use LdapSocket Package Description org.forgerock.opendj.io.rx 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 LdapSocket Modifier and Type Method Description static 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.Methods in org.forgerock.opendj.io.rx that return types with arguments of type LdapSocket Modifier and Type Method Description static 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.
-