Uses of Package
org.jboss.netty.handler.timeout
-
Packages that use org.jboss.netty.handler.timeout Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
Classes in org.jboss.netty.handler.timeout used by org.jboss.netty.handler.timeout Class Description IdleState AnEnumthat represents the idle state of aChannel.IdleStateEvent AChannelEventthat is triggered when aChannelhas been idle for a while.IdleStateHandler.State ReadTimeoutException ATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.ReadTimeoutHandler.State TimeoutException ATimeoutExceptionwhen no data was either read or written within a certain period of time.WriteTimeoutException ATimeoutExceptionraised byWriteTimeoutHandlerwhen no data was written within a certain period of time.