Uses of Class
org.jboss.netty.util.HashedWheelTimer
-
Packages that use HashedWheelTimer Package Description org.jboss.netty.util Utility classes used across multiple packages. -
-
Uses of HashedWheelTimer in org.jboss.netty.util
Fields in org.jboss.netty.util declared as HashedWheelTimer Modifier and Type Field Description private HashedWheelTimer
HashedWheelTimer.HashedWheelTimeout. timer
Fields in org.jboss.netty.util with type parameters of type HashedWheelTimer Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<HashedWheelTimer>
HashedWheelTimer. WORKER_STATE_UPDATER
Constructors in org.jboss.netty.util with parameters of type HashedWheelTimer Constructor Description HashedWheelTimeout(HashedWheelTimer timer, TimerTask task, long deadline)
-