Java io.netty.handler.traffic GlobalTrafficShapingHandler fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.traffic GlobalTrafficShapingHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.traffic GlobalTrafficShapingHandler.

The text is from its open source code.

Subclass

io.netty.handler.traffic.GlobalTrafficShapingHandler has subclasses.
Click this link to see all its subclasses.

Constructor

GlobalTrafficShapingHandler(ScheduledExecutorService executor, long checkInterval)
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
GlobalTrafficShapingHandler(ScheduledExecutorService executor, long writeLimit, long readLimit)
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms.
GlobalTrafficShapingHandler(EventExecutor executor)
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms and no limit.

Method

TrafficCountertrafficCounter()