checkAllWritabilityChanged() — netty Function Reference
Architecture documentation for the checkAllWritabilityChanged() function in DefaultHttp2RemoteFlowController.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd["checkAllWritabilityChanged()"] 3dadf6c6_c839_608f_accc_8c9408feae6d["ListenerWritabilityMonitor"] e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd -->|defined in| 3dadf6c6_c839_608f_accc_8c9408feae6d 70f98aaa_d88c_9c64_6989_6eebed973749["initialWindowSize()"] 70f98aaa_d88c_9c64_6989_6eebed973749 -->|calls| e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd 74935452_d038_6cd3_ff2f_6eeeb8b0c749["channelWritabilityChange()"] 74935452_d038_6cd3_ff2f_6eeeb8b0c749 -->|calls| e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd 397a27f4_ac2e_d522_f1f5_53b8be7d676f["checkStateWritability()"] 397a27f4_ac2e_d522_f1f5_53b8be7d676f -->|calls| e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd b7b92d74_a107_0e16_0336_f1ebdfbd2ff3["checkConnectionThenStreamWritabilityChanged()"] b7b92d74_a107_0e16_0336_f1ebdfbd2ff3 -->|calls| e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd 835ae471_e0c2_93d0_0989_07e018e9a7b0["markedWritability()"] e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd -->|calls| 835ae471_e0c2_93d0_0989_07e018e9a7b0 f3d43993_1ede_3353_8257_e436049bf804["isWritableConnection()"] e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd -->|calls| f3d43993_1ede_3353_8257_e436049bf804 style e25c5ef3_f83a_4eaa_44cb_7f7e86d06ebd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 761–765
private void checkAllWritabilityChanged() throws Http2Exception {
// Make sure we mark that we have notified as a result of this change.
connectionState.markedWritability(isWritableConnection());
connection.forEachActiveStream(this);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does checkAllWritabilityChanged() do?
checkAllWritabilityChanged() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java.
Where is checkAllWritabilityChanged() defined?
checkAllWritabilityChanged() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java at line 761.
What does checkAllWritabilityChanged() call?
checkAllWritabilityChanged() calls 2 function(s): isWritableConnection, markedWritability.
What calls checkAllWritabilityChanged()?
checkAllWritabilityChanged() is called by 4 function(s): channelWritabilityChange, checkConnectionThenStreamWritabilityChanged, checkStateWritability, initialWindowSize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free