| Interface | Description |
|---|---|
| NettyConnector<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
A Netty connector is an inbound/outbound factory sharing configuration but usually no
runtime
(connection...) state at the exception of shared connection pool setups.
|
| NettyContext |
Hold contextual information for the underlying
Channel |
| NettyInbound |
An inbound-traffic API delegating to an underlying
Channel |
| NettyOutbound | |
| NettyPipeline |
Constant for names used when adding/removing
ChannelHandler. |
| NettyPipeline.SendOptions |
A builder for sending strategy, similar prefixed methods being mutually exclusive
(flushXxx, prefetchXxx, requestXxx).
|
| Class | Description |
|---|---|
| ByteBufFlux | |
| ByteBufMono | |
| FutureMono |
Convert Netty Future into void
Mono. |
| NettyPipeline.SendOptionsChangeEvent |
An container transporting a new
NettyPipeline.SendOptions, eventually bound to a
specific Publisher |
| ReactorNetty |
Internal helpers for reactor-netty contracts
|