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
Fields 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 IdleState
Returns 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 void
IdleStateHandler.channelIdle
(ChannelHandlerContext ctx, IdleState state, long lastActivityTimeMillis) private void
IdleStateHandler.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.