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 TypeClassDescriptionclass
ATimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time.class
ATimeoutException
raised byWriteTimeoutHandler
when no data was written within a certain period of time.