assertRoundtripSuccessful() — netty Function Reference
Architecture documentation for the assertRoundtripSuccessful() function in Http2HeaderBlockIOTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 09cab6d1_a80c_8459_69c5_5ca78b3c180c["assertRoundtripSuccessful()"] 67a68679_3177_7ad0_91a4_a6521917b637["Http2HeaderBlockIOTest"] 09cab6d1_a80c_8459_69c5_5ca78b3c180c -->|defined in| 67a68679_3177_7ad0_91a4_a6521917b637 add5a324_0953_ea3b_73b9_21f63591857a["roundtripShouldBeSuccessful()"] add5a324_0953_ea3b_73b9_21f63591857a -->|calls| 09cab6d1_a80c_8459_69c5_5ca78b3c180c 06aeaa6a_fbe8_53a7_4dfa_3070a240cdd1["successiveCallsShouldSucceed()"] 06aeaa6a_fbe8_53a7_4dfa_3070a240cdd1 -->|calls| 09cab6d1_a80c_8459_69c5_5ca78b3c180c 31b13965_a1cc_c8a5_8a49_abbb8fd213ac["setMaxHeaderSizeShouldBeSuccessful()"] 31b13965_a1cc_c8a5_8a49_abbb8fd213ac -->|calls| 09cab6d1_a80c_8459_69c5_5ca78b3c180c style 09cab6d1_a80c_8459_69c5_5ca78b3c180c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2HeaderBlockIOTest.java lines 83–88
private void assertRoundtripSuccessful(Http2Headers in) throws Http2Exception {
encoder.encodeHeaders(3 /* randomly chosen */, in, buffer);
Http2Headers out = decoder.decodeHeaders(0, buffer);
assertEquals(in, out);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does assertRoundtripSuccessful() do?
assertRoundtripSuccessful() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2HeaderBlockIOTest.java.
Where is assertRoundtripSuccessful() defined?
assertRoundtripSuccessful() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2HeaderBlockIOTest.java at line 83.
What calls assertRoundtripSuccessful()?
assertRoundtripSuccessful() is called by 3 function(s): roundtripShouldBeSuccessful, setMaxHeaderSizeShouldBeSuccessful, successiveCallsShouldSucceed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free