readComplete() — netty Function Reference
Architecture documentation for the readComplete() function in QuicheQuicStreamChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f4e51d31_b8c1_2ecc_6e5f_9e10bd92b1b2["readComplete()"] 77188bb7_e7ad_de01_3b54_5bc50b9e2df1["QuicStreamChannelUnsafe"] f4e51d31_b8c1_2ecc_6e5f_9e10bd92b1b2 -->|defined in| 77188bb7_e7ad_de01_3b54_5bc50b9e2df1 af59efb8_dc8a_4d8b_ff8b_642fc3890db5["handleReadException()"] af59efb8_dc8a_4d8b_ff8b_642fc3890db5 -->|calls| f4e51d31_b8c1_2ecc_6e5f_9e10bd92b1b2 08842539_3127_e4fc_3930_f7214f42f664["recv()"] 08842539_3127_e4fc_3930_f7214f42f664 -->|calls| f4e51d31_b8c1_2ecc_6e5f_9e10bd92b1b2 style f4e51d31_b8c1_2ecc_6e5f_9e10bd92b1b2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java lines 1052–1056
private void readComplete(@SuppressWarnings("deprecation") RecvByteBufAllocator.Handle allocHandle,
ChannelPipeline pipeline) {
allocHandle.readComplete();
pipeline.fireChannelReadComplete();
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does readComplete() do?
readComplete() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java.
Where is readComplete() defined?
readComplete() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java at line 1052.
What calls readComplete()?
readComplete() is called by 2 function(s): handleReadException, recv.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free