Uses of Class
org.forgerock.opendj.io.rx.SslRxSocket
Packages that use SslRxSocket
Package
Description
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 SslRxSocketModifier and TypeMethodDescriptionstatic SslRxSocketRxIo.sslClientSocket(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an SSL client layer to an underlying socket using anSSLEngineobtained from theCommonLdapOptions.SSL_OPTIONSof the provided options and the remote host and port of the provided socket.static SslRxSocketRxIo.sslServerSocket(RxSocket<ByteBuffer> socket, Options options) Returns a reactive socket that adds an SSL server layer to an underlying socket using anSSLEngineobtained from theCommonLdapOptions.SSL_OPTIONSof the provided options.Methods in org.forgerock.opendj.io.rx that return types with arguments of type SslRxSocketModifier 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.