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 IdleStateEvent AChannelEvent
that is triggered when aChannel
has been idle for a while.TimeoutException ATimeoutException
when no data was either read or written within a certain period of time.