Uses of Class
org.forgerock.opendj.io.rx.SslRxSocket
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of SslRxSocket in org.forgerock.opendj.io.rx
Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic RxTransport<ByteBuffer,
SslRxSocket> RxIo.sslTransport
(RxTransport<ByteBuffer, ? extends RxSocket<ByteBuffer>> transport) Returns a reactive transport that adds an SSL layer to an underlying transport.