fireChildReadComplete() — netty Function Reference
Architecture documentation for the fireChildReadComplete() function in AbstractHttp2StreamChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3086b5f9_e8c1_0eb5_a6a4_4ba003f3538e["fireChildReadComplete()"] bcb58015_0c85_17e2_f1b3_0c1ad3aaa388["AbstractHttp2StreamChannel"] 3086b5f9_e8c1_0eb5_a6a4_4ba003f3538e -->|defined in| bcb58015_0c85_17e2_f1b3_0c1ad3aaa388 4373f9ff_b341_55e0_625c_45e60ac17922["notifyReadComplete()"] 3086b5f9_e8c1_0eb5_a6a4_4ba003f3538e -->|calls| 4373f9ff_b341_55e0_625c_45e60ac17922 061edcf4_92d7_3247_2f08_9c8c996847ae["recvBufAllocHandle()"] 3086b5f9_e8c1_0eb5_a6a4_4ba003f3538e -->|calls| 061edcf4_92d7_3247_2f08_9c8c996847ae style 3086b5f9_e8c1_0eb5_a6a4_4ba003f3538e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java lines 619–623
void fireChildReadComplete() {
assert eventLoop().inEventLoop();
assert readStatus != ReadStatus.IDLE || !readCompletePending;
unsafe.notifyReadComplete(unsafe.recvBufAllocHandle(), false, false);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does fireChildReadComplete() do?
fireChildReadComplete() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java.
Where is fireChildReadComplete() defined?
fireChildReadComplete() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/AbstractHttp2StreamChannel.java at line 619.
What does fireChildReadComplete() call?
fireChildReadComplete() calls 2 function(s): notifyReadComplete, recvBufAllocHandle.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free