Home / Function/ doAccounting() — netty Function Reference

doAccounting() — netty Function Reference

Architecture documentation for the doAccounting() function in GlobalChannelTrafficShapingHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  eea939a3_df3c_a437_65bb_184607e3a12d["doAccounting()"]
  70857fc2_a134_e299_7b48_1738d53c0016["GlobalChannelTrafficShapingHandler"]
  eea939a3_df3c_a437_65bb_184607e3a12d -->|defined in| 70857fc2_a134_e299_7b48_1738d53c0016
  dc4f3c28_7980_8d8c_dff3_c5128677de24["computeDeviationCumulativeBytes()"]
  eea939a3_df3c_a437_65bb_184607e3a12d -->|calls| dc4f3c28_7980_8d8c_dff3_c5128677de24
  style eea939a3_df3c_a437_65bb_184607e3a12d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/main/java/io/netty/handler/traffic/GlobalChannelTrafficShapingHandler.java lines 342–346

    @Override
    protected void doAccounting(TrafficCounter counter) {
        computeDeviationCumulativeBytes();
        super.doAccounting(counter);
    }

Domain

Subdomains

Frequently Asked Questions

What does doAccounting() do?
doAccounting() is a function in the netty codebase, defined in handler/src/main/java/io/netty/handler/traffic/GlobalChannelTrafficShapingHandler.java.
Where is doAccounting() defined?
doAccounting() is defined in handler/src/main/java/io/netty/handler/traffic/GlobalChannelTrafficShapingHandler.java at line 342.
What does doAccounting() call?
doAccounting() calls 1 function(s): computeDeviationCumulativeBytes.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free