BytesCountingHandler() — netty Function Reference
Architecture documentation for the BytesCountingHandler() function in QuicChannelConnectTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 50ae9935_9ff5_26ef_46de_b1c885717ce2["BytesCountingHandler()"] 1f8a4d63_7c0d_3a3c_d593_3f9790338edc["BytesCountingHandler"] 50ae9935_9ff5_26ef_46de_b1c885717ce2 -->|defined in| 1f8a4d63_7c0d_3a3c_d593_3f9790338edc 393c0f20_5ebe_f5a5_9bad_387abf5a5aea["testConnectWithTokenValidation()"] 393c0f20_5ebe_f5a5_9bad_387abf5a5aea -->|calls| 50ae9935_9ff5_26ef_46de_b1c885717ce2 a0847459_3ad2_39b2_ba20_746c3c7ada76["testConnectWithoutTokenValidation()"] a0847459_3ad2_39b2_ba20_746c3c7ada76 -->|calls| 50ae9935_9ff5_26ef_46de_b1c885717ce2 7daa9afd_3b73_a1f1_a189_7a0c8aa22a29["testConnectAndStreamPriority()"] 7daa9afd_3b73_a1f1_a189_7a0c8aa22a29 -->|calls| 50ae9935_9ff5_26ef_46de_b1c885717ce2 ba11076a_54a4_da71_9380_74debaccbf3e["testSessionReuse()"] ba11076a_54a4_da71_9380_74debaccbf3e -->|calls| 50ae9935_9ff5_26ef_46de_b1c885717ce2 72055865_bca8_c8ab_3a11_db9184b60c81["testConnectWithActiveConnectionIdLimit()"] 72055865_bca8_c8ab_3a11_db9184b60c81 -->|calls| 50ae9935_9ff5_26ef_46de_b1c885717ce2 style 50ae9935_9ff5_26ef_46de_b1c885717ce2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java lines 1774–1777
BytesCountingHandler(CountDownLatch latch, int numBytes) {
this.latch = latch;
this.numBytes = numBytes;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does BytesCountingHandler() do?
BytesCountingHandler() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java.
Where is BytesCountingHandler() defined?
BytesCountingHandler() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java at line 1774.
What calls BytesCountingHandler()?
BytesCountingHandler() is called by 5 function(s): testConnectAndStreamPriority, testConnectWithActiveConnectionIdLimit, testConnectWithTokenValidation, testConnectWithoutTokenValidation, testSessionReuse.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free