Package org.jboss.netty.handler.traffic
Class AbstractTrafficShapingHandler.ReopenReadTimerTask
java.lang.Object
org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
- All Implemented Interfaces:
TimerTask
- Enclosing class:
- AbstractTrafficShapingHandler
Class to implement setReadable at fix time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
Field Details
-
ctx
-
-
Constructor Details
-
ReopenReadTimerTask
ReopenReadTimerTask(ChannelHandlerContext ctx)
-
-
Method Details
-
run
Description copied from interface:TimerTask
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-