| 程序包 | 说明 |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ChannelHandlerContext
Enables a
ChannelHandler to interact with its ChannelPipeline
and other handlers. |
interface |
ChannelPipeline
A list of
ChannelHandlers which handles or intercepts inbound events and outbound operations of a
Channel. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultChannelPipeline
The default
ChannelPipeline implementation. |