Uses of Class
org.jboss.netty.handler.traffic.TrafficCounter
-
Packages that use TrafficCounter Package Description org.jboss.netty.handler.traffic 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.traffic Modifier and Type Class Description classGlobalChannelTrafficCounterVersion forGlobalChannelTrafficShapingHandler.Fields in org.jboss.netty.handler.traffic declared as TrafficCounter Modifier and Type Field Description (package private) TrafficCounterGlobalChannelTrafficShapingHandler.PerChannel. channelTrafficCounterprivate TrafficCounterGlobalChannelTrafficCounter.MixedTrafficMonitoringTask. counterThe associated TrafficCounterprivate TrafficCounterTrafficCounter.TrafficMonitoringTask. counterThe associated TrafficCounterprotected TrafficCounterAbstractTrafficShapingHandler. trafficCounterTraffic CounterMethods in org.jboss.netty.handler.traffic that return TrafficCounter Modifier and Type Method Description TrafficCounterAbstractTrafficShapingHandler. getTrafficCounter()Methods in org.jboss.netty.handler.traffic that return types with arguments of type TrafficCounter Modifier and Type Method Description java.util.Collection<TrafficCounter>GlobalChannelTrafficShapingHandler. channelTrafficCounters()To allow for instance doAccounting to use the TrafficCounter per channel.Methods in org.jboss.netty.handler.traffic with parameters of type TrafficCounter Modifier and Type Method Description protected voidAbstractTrafficShapingHandler. doAccounting(TrafficCounter counter)Called each time the accounting is computed from the TrafficCounters.protected voidGlobalChannelTrafficShapingHandler. doAccounting(TrafficCounter counter)(package private) voidAbstractTrafficShapingHandler. setTrafficCounter(TrafficCounter newTrafficCounter)Constructors in org.jboss.netty.handler.traffic with parameters of type TrafficCounter Constructor Description MixedTrafficMonitoringTask(GlobalChannelTrafficShapingHandler trafficShapingHandler, TrafficCounter counter)TrafficMonitoringTask(AbstractTrafficShapingHandler trafficShapingHandler, TrafficCounter counter)
-