Uses of Package
org.jboss.netty.handler.timeout
-
Packages that use org.jboss.netty.handler.timeout Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer
. -
Classes in org.jboss.netty.handler.timeout used by org.jboss.netty.handler.timeout Class Description IdleState AnEnum
that represents the idle state of aChannel
.IdleStateEvent AChannelEvent
that is triggered when aChannel
has been idle for a while.IdleStateHandler.State ReadTimeoutException ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.ReadTimeoutHandler.State TimeoutException ATimeoutException
when no data was either read or written within a certain period of time.WriteTimeoutException ATimeoutException
raised byWriteTimeoutHandler
when no data was written within a certain period of time.