@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| ClientSetup | |
| ServerSetup |
| Class | Description |
|---|---|
| BaseDuplexConnection | |
| ClientServerInputMultiplexer |
DuplexConnection.receive() is a single stream on which the following type of frames
arrive:
Frames for streams initiated by the initiator of the connection (client). |
| ClientSetup.DefaultClientSetup | |
| ClientSetup.ResumableClientSetup | |
| LimitableRequestPublisher<T> | |
| ServerSetup.DefaultServerSetup | |
| ServerSetup.ResumableServerSetup | |
| SwitchTransformFlux<T,R> | Deprecated
in favour of
Flux.switchOnFirst(BiFunction) |
| UnboundedProcessor<T> |
A Processor implementation that takes a custom queue and allows only a single subscriber.
|
| UnicastMonoProcessor<O> |