| Interface | Description |
|---|---|
| Availability | |
| Closeable |
An interface which allows listening to when a specific instance of this interface is closed
|
| DuplexConnection |
Represents a connection with input/output that the protocol uses.
|
| Payload |
Payload of a Frame .
|
| ResponderRSocket |
Extends the
RSocket that allows an implementer to peek at the first request payload of a
channel. |
| RSocket |
A contract providing different interaction models for RSocket protocol.
|
| RSocketFactory.ClientTransportAcceptor | |
| RSocketFactory.ServerTransportAcceptor | |
| RSocketFactory.Start<T extends Closeable> | |
| SocketAcceptor |
RSocket is a full duplex protocol where a client and server are identical in terms of both having
the capability to initiate requests to their peer.
|
| Class | Description |
|---|---|
| AbstractRSocket |
An abstract implementation of
RSocket. |
| ConnectionSetupPayload |
Exposes information from the
SETUP frame to a server, as well as to client responders. |
| RSocketFactory | Deprecated
please use
RSocketConnector and RSocketServer. |
| RSocketFactory.ClientRSocketFactory |
Factory to create and configure an RSocket client, and connect to a server.
|
| RSocketFactory.ServerRSocketFactory |
Factory to create, configure, and start an RSocket server.
|
| Exception | Description |
|---|---|
| RSocketErrorException |
Exception that represents an RSocket protocol error.
|