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