Uses of Package
org.jboss.netty.handler.timeout
Packages that use org.jboss.netty.handler.timeout
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer
.-
Classes in org.jboss.netty.handler.timeout used by org.jboss.netty.handler.timeoutClassDescriptionA
ChannelEvent
that is triggered when aChannel
has been idle for a while.ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.ATimeoutException
when no data was either read or written within a certain period of time.ATimeoutException
raised byWriteTimeoutHandler
when no data was written within a certain period of time.