| 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 |
ChannelOutboundByteHandler |
interface |
ChannelOutboundHandler |
interface |
ChannelOutboundMessageHandler<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelHandlerAdapter |
class |
ChannelOperationHandlerAdapter |
class |
ChannelOutboundByteHandlerAdapter |
class |
ChannelOutboundHandlerAdapter |
class |
ChannelOutboundMessageHandlerAdapter<I> |
class |
CombinedChannelHandler |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.