Home / Function/ channelReadComplete() — netty Function Reference

channelReadComplete() — netty Function Reference

Architecture documentation for the channelReadComplete() function in Http2MultiplexCodec.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  78cb2a42_5bff_2a57_7359_230af6443313["channelReadComplete()"]
  a7ac469b_ce05_746a_3b73_34450541872b["Http2MultiplexCodec"]
  78cb2a42_5bff_2a57_7359_230af6443313 -->|defined in| a7ac469b_ce05_746a_3b73_34450541872b
  a4b14126_9c21_7172_e4e0_4c793e70994c["processPendingReadCompleteQueue()"]
  a4b14126_9c21_7172_e4e0_4c793e70994c -->|calls| 78cb2a42_5bff_2a57_7359_230af6443313
  a4b14126_9c21_7172_e4e0_4c793e70994c["processPendingReadCompleteQueue()"]
  78cb2a42_5bff_2a57_7359_230af6443313 -->|calls| a4b14126_9c21_7172_e4e0_4c793e70994c
  style 78cb2a42_5bff_2a57_7359_230af6443313 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexCodec.java lines 248–252

    @Override
    public final void channelReadComplete(ChannelHandlerContext ctx) throws Exception {
        processPendingReadCompleteQueue();
        channelReadComplete0(ctx);
    }

Domain

Subdomains

Frequently Asked Questions

What does channelReadComplete() do?
channelReadComplete() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexCodec.java.
Where is channelReadComplete() defined?
channelReadComplete() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexCodec.java at line 248.
What does channelReadComplete() call?
channelReadComplete() calls 1 function(s): processPendingReadCompleteQueue.
What calls channelReadComplete()?
channelReadComplete() is called by 1 function(s): processPendingReadCompleteQueue.

Analyze Your Own Codebase

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

Try Supermodel Free