Uses of Class
org.jboss.netty.handler.timeout.TimeoutException
Packages that use TimeoutException
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer.-
Uses of TimeoutException in org.jboss.netty.handler.timeout
Subclasses of TimeoutException in org.jboss.netty.handler.timeoutModifier and TypeClassDescriptionclassATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.classATimeoutExceptionraised byWriteTimeoutHandlerwhen no data was written within a certain period of time.