Home / Function/ unconsumedBytes() — netty Function Reference

unconsumedBytes() — netty Function Reference

Architecture documentation for the unconsumedBytes() function in DefaultHttp2LocalFlowController.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  a89ed0c8_7255_1694_956c_f134ac6f835c["unconsumedBytes()"]
  36ddda9f_3efd_b028_26eb_619b997ea963["DefaultHttp2LocalFlowController"]
  a89ed0c8_7255_1694_956c_f134ac6f835c -->|defined in| 36ddda9f_3efd_b028_26eb_619b997ea963
  dee433fc_8cf9_8aa8_72d9_8fd1710c26cc["unconsumedBytes()"]
  dee433fc_8cf9_8aa8_72d9_8fd1710c26cc -->|calls| a89ed0c8_7255_1694_956c_f134ac6f835c
  dee433fc_8cf9_8aa8_72d9_8fd1710c26cc["unconsumedBytes()"]
  a89ed0c8_7255_1694_956c_f134ac6f835c -->|calls| dee433fc_8cf9_8aa8_72d9_8fd1710c26cc
  style a89ed0c8_7255_1694_956c_f134ac6f835c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowController.java lines 199–202

    @Override
    public int unconsumedBytes(Http2Stream stream) {
        return state(stream).unconsumedBytes();
    }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free