onPriorityRead() — netty Function Reference
Architecture documentation for the onPriorityRead() function in Http2TestUtil.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f14b9862_c733_d95f_063f_2326e2dbd1b0["onPriorityRead()"] 2feb2175_1019_fd99_d93d_493bbaef7447["FrameCountDown"] f14b9862_c733_d95f_063f_2326e2dbd1b0 -->|defined in| 2feb2175_1019_fd99_d93d_493bbaef7447 style f14b9862_c733_d95f_063f_2326e2dbd1b0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java lines 209–214
@Override
public void onPriorityRead(ChannelHandlerContext ctx, int streamId, int streamDependency, short weight,
boolean exclusive) throws Http2Exception {
listener.onPriorityRead(ctx, streamId, streamDependency, weight, exclusive);
messageLatch.countDown();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does onPriorityRead() do?
onPriorityRead() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java.
Where is onPriorityRead() defined?
onPriorityRead() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2TestUtil.java at line 209.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free