| Package | Description |
|---|---|
| org.jboss.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer. |
| Class and Description |
|---|
| IdleState
An
Enum that represents the idle state of a Channel. |
| IdleStateEvent
A
ChannelEvent that is triggered when a Channel has been idle
for a while. |
| IdleStateHandler.State |
| ReadTimeoutException
A
TimeoutException raised by ReadTimeoutHandler when no data
was read within a certain period of time. |
| ReadTimeoutHandler.State |
| TimeoutException
A
TimeoutException when no data was either read or written within a
certain period of time. |
| WriteTimeoutException
A
TimeoutException raised by WriteTimeoutHandler when no data
was written within a certain period of time. |