| 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 | Class and Description |
|---|---|
class |
ChannelHandlerAdapter |
class |
ChannelInboundByteHandlerAdapter
Abstract base class for
ChannelInboundHandlerAdapter which should be extended by the user to
get notified once more data is ready to get consumed from the inbound ByteBuf. |
class |
ChannelInboundHandlerAdapter |
class |
ChannelInboundMessageHandlerAdapter<I> |
class |
ChannelInitializer<C extends Channel> |
class |
CombinedChannelHandler |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.