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 AbstractTrafficShapingHandler.ReopenReadTimerTask extends java.lang.Object implements TimerTask
Class to implement setReadable at fix time.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ChannelHandlerContext
ctx
-
Constructor Summary
Constructors Constructor Description ReopenReadTimerTask(ChannelHandlerContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(Timeout timeoutArg)
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
-
-
Field Detail
-
ctx
final ChannelHandlerContext ctx
-
-
Constructor Detail
-
ReopenReadTimerTask
ReopenReadTimerTask(ChannelHandlerContext ctx)
-
-
Method Detail
-
run
public void run(Timeout timeoutArg) throws java.lang.Exception
Description copied from interface:TimerTask
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.
-
-