程序包 | 说明 |
---|---|
org.jboss.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
限定符和类型 | 类和说明 |
---|---|
class |
GlobalChannelTrafficCounter
Version for
GlobalChannelTrafficShapingHandler . |
限定符和类型 | 字段和说明 |
---|---|
protected TrafficCounter |
AbstractTrafficShapingHandler.trafficCounter
Traffic Counter
|
限定符和类型 | 方法和说明 |
---|---|
TrafficCounter |
AbstractTrafficShapingHandler.getTrafficCounter() |
限定符和类型 | 方法和说明 |
---|---|
java.util.Collection<TrafficCounter> |
GlobalChannelTrafficShapingHandler.channelTrafficCounters()
To allow for instance doAccounting to use the TrafficCounter per channel.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
GlobalChannelTrafficShapingHandler.doAccounting(TrafficCounter counter) |
protected void |
AbstractTrafficShapingHandler.doAccounting(TrafficCounter counter)
Called each time the accounting is computed from the TrafficCounters.
|