Interface | Description |
---|---|
NettyConnector<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
A Netty
Connector |
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 |