| Interface | Description |
|---|---|
| ChannelOperations.OnNew<CHANNEL extends io.netty.channel.Channel> |
A
ChannelOperations factory |
| Class | Description |
|---|---|
| ChannelOperations<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
A bridge between an immutable
Channel and NettyInbound /
NettyOutbound semantics exposed to user
NettyConnector.newHandler(BiFunction) |
| ContextHandler<CHANNEL extends io.netty.channel.Channel> |
A one time-set channel pipeline callback to emit
NettyContext state for clean
disposing. |
| Exception | Description |
|---|---|
| AbortedException |
An exception marking prematurely or unexpectedly closed inbound
|