Home / Function/ testOptionsNonWildcardWithHost() — netty Function Reference

testOptionsNonWildcardWithHost() — netty Function Reference

Architecture documentation for the testOptionsNonWildcardWithHost() function in Http3HeadersSinkTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b3b49265_3711_1de6_8e85_e3cc0752fa73["testOptionsNonWildcardWithHost()"]
  44533ac4_926b_9689_4e92_561270ec7a60["Http3HeadersSinkTest"]
  b3b49265_3711_1de6_8e85_e3cc0752fa73 -->|defined in| 44533ac4_926b_9689_4e92_561270ec7a60
  style b3b49265_3711_1de6_8e85_e3cc0752fa73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java lines 157–165

    @Test
    public void testOptionsNonWildcardWithHost() throws Http3Exception {
        Http3HeadersSink sink = new Http3HeadersSink(new DefaultHttp3Headers(), 512, true, false);
        sink.accept(Http3Headers.PseudoHeaderName.METHOD.value(), "OPTIONS");
        sink.accept(Http3Headers.PseudoHeaderName.PATH.value(), "/something");
        sink.accept(Http3Headers.PseudoHeaderName.SCHEME.value(), "https");
        sink.accept(new AsciiString(HttpHeaderNames.HOST), "example.com:4433");
        sink.finish();
    }

Domain

Subdomains

Frequently Asked Questions

What does testOptionsNonWildcardWithHost() do?
testOptionsNonWildcardWithHost() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java.
Where is testOptionsNonWildcardWithHost() defined?
testOptionsNonWildcardWithHost() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java at line 157.

Analyze Your Own Codebase

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

Try Supermodel Free