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
ChannelEventthat is triggered when aChannelhas been idle for a while.ATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.ATimeoutExceptionwhen no data was either read or written within a certain period of time.ATimeoutExceptionraised byWriteTimeoutHandlerwhen no data was written within a certain period of time.