Uses of Class
org.forgerock.opendj.io.rx.SaslRxSocket
-
Packages that use SaslRxSocket Package Description org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports. -
-
Uses of SaslRxSocket in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return SaslRxSocket Modifier and Type Method Description static SaslRxSocket
RxIo. saslClientSocket(RxSocket<ByteBuffer> socket, SaslClient saslClient)
Returns a reactive socket that adds a SASL QOP client layer to an underlying socket using the provided authenticatedSaslClient
.static SaslRxSocket
RxIo. saslServerSocket(RxSocket<ByteBuffer> socket, SaslServer saslServer)
Returns a reactive socket that adds a SASL QOP server layer to an underlying socket using the provided authenticatedSaslServer
.
-