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 |
---|---|
(package private) TrafficCounter |
GlobalChannelTrafficShapingHandler.PerChannel.channelTrafficCounter |
private TrafficCounter |
GlobalChannelTrafficCounter.MixedTrafficMonitoringTask.counter
The associated TrafficCounter
|
protected TrafficCounter |
AbstractTrafficShapingHandler.trafficCounter
Traffic Counter
|
Modifier and Type | Method and Description |
---|---|
TrafficCounter |
AbstractTrafficShapingHandler.trafficCounter() |
Modifier and Type | Method and Description |
---|---|
java.util.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.
|
(package private) void |
AbstractTrafficShapingHandler.setTrafficCounter(TrafficCounter newTrafficCounter) |
Constructor and Description |
---|
MixedTrafficMonitoringTask(GlobalChannelTrafficShapingHandler trafficShapingHandler,
TrafficCounter counter) |