Home / Function/ authorityOrHostHeaderReceived() — netty Function Reference

authorityOrHostHeaderReceived() — netty Function Reference

Architecture documentation for the authorityOrHostHeaderReceived() function in Http3HeadersSink.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  549ec78d_c464_7480_1160_dd309c3e68b7["authorityOrHostHeaderReceived()"]
  7f15a7d9_1c9f_da48_4b29_ed705f5855b4["Http3HeadersSink"]
  549ec78d_c464_7480_1160_dd309c3e68b7 -->|defined in| 7f15a7d9_1c9f_da48_4b29_ed705f5855b4
  73e61a10_dc7f_b1aa_9db6_8a00480711c6["finish()"]
  73e61a10_dc7f_b1aa_9db6_8a00480711c6 -->|calls| 549ec78d_c464_7480_1160_dd309c3e68b7
  style 549ec78d_c464_7480_1160_dd309c3e68b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3HeadersSink.java lines 145–148

    private boolean authorityOrHostHeaderReceived() {
        return (receivedPseudoHeaders & AUTHORITY.getFlag()) == AUTHORITY.getFlag() ||
                headers.contains(HttpHeaderNames.HOST);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does authorityOrHostHeaderReceived() do?
authorityOrHostHeaderReceived() is a function in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3HeadersSink.java.
Where is authorityOrHostHeaderReceived() defined?
authorityOrHostHeaderReceived() is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3HeadersSink.java at line 145.
What calls authorityOrHostHeaderReceived()?
authorityOrHostHeaderReceived() is called by 1 function(s): finish.

Analyze Your Own Codebase

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

Try Supermodel Free