Home / Function/ State() — netty Function Reference

State() — netty Function Reference

Architecture documentation for the State() function in UniformStreamByteDistributor.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  afac8524_30ec_b001_669b_614bd09f135c["State()"]
  52e74647_0bb8_efef_82ff_44ea07c3c527["State"]
  afac8524_30ec_b001_669b_614bd09f135c -->|defined in| 52e74647_0bb8_efef_82ff_44ea07c3c527
  85a0db04_bf80_87a7_f9ce_baa702dc7660["UniformStreamByteDistributor()"]
  85a0db04_bf80_87a7_f9ce_baa702dc7660 -->|calls| afac8524_30ec_b001_669b_614bd09f135c
  1855896a_7852_d423_0884_fd95c4761297["State()"]
  afac8524_30ec_b001_669b_614bd09f135c -->|calls| 1855896a_7852_d423_0884_fd95c4761297
  style afac8524_30ec_b001_669b_614bd09f135c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/UniformStreamByteDistributor.java lines 138–140

        State(Http2Stream stream) {
            this.stream = stream;
        }

Domain

Subdomains

Calls

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free