verifyClose() — netty Function Reference
Architecture documentation for the verifyClose() function in Http3TestUtils.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 74fc0dfa_41f1_3d12_02da_8359a13ec398["verifyClose()"] 526452ea_0bd7_0aa9_3ccc_c662ad6d889a["Http3TestUtils"] 74fc0dfa_41f1_3d12_02da_8359a13ec398 -->|defined in| 526452ea_0bd7_0aa9_3ccc_c662ad6d889a style 74fc0dfa_41f1_3d12_02da_8359a13ec398 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3TestUtils.java lines 37–40
static void verifyClose(int times, Http3ErrorCode expectedCode, EmbeddedQuicChannel channel) {
assertEquals(times, channel.closeErrorCodes().stream().filter(integer -> integer == expectedCode.code).count(),
"Close not invoked with expected times with error code: " + expectedCode.code);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does verifyClose() do?
verifyClose() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3TestUtils.java.
Where is verifyClose() defined?
verifyClose() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3TestUtils.java at line 37.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free