Uses of Class
io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
-
Packages that use GlobalTrafficShapingHandler.PerChannel Package Description io.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics. -
-
Uses of GlobalTrafficShapingHandler.PerChannel in io.netty.handler.traffic
Fields in io.netty.handler.traffic with type parameters of type GlobalTrafficShapingHandler.PerChannel Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Integer,GlobalTrafficShapingHandler.PerChannel>
GlobalTrafficShapingHandler. channelQueues
All queues per channelMethods in io.netty.handler.traffic that return GlobalTrafficShapingHandler.PerChannel Modifier and Type Method Description private GlobalTrafficShapingHandler.PerChannel
GlobalTrafficShapingHandler. getOrSetPerChannel(ChannelHandlerContext ctx)
Methods in io.netty.handler.traffic with parameters of type GlobalTrafficShapingHandler.PerChannel Modifier and Type Method Description private void
GlobalTrafficShapingHandler. sendAllValid(ChannelHandlerContext ctx, GlobalTrafficShapingHandler.PerChannel perChannel, long now)
-