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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

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

Method

TrafficCountertrafficCounter()