updateLocalWindowIfNeededAndFlush() — netty Function Reference
Architecture documentation for the updateLocalWindowIfNeededAndFlush() function in AbstractHttp2StreamChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4719f032_82eb_05bb_5db2_1ba1daf73d78["updateLocalWindowIfNeededAndFlush()"] 2656dcfe_5cdb_7c7d_bc25_312393fe2e05["Http2ChannelUnsafe"] 4719f032_82eb_05bb_5db2_1ba1daf73d78 -->|defined in| 2656dcfe_5cdb_7c7d_bc25_312393fe2e05 858ecbbc_23c8_402a_e077_28f8ef14ee8b["setOption()"] 858ecbbc_23c8_402a_e077_28f8ef14ee8b -->|calls| 4719f032_82eb_05bb_5db2_1ba1daf73d78 62a996f5_c8c1_0a8e_97ff_db08bcadbc89["updateLocalWindowIfNeeded()"] 4719f032_82eb_05bb_5db2_1ba1daf73d78 -->|calls| 62a996f5_c8c1_0a8e_97ff_db08bcadbc89 17bb5ba9_6675_72af_80ec_e5f5d89f1f8c["flush()"] 4719f032_82eb_05bb_5db2_1ba1daf73d78 -->|calls| 17bb5ba9_6675_72af_80ec_e5f5d89f1f8c style 4719f032_82eb_05bb_5db2_1ba1daf73d78 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 923–927
void updateLocalWindowIfNeededAndFlush() {
if (updateLocalWindowIfNeeded()) {
flush();
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does updateLocalWindowIfNeededAndFlush() do?
updateLocalWindowIfNeededAndFlush() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java.
Where is updateLocalWindowIfNeededAndFlush() defined?
updateLocalWindowIfNeededAndFlush() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java at line 923.
What does updateLocalWindowIfNeededAndFlush() call?
updateLocalWindowIfNeededAndFlush() calls 2 function(s): flush, updateLocalWindowIfNeeded.
What calls updateLocalWindowIfNeededAndFlush()?
updateLocalWindowIfNeededAndFlush() is called by 1 function(s): setOption.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free