| Package | Description | 
|---|---|
| org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of
 various transports such as a
 NIO Channel. | 
| org.jboss.netty.handler.timeout | Adds support for read and write timeout and idle connection notification
 using a  Timer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChannelPipelineExceptionA  ChannelExceptionwhich is thrown when aChannelPipelinefailed to process aChannelEventor when aChannelPipelineFactoryfailed to initialize aChannelPipeline. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReadTimeoutExceptionA  TimeoutExceptionraised byReadTimeoutHandlerwhen no data
 was read within a certain period of time. | 
| class  | TimeoutExceptionA  TimeoutExceptionwhen no data was either read or written within a
 certain period of time. | 
| class  | WriteTimeoutExceptionA  TimeoutExceptionraised byWriteTimeoutHandlerwhen no data
 was written within a certain period of time. | 
Copyright © 2008-2013 The Netty Project. All Rights Reserved.