Home / Function/ updateStreamableBytes() — netty Function Reference

updateStreamableBytes() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  156bbb11_157a_2a4e_aa30_e317b707854a["updateStreamableBytes()"]
  5377af2d_bff0_e163_253c_99c207830ae4["UniformStreamByteDistributor"]
  156bbb11_157a_2a4e_aa30_e317b707854a -->|defined in| 5377af2d_bff0_e163_253c_99c207830ae4
  eb6bf10d_b6fd_8515_c69e_9cd09b8d3ba9["updateStreamableBytes()"]
  eb6bf10d_b6fd_8515_c69e_9cd09b8d3ba9 -->|calls| 156bbb11_157a_2a4e_aa30_e317b707854a
  eb6bf10d_b6fd_8515_c69e_9cd09b8d3ba9["updateStreamableBytes()"]
  156bbb11_157a_2a4e_aa30_e317b707854a -->|calls| eb6bf10d_b6fd_8515_c69e_9cd09b8d3ba9
  style 156bbb11_157a_2a4e_aa30_e317b707854a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/UniformStreamByteDistributor.java lines 77–82

    @Override
    public void updateStreamableBytes(StreamState streamState) {
        state(streamState.stream()).updateStreamableBytes(streamableBytes(streamState),
                                                          streamState.hasFrame(),
                                                          streamState.windowSize());
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free