Uses of Class
org.forgerock.opendj.io.rx.SslRxSocket
-
Packages that use SslRxSocket Package Description org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports. -
-
Uses of SslRxSocket in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return SslRxSocket Modifier and Type Method Description static SslRxSocket
RxIo. sslClientSocket(RxSocket<ByteBuffer> socket, Options options)
Returns a reactive socket that adds an SSL client layer to an underlying socket using anSSLEngine
obtained from theCommonLdapOptions.SSL_OPTIONS
of the provided options and the remote host and port of the provided socket.static SslRxSocket
RxIo. sslServerSocket(RxSocket<ByteBuffer> socket, Options options)
Returns a reactive socket that adds an SSL server layer to an underlying socket using anSSLEngine
obtained from theCommonLdapOptions.SSL_OPTIONS
of the provided options.Methods in org.forgerock.opendj.io.rx that return types with arguments of type SslRxSocket Modifier and Type Method Description static RxTransport<ByteBuffer,SslRxSocket>
RxIo. sslTransport(RxTransport<ByteBuffer,? extends RxSocket<ByteBuffer>> transport)
Returns a reactive transport that adds an SSL layer to an underlying transport.
-