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