| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChannelPipeline
The default
ChannelPipeline implementation. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.