| Package | Description | 
|---|---|
| io.netty.handler.traffic | Implementation of a Traffic Shaping Handler and Dynamic Statistics. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChannelTrafficShapingHandlerThis implementation of the  AbstractTrafficShapingHandleris for channel
 traffic shaping, that is to say a per channel limitation of the bandwidth. | 
| class  | GlobalChannelTrafficShapingHandlerThis implementation of the  AbstractTrafficShapingHandleris 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. | 
| class  | GlobalTrafficShapingHandlerThis implementation of the  AbstractTrafficShapingHandleris for global
 traffic shaping, that is to say a global limitation of the bandwidth, whatever
 the number of opened channels. | 
| Constructor and Description | 
|---|
| TrafficCounter(AbstractTrafficShapingHandler trafficShapingHandler,
              java.util.concurrent.ScheduledExecutorService executor,
              java.lang.String name,
              long checkInterval)Constructor with the  AbstractTrafficShapingHandlerthat hosts it, the Timer to use, its
 name, the checkInterval between two computations in millisecond. | 
Copyright © 2008–2018 The Netty Project. All rights reserved.