Home / Function/ updateSendWindowSize() — netty Function Reference

updateSendWindowSize() — netty Function Reference

Architecture documentation for the updateSendWindowSize() function in SpdySession.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  5741002c_9c87_22ac_cf3c_b32d8592aff0["updateSendWindowSize()"]
  589a9899_b8db_cc45_ce79_726a13b35861["StreamState"]
  5741002c_9c87_22ac_cf3c_b32d8592aff0 -->|defined in| 589a9899_b8db_cc45_ce79_726a13b35861
  17700578_71db_8e7b_29c4_5cf2358e1923["updateSendWindowSize()"]
  17700578_71db_8e7b_29c4_5cf2358e1923 -->|calls| 5741002c_9c87_22ac_cf3c_b32d8592aff0
  44943451_15ac_36a2_e40e_cb4e67d68714["updateAllSendWindowSizes()"]
  44943451_15ac_36a2_e40e_cb4e67d68714 -->|calls| 5741002c_9c87_22ac_cf3c_b32d8592aff0
  17700578_71db_8e7b_29c4_5cf2358e1923["updateSendWindowSize()"]
  5741002c_9c87_22ac_cf3c_b32d8592aff0 -->|calls| 17700578_71db_8e7b_29c4_5cf2358e1923
  style 5741002c_9c87_22ac_cf3c_b32d8592aff0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySession.java lines 286–288

        int updateSendWindowSize(int deltaWindowSize) {
            return sendWindowSize.addAndGet(deltaWindowSize);
        }

Domain

Subdomains

Frequently Asked Questions

What does updateSendWindowSize() do?
updateSendWindowSize() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySession.java.
Where is updateSendWindowSize() defined?
updateSendWindowSize() is defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySession.java at line 286.
What does updateSendWindowSize() call?
updateSendWindowSize() calls 1 function(s): updateSendWindowSize.
What calls updateSendWindowSize()?
updateSendWindowSize() is called by 2 function(s): updateAllSendWindowSizes, updateSendWindowSize.

Analyze Your Own Codebase

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

Try Supermodel Free