Home / Function/ onPriorityRead() — netty Function Reference

onPriorityRead() — netty Function Reference

Architecture documentation for the onPriorityRead() function in DefaultHttp2ConnectionDecoder.java from the netty codebase.

Function java Buffer Allocators calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  ceb0fd48_1f4b_1253_6b60_4a88d671c433["onPriorityRead()"]
  af231ad8_ae8c_ebec_d9d7_226af08e6f24["PrefaceFrameListener"]
  ceb0fd48_1f4b_1253_6b60_4a88d671c433 -->|defined in| af231ad8_ae8c_ebec_d9d7_226af08e6f24
  b92057c2_3375_415d_8eff_8bd832d2e7da["onPriorityRead()"]
  b92057c2_3375_415d_8eff_8bd832d2e7da -->|calls| ceb0fd48_1f4b_1253_6b60_4a88d671c433
  b92057c2_3375_415d_8eff_8bd832d2e7da["onPriorityRead()"]
  ceb0fd48_1f4b_1253_6b60_4a88d671c433 -->|calls| b92057c2_3375_415d_8eff_8bd832d2e7da
  ef9a3b25_ec9f_f99b_71ed_3efbcd8388ea["verifyPrefaceReceived()"]
  ceb0fd48_1f4b_1253_6b60_4a88d671c433 -->|calls| ef9a3b25_ec9f_f99b_71ed_3efbcd8388ea
  style ceb0fd48_1f4b_1253_6b60_4a88d671c433 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 731–736

        @Override
        public void onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight,
                boolean exclusive) throws Http2Exception {
            verifyPrefaceReceived();
            internalFrameListener.onPriorityRead(ctx, streamId, streamDependency, weight, exclusive);
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does onPriorityRead() do?
onPriorityRead() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java.
Where is onPriorityRead() defined?
onPriorityRead() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java at line 731.
What does onPriorityRead() call?
onPriorityRead() calls 2 function(s): onPriorityRead, verifyPrefaceReceived.
What calls onPriorityRead()?
onPriorityRead() is called by 1 function(s): onPriorityRead.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free