Package org.jboss.netty.handler.timeout
package org.jboss.netty.handler.timeout
Adds support for read and write timeout and idle connection notification
using a
Timer.-
ClassDescriptionThe default
IdleStateEventimplementation.An extendedSimpleChannelHandlerthat adds the handler method for anIdleStateEvent.An extendedSimpleChannelUpstreamHandlerthat adds the handler method for anIdleStateEvent.AChannelEventthat is triggered when aChannelhas been idle for a while.Triggers anIdleStateEventwhen aChannelhas not performed read, write, or both operation for a while.ATimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time.Raises aReadTimeoutExceptionwhen 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.Raises aWriteTimeoutExceptionwhen no data was written within a certain period of time.