Uses of Class
org.jboss.netty.handler.timeout.IdleState
-
Packages that use IdleState Package Description org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer. -
-
Uses of IdleState in org.jboss.netty.handler.timeout
Fields in org.jboss.netty.handler.timeout declared as IdleState Modifier and Type Field Description private IdleStateDefaultIdleStateEvent. stateMethods in org.jboss.netty.handler.timeout that return IdleState Modifier and Type Method Description IdleStateDefaultIdleStateEvent. getState()IdleStateIdleStateEvent. getState()Returns the detailed idle state.static IdleStateIdleState. valueOf(java.lang.String name)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 IdleState Modifier and Type Method Description protected 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 IdleState Constructor Description DefaultIdleStateEvent(Channel channel, IdleState state, long lastActivityTimeMillis)Creates a new instance.
-