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