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) ChannelHandlerContextctx
-
Constructor Summary
Constructors Constructor Description ReopenReadTimerTask(ChannelHandlerContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(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:TimerTaskExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).
-
-