| Interface | Description |
|---|---|
| DataFrame |
An RSocket frame that only contains data.
|
| FragmentableFrame |
An RSocket frame that is fragmentable
|
| Frame |
An RSocket frame.
|
| MetadataAndDataFrame |
An RSocket frame that only metadata and data.
|
| MetadataFrame |
An RSocket frame that only contains metadata.
|
| Class | Description |
|---|---|
| CancelFrame |
An RSocket
CANCEL frame. |
| ErrorFrame |
An RSocket
ERROR frame. |
| ErrorType |
The types of
Error that can be set. |
| ExtensionFrame |
An RSocket
EXT frame. |
| FrameFactory |
A factory for creating RSocket frames from
ByteBufs. |
| FrameLengthFrame |
An RSocket frame with a frame length.
|
| KeepaliveFrame |
An RSocket
KEEPALIVE frame. |
| LeaseFrame |
An RSocket
LEASE frame. |
| MetadataPushFrame |
An RSocket
METADATA_PUSH frame. |
| PayloadFrame |
An RSocket
PAYLOAD frame. |
| RequestChannelFrame |
An RSocket
REQUEST_CHANNEL frame. |
| RequestFireAndForgetFrame |
An RSocket
REQUEST_FNF frame. |
| RequestNFrame |
An RSocket
REQUEST_N frame. |
| RequestResponseFrame |
An RSocket
REQUEST_RESPONSE frame. |
| RequestStreamFrame |
An RSocket
REQUEST_STREAM frame. |
| ResumeFrame |
An RSocket
RESUME frame. |
| ResumeOkFrame |
An RSocket
RESUME_OK frame. |
| SetupFrame |
An RSocket
SETUP frame. |
| StreamIdFrame |
An RSocket frame with a stream id.
|
| Enum | Description |
|---|---|
| FrameType |
Types of
Frame that can be sent. |