See: Description
| Class | Description |
|---|---|
| NettyChannelStream<IN,OUT> |
Channel implementation that delegates to Netty. |
| NettyClientSocketOptions | |
| NettyEventLoopDispatcher |
A
Dispatcher that runs tasks on a Netty EventLoop. |
| NettyNetChannelInboundHandler<IN> |
Netty
ChannelInboundHandler implementation that passes data to a Reactor ChannelStream. |
| NettyServerSocketOptions |
Extends standard
ServerSocketOptions with Netty-specific options. |