RSocket for performing or handling RSocket interactions, SocketAcceptor for declaring responders, Payload for access to the
content of a payload, and others.See: Description
| 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 .
|
| RSocket |
A contract providing different interaction models for RSocket protocol.
|
| 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 |
|---|---|
| ConnectionSetupPayload |
Exposes information from the
SETUP frame to a server, as well as to client responders. |
| Exception | Description |
|---|---|
| RSocketErrorException |
Exception that represents an RSocket protocol error.
|
RSocket for performing or handling RSocket interactions, SocketAcceptor for declaring responders, Payload for access to the
content of a payload, and others.
To connect to or start a server see RSocketConnector
and RSocketServer in io.rsocket.core.