Package org.forgerock.opendj.io.rx
Classes and interfaces providing Reactive Streams I/O transports.
-
Class Summary Class Description RxIo Utility class for creating reactive transports and sockets.SaslRxSocket A reactive socket which adds SASL QOP to an underlying reactive socket..SslRxSocket A reactive socket implementation which adds SSL to an underlying reactive socket.SwitchableRxSocket<M> A reactive socket implementation which delegates to a replaceable delegate reactive socket.TransformedRxSocket<U,D> A reactive socket which wraps an underlying downstream reactive socket, providing opportunities to transform transferred data or provide additional functionality. -
Exception Summary Exception Description UnknownRxTransportException Exception thrown when a transport implementation can't be found.