Home / Function/ fireChannelRead() — netty Function Reference

fireChannelRead() — netty Function Reference

Architecture documentation for the fireChannelRead() function in QuicCodecDispatcher.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  68ed6307_0f73_86c8_0e40_fa33ea7b52d6["fireChannelRead()"]
  f72900d8_eb85_edf3_cf81_6ba6c94bf954["ChannelHandlerContextDispatcher"]
  68ed6307_0f73_86c8_0e40_fa33ea7b52d6 -->|defined in| f72900d8_eb85_edf3_cf81_6ba6c94bf954
  0e711db4_2323_9b60_83ee_b0667227d32f["channelRead()"]
  0e711db4_2323_9b60_83ee_b0667227d32f -->|calls| 68ed6307_0f73_86c8_0e40_fa33ea7b52d6
  23c0d12a_8eff_cdbd_734b_cfdcfb62f546["fireChannelReadCompleteIfNeeded()"]
  23c0d12a_8eff_cdbd_734b_cfdcfb62f546 -->|calls| 68ed6307_0f73_86c8_0e40_fa33ea7b52d6
  style 68ed6307_0f73_86c8_0e40_fa33ea7b52d6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicCodecDispatcher.java lines 310–313

        void fireChannelRead(Object msg) {
            ctx.fireChannelRead(msg);
            set(true);
        }

Domain

Subdomains

Frequently Asked Questions

What does fireChannelRead() do?
fireChannelRead() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicCodecDispatcher.java.
Where is fireChannelRead() defined?
fireChannelRead() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicCodecDispatcher.java at line 310.
What calls fireChannelRead()?
fireChannelRead() is called by 2 function(s): channelRead, fireChannelReadCompleteIfNeeded.

Analyze Your Own Codebase

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

Try Supermodel Free