Home / Function/ Http2Headers() — netty Function Reference

Http2Headers() — netty Function Reference

Architecture documentation for the Http2Headers() function in Http2FrameRoundtripTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3149c8b1_42bf_48dd_34fb_3ed192994f29["Http2Headers()"]
  900e14d5_99d5_0a22_aeb4_72af4ffe3fca["Http2FrameRoundtripTest"]
  3149c8b1_42bf_48dd_34fb_3ed192994f29 -->|defined in| 900e14d5_99d5_0a22_aeb4_72af4ffe3fca
  style 3149c8b1_42bf_48dd_34fb_3ed192994f29 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java lines 459–463

    private static Http2Headers headers() {
        return new DefaultHttp2Headers(false).method(AsciiString.of("GET")).scheme(AsciiString.of("https"))
                .authority(AsciiString.of("example.org")).path(AsciiString.of("/some/path/resource2"))
                .add(randomString(), randomString());
    }

Domain

Subdomains

Frequently Asked Questions

What does Http2Headers() do?
Http2Headers() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java.
Where is Http2Headers() defined?
Http2Headers() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2FrameRoundtripTest.java at line 459.

Analyze Your Own Codebase

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

Try Supermodel Free