Home / Function/ testOversizedRequestWithoutKeepAlive() — netty Function Reference

testOversizedRequestWithoutKeepAlive() — netty Function Reference

Architecture documentation for the testOversizedRequestWithoutKeepAlive() function in HttpObjectAggregatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  74fa9a9e_5547_481f_cc41_e227342addd5["testOversizedRequestWithoutKeepAlive()"]
  32ca569a_2b67_1114_bbc8_cbf703c91b95["HttpObjectAggregatorTest"]
  74fa9a9e_5547_481f_cc41_e227342addd5 -->|defined in| 32ca569a_2b67_1114_bbc8_cbf703c91b95
  3844a065_7276_ef08_d306_ec1b2cc87bed["checkOversizedRequest()"]
  74fa9a9e_5547_481f_cc41_e227342addd5 -->|calls| 3844a065_7276_ef08_d306_ec1b2cc87bed
  style 74fa9a9e_5547_481f_cc41_e227342addd5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpObjectAggregatorTest.java lines 196–202

    @Test
    public void testOversizedRequestWithoutKeepAlive() {
        // send an HTTP/1.0 request with no keep-alive header
        HttpRequest message = new DefaultHttpRequest(HttpVersion.HTTP_1_0, HttpMethod.PUT, "http://localhost");
        HttpUtil.setContentLength(message, 5);
        checkOversizedRequest(message);
    }

Domain

Subdomains

Frequently Asked Questions

What does testOversizedRequestWithoutKeepAlive() do?
testOversizedRequestWithoutKeepAlive() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpObjectAggregatorTest.java.
Where is testOversizedRequestWithoutKeepAlive() defined?
testOversizedRequestWithoutKeepAlive() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpObjectAggregatorTest.java at line 196.
What does testOversizedRequestWithoutKeepAlive() call?
testOversizedRequestWithoutKeepAlive() calls 1 function(s): checkOversizedRequest.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free