| Package | Description |
|---|---|
| org.jboss.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. |
| TrafficCounter
TrafficCounter is associated with
AbstractTrafficShapingHandler.A TrafficCounter has for goal to count the traffic in order to enable to limit the traffic or not, globally or per channel. |
Copyright © 2008-2017 The Netty Project. All Rights Reserved.