Home / Function/ getStreamId() — netty Function Reference

getStreamId() — netty Function Reference

Architecture documentation for the getStreamId() function in InboundHttpToHttp2Adapter.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4f219723_6c91_535c_23e8_6c1aa312114a["getStreamId()"]
  b0a0f922_5d85_6902_3570_10d070eb200a["InboundHttpToHttp2Adapter"]
  4f219723_6c91_535c_23e8_6c1aa312114a -->|defined in| b0a0f922_5d85_6902_3570_10d070eb200a
  3f8e31aa_60e4_8d88_3891_2547a3b5f313["handle()"]
  3f8e31aa_60e4_8d88_3891_2547a3b5f313 -->|calls| 4f219723_6c91_535c_23e8_6c1aa312114a
  style 4f219723_6c91_535c_23e8_6c1aa312114a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttpToHttp2Adapter.java lines 36–39

    private static int getStreamId(Http2Connection connection, HttpHeaders httpHeaders) {
        return httpHeaders.getInt(HttpConversionUtil.ExtensionHeaderNames.STREAM_ID.text(),
                                  connection.remote().incrementAndGetNextStreamId());
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does getStreamId() do?
getStreamId() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttpToHttp2Adapter.java.
Where is getStreamId() defined?
getStreamId() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/InboundHttpToHttp2Adapter.java at line 36.
What calls getStreamId()?
getStreamId() is called by 1 function(s): handle.

Analyze Your Own Codebase

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

Try Supermodel Free