Uses of Class
org.jboss.netty.handler.timeout.IdleState

Packages that use IdleState
org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using a Timer
 

Uses of IdleState in org.jboss.netty.handler.timeout
 

Methods in org.jboss.netty.handler.timeout that return IdleState
 IdleState IdleStateEvent.getState()
          Returns the detailed idle state.
 IdleState DefaultIdleStateEvent.getState()
           
static IdleState IdleState.valueOf(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
protected  void IdleStateHandler.channelIdle(ChannelHandlerContext ctx, IdleState state, long lastActivityTimeMillis)
           
 

Constructors in org.jboss.netty.handler.timeout with parameters of type IdleState
DefaultIdleStateEvent(Channel channel, IdleState state, long lastActivityTimeMillis)
          Creates a new instance.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.