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

Packages that use Timeout
org.jboss.netty.util Utility classes used across multiple packages. 
 

Uses of Timeout in org.jboss.netty.util
 

Methods in org.jboss.netty.util that return Timeout
 Timeout Timer.newTimeout(TimerTask task, long delay, TimeUnit unit)
          Schedules the specified TimerTask for one-time execution after the specified delay.
 Timeout HashedWheelTimer.newTimeout(TimerTask task, long delay, TimeUnit unit)
           
 

Methods in org.jboss.netty.util that return types with arguments of type Timeout
 Set<Timeout> Timer.stop()
          Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
 Set<Timeout> HashedWheelTimer.stop()
           
 

Methods in org.jboss.netty.util with parameters of type Timeout
 void TimerTask.run(Timeout timeout)
          Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
 



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