onPingRead() — netty Function Reference
Architecture documentation for the onPingRead() function in DefaultHttp2ConnectionDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 15f28600_a160_733e_4b54_f496696f8cdb["onPingRead()"] af231ad8_ae8c_ebec_d9d7_226af08e6f24["PrefaceFrameListener"] 15f28600_a160_733e_4b54_f496696f8cdb -->|defined in| af231ad8_ae8c_ebec_d9d7_226af08e6f24 9160568b_5ab7_eed1_a1e2_513bb43f2c2f["onPingRead()"] 9160568b_5ab7_eed1_a1e2_513bb43f2c2f -->|calls| 15f28600_a160_733e_4b54_f496696f8cdb 9160568b_5ab7_eed1_a1e2_513bb43f2c2f["onPingRead()"] 15f28600_a160_733e_4b54_f496696f8cdb -->|calls| 9160568b_5ab7_eed1_a1e2_513bb43f2c2f ef9a3b25_ec9f_f99b_71ed_3efbcd8388ea["verifyPrefaceReceived()"] 15f28600_a160_733e_4b54_f496696f8cdb -->|calls| ef9a3b25_ec9f_f99b_71ed_3efbcd8388ea style 15f28600_a160_733e_4b54_f496696f8cdb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 760–764
@Override
public void onPingRead(ChannelHandlerContext ctx, long data) throws Http2Exception {
verifyPrefaceReceived();
internalFrameListener.onPingRead(ctx, data);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does onPingRead() do?
onPingRead() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java.
Where is onPingRead() defined?
onPingRead() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java at line 760.
What does onPingRead() call?
onPingRead() calls 2 function(s): onPingRead, verifyPrefaceReceived.
What calls onPingRead()?
onPingRead() is called by 1 function(s): onPingRead.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free