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

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

Introduction

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

The text is from its open source code.

Field

AtomicLongcurrentWrittenBytes
Current written bytes
AtomicLongcurrentReadBytes
Current read bytes
AtomicLongcumulativeWrittenBytes
Long life written bytes
AtomicLongcumulativeReadBytes
Long life read bytes
longlastCumulativeTime
Last Time where cumulative bytes where reset to zero: this time is a real EPOC time (informative only)
longlastWriteThroughput
Last writing bandwidth
longlastReadThroughput
Last reading bandwidth
AtomicLonglastTime
Last Time Check taken
longlastWrittenBytes
Last written bytes number during last check interval
longlastReadBytes
Last read bytes number during last check interval
AtomicLongcheckInterval
Delay between two captures