Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.handler.traffic Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| AbstractTrafficShapingHandler | AbstractTrafficShapingHandler allows to limit the global bandwidth(see GlobalTrafficShapingHandler) or per session | Class | io.netty.handler.traffic | Netty |
|
| ChannelTrafficShapingHandler | This implementation of the AbstractTrafficShapingHandler is for channeltraffic shaping, that is to say a per channel limitation of the bandwidth. | Class | io.netty.handler.traffic | Netty |
|
| GlobalChannelTrafficCounter | Version for GlobalChannelTrafficShapingHandler. | Class | io.netty.handler.traffic | Netty |
|
| GlobalChannelTrafficShapingHandler | This implementation of the AbstractTrafficShapingHandler is for globaland per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever | Class | io.netty.handler.traffic | Netty |
|
| GlobalTrafficShapingHandler | This implementation of the AbstractTrafficShapingHandler is for globaltraffic shaping, that is to say a global limitation of the bandwidth, whatever | Class | io.netty.handler.traffic | Netty |
|
| TrafficCounter | TrafficCounter is associated with AbstractTrafficShapingHandler. | Class | io.netty.handler.traffic | Netty |