Home / Function/ testHttp3HeadersFrameWithTeHeaderAndValidValue() — netty Function Reference

testHttp3HeadersFrameWithTeHeaderAndValidValue() — netty Function Reference

Architecture documentation for the testHttp3HeadersFrameWithTeHeaderAndValidValue() function in Http3RequestStreamValidationHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f3b1388b_8e66_406d_0cff_75270f3043df["testHttp3HeadersFrameWithTeHeaderAndValidValue()"]
  c95952ff_8157_1798_825c_bd4f00047c5a["Http3RequestStreamValidationHandlerTest"]
  f3b1388b_8e66_406d_0cff_75270f3043df -->|defined in| c95952ff_8157_1798_825c_bd4f00047c5a
  28c0f438_ff32_1d12_d043_e032e6cbca6e["testHeadersFrame()"]
  f3b1388b_8e66_406d_0cff_75270f3043df -->|calls| 28c0f438_ff32_1d12_d043_e032e6cbca6e
  style f3b1388b_8e66_406d_0cff_75270f3043df fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java lines 352–359

    @ParameterizedTest(name = "{index}: server = {0}")
    @MethodSource("data")
    public void testHttp3HeadersFrameWithTeHeaderAndValidValue(boolean server) throws Exception {
        setUp(server);
        Http3HeadersFrame headersFrame = new DefaultHttp3HeadersFrame();
        headersFrame.headers().add(HttpHeaderNames.TE, HttpHeaderValues.TRAILERS);
        testHeadersFrame(headersFrame, null);
    }

Domain

Subdomains

Frequently Asked Questions

What does testHttp3HeadersFrameWithTeHeaderAndValidValue() do?
testHttp3HeadersFrameWithTeHeaderAndValidValue() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java.
Where is testHttp3HeadersFrameWithTeHeaderAndValidValue() defined?
testHttp3HeadersFrameWithTeHeaderAndValidValue() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java at line 352.
What does testHttp3HeadersFrameWithTeHeaderAndValidValue() call?
testHttp3HeadersFrameWithTeHeaderAndValidValue() calls 1 function(s): testHeadersFrame.

Analyze Your Own Codebase

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

Try Supermodel Free