testDecodeWholeRequestInMultipleSteps() — netty Function Reference
Architecture documentation for the testDecodeWholeRequestInMultipleSteps() function in HttpRequestDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 661bb796_2789_f625_efcb_10e45f7cba66["testDecodeWholeRequestInMultipleSteps()"] 514322d5_436a_d1ac_6240_1f9cf42934a4["HttpRequestDecoderTest"] 661bb796_2789_f625_efcb_10e45f7cba66 -->|defined in| 514322d5_436a_d1ac_6240_1f9cf42934a4 2ef53b16_08b3_8da4_39e9_0c8175a1f7db["testDecodeWholeRequestInMultipleStepsCRLFDelimiters()"] 2ef53b16_08b3_8da4_39e9_0c8175a1f7db -->|calls| 661bb796_2789_f625_efcb_10e45f7cba66 0bc1b6ce_3f70_e244_0371_9f24ee7c56a5["testDecodeWholeRequestInMultipleStepsLFDelimiters()"] 0bc1b6ce_3f70_e244_0371_9f24ee7c56a5 -->|calls| 661bb796_2789_f625_efcb_10e45f7cba66 2b37f10f_8712_7d4a_27b2_0f1ba003cd78["testDecodeWholeRequestInMultipleStepsMixedDelimiters()"] 2b37f10f_8712_7d4a_27b2_0f1ba003cd78 -->|calls| 661bb796_2789_f625_efcb_10e45f7cba66 4ef26ed3_b4e5_78f3_b34f_bbf4d56a5094["testDecodeWholeRequestInMultipleStepsFailsWithLFDelimiters()"] 4ef26ed3_b4e5_78f3_b34f_bbf4d56a5094 -->|calls| 661bb796_2789_f625_efcb_10e45f7cba66 5862443e_3dce_28ff_9a40_2647f2710988["testDecodeWholeRequestInMultipleStepsFailsWithMixedDelimiters()"] 5862443e_3dce_28ff_9a40_2647f2710988 -->|calls| 661bb796_2789_f625_efcb_10e45f7cba66 ec3907dc_9d31_478a_363c_766ff7a4728c["checkHeaders()"] 661bb796_2789_f625_efcb_10e45f7cba66 -->|calls| ec3907dc_9d31_478a_363c_766ff7a4728c style 661bb796_2789_f625_efcb_10e45f7cba66 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java lines 180–185
private static void testDecodeWholeRequestInMultipleSteps(
byte[] content, boolean strictLineParsing, boolean expectFailure) {
for (int i = 1; i < content.length; i++) {
testDecodeWholeRequestInMultipleSteps(content, i, strictLineParsing, expectFailure);
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does testDecodeWholeRequestInMultipleSteps() do?
testDecodeWholeRequestInMultipleSteps() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java.
Where is testDecodeWholeRequestInMultipleSteps() defined?
testDecodeWholeRequestInMultipleSteps() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java at line 180.
What does testDecodeWholeRequestInMultipleSteps() call?
testDecodeWholeRequestInMultipleSteps() calls 1 function(s): checkHeaders.
What calls testDecodeWholeRequestInMultipleSteps()?
testDecodeWholeRequestInMultipleSteps() is called by 5 function(s): testDecodeWholeRequestInMultipleStepsCRLFDelimiters, testDecodeWholeRequestInMultipleStepsFailsWithLFDelimiters, testDecodeWholeRequestInMultipleStepsFailsWithMixedDelimiters, testDecodeWholeRequestInMultipleStepsLFDelimiters, testDecodeWholeRequestInMultipleStepsMixedDelimiters.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free