collectPathStats() — netty Function Reference
Architecture documentation for the collectPathStats() function in EmbeddedQuicChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a45aeada_5cf5_3615_2de4_64f1a26bd11d["collectPathStats()"] 95e61221_4cd7_7cb2_42da_fdc002019d19["EmbeddedQuicChannel"] a45aeada_5cf5_3615_2de4_64f1a26bd11d -->|defined in| 95e61221_4cd7_7cb2_42da_fdc002019d19 style a45aeada_5cf5_3615_2de4_64f1a26bd11d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicChannel.java lines 188–192
@Override
public Future<QuicConnectionPathStats> collectPathStats(int i, Promise<QuicConnectionPathStats> promise) {
return promise.setFailure(
new UnsupportedOperationException("Collect path stats not supported for embedded channel."));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does collectPathStats() do?
collectPathStats() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicChannel.java.
Where is collectPathStats() defined?
collectPathStats() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/EmbeddedQuicChannel.java at line 188.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free