Home / Function/ connectionCloseProvider() — netty Function Reference

connectionCloseProvider() — netty Function Reference

Architecture documentation for the connectionCloseProvider() function in HttpServerKeepAliveHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ea2adc2d_9ab6_b016_50fc_a2972077905e["connectionCloseProvider()"]
  be1dd72c_0689_de7f_2cae_50d18d342f5c["HttpServerKeepAliveHandlerTest"]
  ea2adc2d_9ab6_b016_50fc_a2972077905e -->|defined in| be1dd72c_0689_de7f_2cae_50d18d342f5c
  style ea2adc2d_9ab6_b016_50fc_a2972077905e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/http/HttpServerKeepAliveHandlerTest.java lines 103–115

    static Collection<Object[]> connectionCloseProvider() {
        return Arrays.asList(new Object[][] {
                { HttpVersion.HTTP_1_0, OK, SET_RESPONSE_LENGTH },
                { HttpVersion.HTTP_1_0, OK, SET_MULTIPART },
                { HttpVersion.HTTP_1_0, OK, NOT_SELF_DEFINED_MSG_LENGTH },
                { HttpVersion.HTTP_1_0, NO_CONTENT, NOT_SELF_DEFINED_MSG_LENGTH },
                { HttpVersion.HTTP_1_1, OK, SET_RESPONSE_LENGTH },
                { HttpVersion.HTTP_1_1, OK, SET_MULTIPART },
                { HttpVersion.HTTP_1_1, OK, NOT_SELF_DEFINED_MSG_LENGTH },
                { HttpVersion.HTTP_1_1, OK, SET_CHUNKED },
                { HttpVersion.HTTP_1_1, NO_CONTENT, NOT_SELF_DEFINED_MSG_LENGTH }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does connectionCloseProvider() do?
connectionCloseProvider() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpServerKeepAliveHandlerTest.java.
Where is connectionCloseProvider() defined?
connectionCloseProvider() is defined in codec-http/src/test/java/io/netty/handler/codec/http/HttpServerKeepAliveHandlerTest.java at line 103.

Analyze Your Own Codebase

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

Try Supermodel Free