decrementPendingOutboundBytes() — netty Function Reference
Architecture documentation for the decrementPendingOutboundBytes() function in ChannelOutboundBuffer.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9442861d_ae43_c572_95ea_8e92ddbb709f["decrementPendingOutboundBytes()"] 509b1bc5_7cdc_9ee4_03d9_31eb2203d807["ChannelOutboundBuffer"] 9442861d_ae43_c572_95ea_8e92ddbb709f -->|defined in| 509b1bc5_7cdc_9ee4_03d9_31eb2203d807 064bcac5_7f92_8d78_e146_94926c257464["addFlush()"] 064bcac5_7f92_8d78_e146_94926c257464 -->|calls| 9442861d_ae43_c572_95ea_8e92ddbb709f 6dea3e34_a4b3_484d_ed24_d39287511a5a["remove()"] 6dea3e34_a4b3_484d_ed24_d39287511a5a -->|calls| 9442861d_ae43_c572_95ea_8e92ddbb709f cd969e8c_0b55_2177_ee6c_1c15a5b3292f["remove0()"] cd969e8c_0b55_2177_ee6c_1c15a5b3292f -->|calls| 9442861d_ae43_c572_95ea_8e92ddbb709f 8ef6f00a_5bc8_18eb_6487_6a2e90cfab2f["close()"] 8ef6f00a_5bc8_18eb_6487_6a2e90cfab2f -->|calls| 9442861d_ae43_c572_95ea_8e92ddbb709f 540d1764_595d_7536_0315_f2bb897f6316["setWritable()"] 9442861d_ae43_c572_95ea_8e92ddbb709f -->|calls| 540d1764_595d_7536_0315_f2bb897f6316 style 9442861d_ae43_c572_95ea_8e92ddbb709f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java lines 195–197
void decrementPendingOutboundBytes(long size) {
decrementPendingOutboundBytes(size, true, true);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does decrementPendingOutboundBytes() do?
decrementPendingOutboundBytes() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java.
Where is decrementPendingOutboundBytes() defined?
decrementPendingOutboundBytes() is defined in transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java at line 195.
What does decrementPendingOutboundBytes() call?
decrementPendingOutboundBytes() calls 1 function(s): setWritable.
What calls decrementPendingOutboundBytes()?
decrementPendingOutboundBytes() is called by 4 function(s): addFlush, close, remove, remove0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free