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 1 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder.java lines 431–437

        @Override
        public void onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight,
                boolean exclusive) throws Http2Exception {
            encoder.flowController().updateDependencyTree(streamId, streamDependency, weight, exclusive);

            listener.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 431.
What does onPriorityRead() call?
onPriorityRead() calls 1 function(s): onPriorityRead.
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