| Interface | Description |
|---|---|
| ConfigurableRSocketServerFactory |
A configurable
RSocketServerFactory. |
| RSocketServer |
Simple interface that represents a fully configured RSocket server.
|
| RSocketServerFactory |
Factory interface that can be used to create a reactive
RSocketServer. |
| ServerRSocketFactoryProcessor |
Processor that allows for custom modification of a
RSocketFactory.ServerRSocketFactory before it is used. |
| Enum | Description |
|---|---|
| RSocketServer.Transport |
Choice of transport protocol for the RSocket server.
|
| Exception | Description |
|---|---|
| RSocketServerException |
Exceptions thrown by an RSocket server.
|