Uses of Interface
org.jboss.netty.util.TimerTask
-
Packages that use TimerTask Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using aTimer.org.jboss.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics.
org.jboss.netty.util Utility classes used across multiple packages. -
-
Uses of TimerTask in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as TimerTask Modifier and Type Field Description private TimerTaskNioClientBoss. wakeupTask -
Uses of TimerTask in org.jboss.netty.handler.timeout
Classes in org.jboss.netty.handler.timeout that implement TimerTask Modifier and Type Class Description private classIdleStateHandler.AllIdleTimeoutTaskprivate classIdleStateHandler.ReaderIdleTimeoutTaskprivate classIdleStateHandler.WriterIdleTimeoutTaskprivate classReadTimeoutHandler.ReadTimeoutTaskprivate classWriteTimeoutHandler.WriteTimeoutTask -
Uses of TimerTask in org.jboss.netty.handler.traffic
Classes in org.jboss.netty.handler.traffic that implement TimerTask Modifier and Type Class Description (package private) classAbstractTrafficShapingHandler.ReopenReadTimerTaskClass to implement setReadable at fix time.private static classGlobalChannelTrafficCounter.MixedTrafficMonitoringTaskClass to implement monitoring at fix delay.private static classTrafficCounter.TrafficMonitoringTaskClass to implement monitoring at fix delayFields in org.jboss.netty.handler.traffic declared as TimerTask Modifier and Type Field Description (package private) TimerTaskAbstractTrafficShapingHandler.ReadWriteStatus. reopenReadTimerTask(package private) TimerTaskTrafficCounter. timerTaskMonitor created once in start() -
Uses of TimerTask in org.jboss.netty.util
Fields in org.jboss.netty.util declared as TimerTask Modifier and Type Field Description private TimerTaskHashedWheelTimer.HashedWheelTimeout. taskMethods in org.jboss.netty.util that return TimerTask Modifier and Type Method Description TimerTaskHashedWheelTimer.HashedWheelTimeout. getTask()TimerTaskTimeout. getTask()Returns theTimerTaskwhich is associated with this handle.Methods in org.jboss.netty.util with parameters of type TimerTask Modifier and Type Method Description TimeoutHashedWheelTimer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)TimeoutTimer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)Schedules the specifiedTimerTaskfor one-time execution after the specified delay.Constructors in org.jboss.netty.util with parameters of type TimerTask Constructor Description HashedWheelTimeout(HashedWheelTimer timer, TimerTask task, long deadline)
-