Class AbstractTrafficShapingHandler.ReopenReadTimerTask
java.lang.Object
org.jboss.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
- All Implemented Interfaces:
TimerTask
- Enclosing class:
AbstractTrafficShapingHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecuted 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:TimerTaskExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).
-