Home / Function/ collectStats0() — netty Function Reference

collectStats0() — netty Function Reference

Architecture documentation for the collectStats0() function in QuicheQuicChannel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  646632d7_c969_ccd0_3a34_06087c4828ed["collectStats0()"]
  3c534d05_bb5b_c991_5e03_7ec94e739cf7["QuicheQuicChannel"]
  646632d7_c969_ccd0_3a34_06087c4828ed -->|defined in| 3c534d05_bb5b_c991_5e03_7ec94e739cf7
  d09a66fb_105e_24b9_4756_bb03a3f780fa["doClose()"]
  d09a66fb_105e_24b9_4756_bb03a3f780fa -->|calls| 646632d7_c969_ccd0_3a34_06087c4828ed
  d7a67852_f19d_1426_deef_dc06e5edfd5b["collectStats()"]
  d7a67852_f19d_1426_deef_dc06e5edfd5b -->|calls| 646632d7_c969_ccd0_3a34_06087c4828ed
  c7a73689_0f98_e1ca_3ff4_158dc166b16a["QuicConnectionStats()"]
  c7a73689_0f98_e1ca_3ff4_158dc166b16a -->|calls| 646632d7_c969_ccd0_3a34_06087c4828ed
  style 646632d7_c969_ccd0_3a34_06087c4828ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java lines 2076–2084

    private void collectStats0(Promise<QuicConnectionStats> promise) {
        QuicheQuicConnection conn = connection;
        if (conn.isFreed()) {
            promise.setSuccess(statsAtClose);
            return;
        }

        collectStats0(connection, promise);
    }

Domain

Subdomains

Frequently Asked Questions

What does collectStats0() do?
collectStats0() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java.
Where is collectStats0() defined?
collectStats0() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java at line 2076.
What calls collectStats0()?
collectStats0() is called by 3 function(s): QuicConnectionStats, collectStats, doClose.

Analyze Your Own Codebase

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

Try Supermodel Free