testQpackDecoderStream() — netty Function Reference
Architecture documentation for the testQpackDecoderStream() function in Http3UnidirectionalStreamInboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 09bd5794_4144_fe2f_2745_0023378c05ba["testQpackDecoderStream()"] 25ca3b24_17b0_d7c2_ddbd_1036d0071d78["Http3UnidirectionalStreamInboundHandlerTest"] 09bd5794_4144_fe2f_2745_0023378c05ba -->|defined in| 25ca3b24_17b0_d7c2_ddbd_1036d0071d78 9bb3a719_0678_c8b6_ba9d_662698a1170f["testStreamSetup()"] 09bd5794_4144_fe2f_2745_0023378c05ba -->|calls| 9bb3a719_0678_c8b6_ba9d_662698a1170f style 09bd5794_4144_fe2f_2745_0023378c05ba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java lines 217–221
@ParameterizedTest(name = "{index}: server = {0}")
@ValueSource(booleans = {false, true})
public void testQpackDecoderStream(boolean server) throws Exception {
testStreamSetup(server, HTTP3_QPACK_DECODER_STREAM_TYPE, QpackDecoderHandler.class, false);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testQpackDecoderStream() do?
testQpackDecoderStream() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java.
Where is testQpackDecoderStream() defined?
testQpackDecoderStream() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3UnidirectionalStreamInboundHandlerTest.java at line 217.
What does testQpackDecoderStream() call?
testQpackDecoderStream() calls 1 function(s): testStreamSetup.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free