Uses of Class
org.jboss.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
-
Packages that use GlobalChannelTrafficShapingHandler.PerChannel Package Description org.jboss.netty.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics.
-
-
Uses of GlobalChannelTrafficShapingHandler.PerChannel in org.jboss.netty.handler.traffic
Fields in org.jboss.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 org.jboss.netty.handler.traffic that return GlobalChannelTrafficShapingHandler.PerChannel Modifier and Type Method Description private GlobalChannelTrafficShapingHandler.PerChannel
GlobalChannelTrafficShapingHandler. getOrSetPerChannel(ChannelHandlerContext ctx)
Methods in org.jboss.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)
-