Uses of Interface
org.jboss.netty.util.Timer

Packages that use Timer
org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using a Timer
org.jboss.netty.util Utility classes used across multiple packages. 
 

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

Constructors in org.jboss.netty.handler.timeout with parameters of type Timer
IdleStateHandler(Timer timer, int readerIdleTimeSeconds, int writerIdleTimeSeconds, int allIdleTimeSeconds)
          Creates a new instance.
IdleStateHandler(Timer timer, long readerIdleTime, long writerIdleTime, long allIdleTime, TimeUnit unit)
          Creates a new instance.
ReadTimeoutHandler(Timer timer, int timeoutSeconds)
          Creates a new instance.
ReadTimeoutHandler(Timer timer, long timeout, TimeUnit unit)
          Creates a new instance.
WriteTimeoutHandler(Timer timer, int timeoutSeconds)
          Creates a new instance.
WriteTimeoutHandler(Timer timer, long timeout, TimeUnit unit)
          Creates a new instance.
 

Uses of Timer in org.jboss.netty.util
 

Classes in org.jboss.netty.util that implement Timer
 class HashedWheelTimer
          A Timer optimized for approximated I/O timeout scheduling.
 

Methods in org.jboss.netty.util that return Timer
 Timer Timeout.getTimer()
          Returns the Timer that created this handle.
 



Copyright © 2008-2011. All Rights Reserved.