Uses of Class
io.netty5.handler.traffic.TrafficCounter
-
Packages that use TrafficCounter Package Description io.netty5.handler.traffic Implementation of a Traffic Shaping Handler and Dynamic Statistics. -
-
Uses of TrafficCounter in io.netty5.handler.traffic
Subclasses of TrafficCounter in io.netty5.handler.traffic Modifier and Type Class Description class
GlobalChannelTrafficCounter
Version forGlobalChannelTrafficShapingHandler
.Fields in io.netty5.handler.traffic declared as TrafficCounter Modifier and Type Field Description protected TrafficCounter
AbstractTrafficShapingHandler. trafficCounter
Traffic CounterMethods in io.netty5.handler.traffic that return TrafficCounter Modifier and Type Method Description TrafficCounter
AbstractTrafficShapingHandler. trafficCounter()
Methods in io.netty5.handler.traffic that return types with arguments of type TrafficCounter Modifier and Type Method Description Collection<TrafficCounter>
GlobalChannelTrafficShapingHandler. channelTrafficCounters()
To allow for instance doAccounting to use the TrafficCounter per channel.Methods in io.netty5.handler.traffic with parameters of type TrafficCounter Modifier and Type Method Description protected void
AbstractTrafficShapingHandler. doAccounting(TrafficCounter counter)
Called each time the accounting is computed from the TrafficCounters.protected void
GlobalChannelTrafficShapingHandler. doAccounting(TrafficCounter counter)
-