| Package | Description |
|---|---|
| io.netty.handler.traffic |
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
|
| Class and Description |
|---|
| AbstractTrafficShapingHandler
AbstractTrafficShapingHandler allows to limit the global bandwidth
(see
GlobalTrafficShapingHandler) or per session
bandwidth (see ChannelTrafficShapingHandler), as traffic shaping. |
| GlobalChannelTrafficShapingHandler
This implementation of the
AbstractTrafficShapingHandler is for global
and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever
the number of opened channels and a per channel limitation of the bandwidth. |
| TrafficCounter
TrafficCounter is associated with
AbstractTrafficShapingHandler. |
Copyright © 2008–2015 The Netty Project. All rights reserved.