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 |
ChannelPipelineException
A
ChannelException which is thrown when a ChannelPipeline
failed to process a ChannelEvent or when a ChannelPipelineFactory
failed to initialize a ChannelPipeline . |
Modifier and Type | Class and Description |
---|---|
class |
ReadTimeoutException
A
TimeoutException raised by ReadTimeoutHandler when no data
was read within a certain period of time. |
class |
TimeoutException
A
TimeoutException when no data was either read or written within a
certain period of time. |
class |
WriteTimeoutException
A
TimeoutException raised by WriteTimeoutHandler when no data
was written within a certain period of time. |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.