| 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 |
ChannelOutboundMessageHandler<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelOutboundByteHandlerAdapter |
class |
ChannelOutboundHandlerAdapter |
class |
ChannelOutboundMessageHandlerAdapter<I> |
class |
CombinedChannelHandler |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CombinedChannelHandler.init(ChannelInboundHandler inboundHandler,
ChannelOutboundHandler outboundHandler) |
| Constructor and Description |
|---|
CombinedChannelHandler(ChannelInboundHandler inboundHandler,
ChannelOutboundHandler outboundHandler) |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.