Home / Function/ testOptionsNonWildcardWithAuthority() — netty Function Reference

testOptionsNonWildcardWithAuthority() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3HeadersSinkTest.java lines 147–155

    @Test
    public void testOptionsNonWildcardWithAuthority() 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(Http3Headers.PseudoHeaderName.AUTHORITY.value(), "example.com:4433");
        sink.finish();
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free