Uses of Interface
org.jboss.netty.util.TimerTask
Packages that use TimerTask
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Adds support for read and write timeout and idle connection notification
using a
Timer
.Implementation of a Traffic Shaping Handler and Dynamic Statistics.
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 -
Uses of TimerTask in org.jboss.netty.handler.timeout
Classes in org.jboss.netty.handler.timeout that implement TimerTaskModifier and TypeClassDescriptionprivate final class
private final class
private final class
private final class
private final class
-
Uses of TimerTask in org.jboss.netty.handler.traffic
Classes in org.jboss.netty.handler.traffic that implement TimerTaskModifier and TypeClassDescription(package private) class
Class to implement setReadable at fix time.private static final class
Class to implement monitoring at fix delay.private static final class
Class to implement monitoring at fix delayFields in org.jboss.netty.handler.traffic declared as TimerTaskModifier and TypeFieldDescription(package private) TimerTask
AbstractTrafficShapingHandler.ReadWriteStatus.reopenReadTimerTask
(package private) TimerTask
TrafficCounter.timerTask
Monitor created once in start() -
Uses of TimerTask in org.jboss.netty.util
Fields in org.jboss.netty.util declared as TimerTaskModifier and TypeFieldDescriptionprivate final TimerTask
HashedWheelTimer.HashedWheelTimeout.task
Methods in org.jboss.netty.util that return TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.HashedWheelTimeout.getTask()
Timeout.getTask()
Returns theTimerTask
which is associated with this handle.Methods in org.jboss.netty.util with parameters of type TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.newTimeout
(TimerTask task, long delay, TimeUnit unit) Timer.newTimeout
(TimerTask task, long delay, TimeUnit unit) Schedules the specifiedTimerTask
for one-time execution after the specified delay.Constructors in org.jboss.netty.util with parameters of type TimerTaskModifierConstructorDescription(package private)
HashedWheelTimeout
(HashedWheelTimer timer, TimerTask task, long deadline)