Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelHandlerContext
Enables a
ChannelHandler to interact with its ChannelPipeline
and other handlers. |
interface |
ChannelPipeline
A list of
ChannelHandler s which handles or intercepts inbound events and outbound operations of a
Channel . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannelPipeline
The default
ChannelPipeline implementation. |
Copyright © 2008–2017 The Netty Project. All rights reserved.