Closeable that wraps a DisposableChannel, enabling
close-ability and exposing the DisposableChannel's address.LengthFieldBasedFrameDecoder that encapsulates the
RSocket-specific frame length header details.ClientTransport that connects to a ServerTransport via TCP.DuplexConnection that connects via TCP.ServerTransport that connects to a ClientTransport via TCP.URIsClientTransport that connects to a ServerTransport via a
Websocket.DuplexConnection that connects via a Websocket.ServerTransport that connects via Websocket and listens on specified
routes.ServerTransport that connects to a ClientTransport via a
Websocket.UriHandler that creates WebsocketClientTransports and WebsocketServerTransports.