WeightedFairQueueByteDistributor() — netty Function Reference
Architecture documentation for the WeightedFairQueueByteDistributor() function in WeightedFairQueueByteDistributor.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 0f84cad1_72bf_48c4_a975_f58d297dd3c2["WeightedFairQueueByteDistributor()"] f6394c11_feeb_5e3e_8717_b7d2d36bbf34["WeightedFairQueueByteDistributor"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|defined in| f6394c11_feeb_5e3e_8717_b7d2d36bbf34 fb17eda3_f88a_c99f_e79c_e7e5ccb06a40["takeChild()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| fb17eda3_f88a_c99f_e79c_e7e5ccb06a40 25f3d9c7_29c4_05d1_8c21_d15e89a37789["notifyParentChanged()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| 25f3d9c7_29c4_05d1_8c21_d15e89a37789 daa09cfd_6696_9266_4a3c_b492ef6968ab["setStreamReservedOrActivated()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| daa09cfd_6696_9266_4a3c_b492ef6968ab 0b75e3db_2c75_c6bf_3a34_bd714d925f65["close()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| 0b75e3db_2c75_c6bf_3a34_bd714d925f65 a7426564_13ec_4caa_ec35_83d94c9ad9d0["removeChild()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| a7426564_13ec_4caa_ec35_83d94c9ad9d0 fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3["State()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| fa3ca25f_05dd_7371_b6a8_9b6d9a3f7cb3 b3a17d55_8d87_d700_8e02_461a42255873["compare()"] 0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| b3a17d55_8d87_d700_8e02_461a42255873 style 0f84cad1_72bf_48c4_a975_f58d297dd3c2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 93–95
public WeightedFairQueueByteDistributor(Http2Connection connection) {
this(connection, DEFAULT_MAX_STATE_ONLY_SIZE);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does WeightedFairQueueByteDistributor() do?
WeightedFairQueueByteDistributor() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java.
Where is WeightedFairQueueByteDistributor() defined?
WeightedFairQueueByteDistributor() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java at line 93.
What does WeightedFairQueueByteDistributor() call?
WeightedFairQueueByteDistributor() calls 7 function(s): State, close, compare, notifyParentChanged, removeChild, setStreamReservedOrActivated, takeChild.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free