See: Description
| Interface | Description |
|---|---|
| ClientTransport |
A client contract for writing transports of RSocket.
|
| ServerTransport<T extends Closeable> |
A server contract for writing transports of RSocket.
|
| ServerTransport.ConnectionAcceptor |
A contract to accept a new
DuplexConnection. |
| Transport | |
| TransportHeaderAware | Deprecated
as of 1.0.1 in favor using properties on individual transports.
|