Uses of Enum
org.jboss.netty.handler.timeout.IdleState
Packages that use IdleState
Package
Description
Adds support for read and write timeout and idle connection notification
using a
Timer.-
Uses of IdleState in org.jboss.netty.handler.timeout
Subclasses with type arguments of type IdleState in org.jboss.netty.handler.timeoutModifier and TypeClassDescriptionenumFields in org.jboss.netty.handler.timeout declared as IdleStateMethods in org.jboss.netty.handler.timeout that return IdleStateModifier and TypeMethodDescriptionDefaultIdleStateEvent.getState()IdleStateEvent.getState()Returns the detailed idle state.static IdleStateReturns the enum constant of this type with the specified name.static IdleState[]IdleState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.netty.handler.timeout with parameters of type IdleStateModifier and TypeMethodDescriptionprotected voidIdleStateHandler.channelIdle(ChannelHandlerContext ctx, IdleState state, long lastActivityTimeMillis) private voidIdleStateHandler.fireChannelIdle(ChannelHandlerContext ctx, IdleState state, long lastActivityTimeMillis) Constructors in org.jboss.netty.handler.timeout with parameters of type IdleStateModifierConstructorDescriptionDefaultIdleStateEvent(Channel channel, IdleState state, long lastActivityTimeMillis) Creates a new instance.