Uses of Class
io.netty.handler.traffic.TrafficCounter
Packages that use TrafficCounter
Package
Description
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
-
Uses of TrafficCounter in io.netty.handler.traffic
Subclasses of TrafficCounter in io.netty.handler.trafficFields in io.netty.handler.traffic declared as TrafficCounterModifier and TypeFieldDescription(package private) TrafficCounter
GlobalChannelTrafficShapingHandler.PerChannel.channelTrafficCounter
private final TrafficCounter
GlobalChannelTrafficCounter.MixedTrafficMonitoringTask.counter
The associated TrafficCounterprotected TrafficCounter
AbstractTrafficShapingHandler.trafficCounter
Traffic CounterMethods in io.netty.handler.traffic that return TrafficCounterMethods in io.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 io.netty.handler.traffic with parameters of type TrafficCounterModifier and TypeMethodDescriptionprotected void
AbstractTrafficShapingHandler.doAccounting
(TrafficCounter counter) Called each time the accounting is computed from the TrafficCounters.protected void
GlobalChannelTrafficShapingHandler.doAccounting
(TrafficCounter counter) (package private) void
AbstractTrafficShapingHandler.setTrafficCounter
(TrafficCounter newTrafficCounter) Constructors in io.netty.handler.traffic with parameters of type TrafficCounterModifierConstructorDescription(package private)
MixedTrafficMonitoringTask
(GlobalChannelTrafficShapingHandler trafficShapingHandler, TrafficCounter counter)