| 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 |
ChannelPipelineException
A
ChannelException which is thrown when a ChannelPipeline
failed to process a ChannelEvent or when a ChannelPipelineFactory
failed to initialize a ChannelPipeline. |
class |
EventLoopException |
class |
NoSuchBufferException
A
ChannelPipelineException which is raised if an inbound or outbound buffer of
the expected type is not found while transferring data between ChannelHandlers. |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.