Uses of Class
org.jboss.netty.handler.traffic.TrafficCounter
Packages that use TrafficCounter
Package
Description
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
-
Uses of TrafficCounter in org.jboss.netty.handler.traffic
Subclasses of TrafficCounter in org.jboss.netty.handler.trafficFields in org.jboss.netty.handler.traffic declared as TrafficCounterModifier and TypeFieldDescriptionprotected TrafficCounterAbstractTrafficShapingHandler.trafficCounterTraffic CounterMethods in org.jboss.netty.handler.traffic that return TrafficCounterMethods in org.jboss.netty.handler.traffic that return types with arguments of type TrafficCounterModifier and TypeMethodDescriptionGlobalChannelTrafficShapingHandler.channelTrafficCounters()To allow for instance doAccounting to use the TrafficCounter per channel.Methods in org.jboss.netty.handler.traffic with parameters of type TrafficCounterModifier and TypeMethodDescriptionprotected voidAbstractTrafficShapingHandler.doAccounting(TrafficCounter counter) Called each time the accounting is computed from the TrafficCounters.protected voidGlobalChannelTrafficShapingHandler.doAccounting(TrafficCounter counter)