testDecodeWholeRequestAtOnce() — netty Function Reference
Architecture documentation for the testDecodeWholeRequestAtOnce() function in HttpRequestDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 34f7f372_9526_2e9b_38a2_4361361c218b["testDecodeWholeRequestAtOnce()"] 514322d5_436a_d1ac_6240_1f9cf42934a4["HttpRequestDecoderTest"] 34f7f372_9526_2e9b_38a2_4361361c218b -->|defined in| 514322d5_436a_d1ac_6240_1f9cf42934a4 703641d3_eb0e_4efe_020d_057bf31de411["testDecodeWholeRequestAtOnceCRLFDelimiters()"] 703641d3_eb0e_4efe_020d_057bf31de411 -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b 8a51f2ac_cb87_4165_578d_d5700d9e321c["testDecodeWholeRequestAtOnceLFDelimiters()"] 8a51f2ac_cb87_4165_578d_d5700d9e321c -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b 07e20eab_88ad_9739_8d1b_bfe7d62c53c0["testDecodeWholeRequestAtOnceMixedDelimiters()"] 07e20eab_88ad_9739_8d1b_bfe7d62c53c0 -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b e7234722_6562_b070_aeab_9e50d7a157a9["testDecodeWholeRequestAtOnceFailesWithLFDelimiters()"] e7234722_6562_b070_aeab_9e50d7a157a9 -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b 140bc4df_b72a_35e7_f6fc_b10175d91c96["testDecodeWholeRequestAtOnceFailsWithMixedDelimiters()"] 140bc4df_b72a_35e7_f6fc_b10175d91c96 -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b 9f4fd74c_a7ec_3f31_5c42_f82daa7ccb9a["testDecodeWholeRequestAtOnceMixedDelimitersWithIntegerOverflowOnMaxBodySize()"] 9f4fd74c_a7ec_3f31_5c42_f82daa7ccb9a -->|calls| 34f7f372_9526_2e9b_38a2_4361361c218b ec3907dc_9d31_478a_363c_766ff7a4728c["checkHeaders()"] 34f7f372_9526_2e9b_38a2_4361361c218b -->|calls| ec3907dc_9d31_478a_363c_766ff7a4728c style 34f7f372_9526_2e9b_38a2_4361361c218b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java lines 106–108
private static void testDecodeWholeRequestAtOnce(byte[] content) {
testDecodeWholeRequestAtOnce(content, HttpObjectDecoder.DEFAULT_MAX_HEADER_SIZE, false, false);
}
Domain
Subdomains
Calls
Called By
- testDecodeWholeRequestAtOnceCRLFDelimiters()
- testDecodeWholeRequestAtOnceFailesWithLFDelimiters()
- testDecodeWholeRequestAtOnceFailsWithMixedDelimiters()
- testDecodeWholeRequestAtOnceLFDelimiters()
- testDecodeWholeRequestAtOnceMixedDelimiters()
- testDecodeWholeRequestAtOnceMixedDelimitersWithIntegerOverflowOnMaxBodySize()
Source
Frequently Asked Questions
What does testDecodeWholeRequestAtOnce() do?
testDecodeWholeRequestAtOnce() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java.
Where is testDecodeWholeRequestAtOnce() defined?
testDecodeWholeRequestAtOnce() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpRequestDecoderTest.java at line 106.
What does testDecodeWholeRequestAtOnce() call?
testDecodeWholeRequestAtOnce() calls 1 function(s): checkHeaders.
What calls testDecodeWholeRequestAtOnce()?
testDecodeWholeRequestAtOnce() is called by 6 function(s): testDecodeWholeRequestAtOnceCRLFDelimiters, testDecodeWholeRequestAtOnceFailesWithLFDelimiters, testDecodeWholeRequestAtOnceFailsWithMixedDelimiters, testDecodeWholeRequestAtOnceLFDelimiters, testDecodeWholeRequestAtOnceMixedDelimiters, testDecodeWholeRequestAtOnceMixedDelimitersWithIntegerOverflowOnMaxBodySize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free