| Interface | Description |
|---|---|
| Availability | |
| Closeable | |
| 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 |
Exposed to server for determination of ResponderRSocket based on mime types and SETUP
metadata/data
|
| RSocketFactory |
Factory for creating RSocket clients and servers.
|
| RSocketFactory.ClientRSocketFactory | |
| RSocketFactory.ServerRSocketFactory |