Home / Function/ onSettingsRead() — netty Function Reference

onSettingsRead() — netty Function Reference

Architecture documentation for the onSettingsRead() function in InboundHttp2ToHttpAdapter.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  517bfb71_063e_1628_6eac_3e1ea271a2cf["onSettingsRead()"]
  aed86996_f518_c45d_5bdf_47241b8bdd57["InboundHttp2ToHttpAdapter"]
  517bfb71_063e_1628_6eac_3e1ea271a2cf -->|defined in| aed86996_f518_c45d_5bdf_47241b8bdd57
  dd41a085_6ba9_3e5b_7096_37e5368a853b["fireChannelRead()"]
  517bfb71_063e_1628_6eac_3e1ea271a2cf -->|calls| dd41a085_6ba9_3e5b_7096_37e5368a853b
  style 517bfb71_063e_1628_6eac_3e1ea271a2cf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttp2ToHttpAdapter.java lines 316–322

    @Override
    public void onSettingsRead(ChannelHandlerContext ctx, Http2Settings settings) throws Http2Exception {
        if (propagateSettings) {
            // Provide an interface for non-listeners to capture settings
            ctx.fireChannelRead(settings);
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does onSettingsRead() do?
onSettingsRead() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttp2ToHttpAdapter.java.
Where is onSettingsRead() defined?
onSettingsRead() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttp2ToHttpAdapter.java at line 316.
What does onSettingsRead() call?
onSettingsRead() calls 1 function(s): fireChannelRead.

Analyze Your Own Codebase

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

Try Supermodel Free