onDataRead() — netty Function Reference
Architecture documentation for the onDataRead() function in Http2FrameListenerDecorator.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 739960a2_d42b_fe04_0a45_d9175b8c90ae["onDataRead()"] 9255bc58_b0f5_d1db_3148_ef668e3ca046["Http2FrameListenerDecorator"] 739960a2_d42b_fe04_0a45_d9175b8c90ae -->|defined in| 9255bc58_b0f5_d1db_3148_ef668e3ca046 style 739960a2_d42b_fe04_0a45_d9175b8c90ae fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListenerDecorator.java lines 31–35
@Override
public int onDataRead(ChannelHandlerContext ctx, int streamId, ByteBuf data, int padding, boolean endOfStream)
throws Http2Exception {
return listener.onDataRead(ctx, streamId, data, padding, endOfStream);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does onDataRead() do?
onDataRead() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListenerDecorator.java.
Where is onDataRead() defined?
onDataRead() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2FrameListenerDecorator.java at line 31.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free