See: Description
| Interface | Description |
|---|---|
| ChannelOperations.OnSetup |
A
ChannelOperations factory |
| Class | Description |
|---|---|
| BootstrapHandlers |
Helper to update configuration the main
Bootstrap and
ServerBootstrap handlers |
| ChannelOperations<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
| Exception | Description |
|---|---|
| AbortedException |
An exception marking prematurely or unexpectedly closed inbound
|
ChannelOperations will be exposed as the user edge API
and extended by various protocols such as HTTP. It will convert incoming read into
NettyInbound.receive() and apply read backpressure.
ChannelOperationsHandler will tail the
channel pipeline and convert Publisher to outgoing write.