See: Description
| Interface | Description |
|---|---|
| ChannelOperationsId |
Provides short/long string representation of the channel.
|
| ChannelPipelineConfigurer |
Configure the channel pipeline while initializing the channel.
|
| Connection |
Hold contextual information for the underlying
Channel |
| ConnectionObserver |
Event listeners for connection lifecycle.
|
| ConnectionObserver.State |
A marker interface for various state signals used in
ConnectionObserver.onStateChange(Connection, State) |
| DisposableChannel |
Holds contextual information for the underlying channel and provides
non-blocking resource disposing API
|
| DisposableServer |
Holds contextual information for the underlying server
|
| NettyInbound |
An inbound-traffic API delegating to an underlying
Channel |
| NettyOutbound |
An outbound-traffic API delegating to an underlying
Channel. |
| NettyPipeline |
Constant for names used when adding/removing
ChannelHandler. |
| Class | Description |
|---|---|
| ByteBufFlux | |
| ByteBufMono | |
| FutureMono |
Convert Netty Future into void
Mono. |
| Metrics |
Constants and utilities around metrics.
|
| ReactorNetty |
Internal helpers for reactor-netty contracts
|
| Exception | Description |
|---|---|
| ChannelBindException |
Represents a failing attempt to bind a local socket address
|