Package | Description |
---|---|
io.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalChannelTrafficCounter
Version for
GlobalChannelTrafficShapingHandler . |
Modifier and Type | Field and Description |
---|---|
protected TrafficCounter |
AbstractTrafficShapingHandler.trafficCounter
Traffic Counter
|
Modifier and Type | Method and Description |
---|---|
TrafficCounter |
AbstractTrafficShapingHandler.trafficCounter() |
Modifier and Type | Method and Description |
---|---|
Collection<TrafficCounter> |
GlobalChannelTrafficShapingHandler.channelTrafficCounters()
To allow for instance doAccounting to use the TrafficCounter per channel.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GlobalChannelTrafficShapingHandler.doAccounting(TrafficCounter counter) |
protected void |
AbstractTrafficShapingHandler.doAccounting(TrafficCounter counter)
Called each time the accounting is computed from the TrafficCounters.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.