Home / Function/ read() — netty Function Reference

read() — netty Function Reference

Architecture documentation for the read() function in ByteToMessageDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  aa1df8f4_7da8_b487_8429_185255a151e0["read()"]
  385551c9_a9d6_4cd5_4985_61a6e23e0511["ReadInterceptingHandler"]
  aa1df8f4_7da8_b487_8429_185255a151e0 -->|defined in| 385551c9_a9d6_4cd5_4985_61a6e23e0511
  13efa6ae_e9c7_7843_b318_00dc39d4fce6["testDoesNotOverReadOnChannelReadComplete()"]
  13efa6ae_e9c7_7843_b318_00dc39d4fce6 -->|calls| aa1df8f4_7da8_b487_8429_185255a151e0
  1f3da407_c6c1_faa8_491b_386ef79accb6["reentrantReadSafety()"]
  1f3da407_c6c1_faa8_491b_386ef79accb6 -->|calls| aa1df8f4_7da8_b487_8429_185255a151e0
  57fadee4_a4df_d372_a731_64cc8bd2b464["reentrantReadThenRemoveSafety()"]
  57fadee4_a4df_d372_a731_64cc8bd2b464 -->|calls| aa1df8f4_7da8_b487_8429_185255a151e0
  style aa1df8f4_7da8_b487_8429_185255a151e0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-base/src/test/java/io/netty/handler/codec/ByteToMessageDecoderTest.java lines 443–447

        @Override
        public void read(ChannelHandlerContext ctx) throws Exception {
            readsTriggered++;
            super.read(ctx);
        }

Domain

Subdomains

Frequently Asked Questions

What does read() do?
read() is a function in the netty codebase, defined in codec-base/src/test/java/io/netty/handler/codec/ByteToMessageDecoderTest.java.
Where is read() defined?
read() is defined in codec-base/src/test/java/io/netty/handler/codec/ByteToMessageDecoderTest.java at line 443.
What calls read()?
read() is called by 3 function(s): reentrantReadSafety, reentrantReadThenRemoveSafety, testDoesNotOverReadOnChannelReadComplete.

Analyze Your Own Codebase

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

Try Supermodel Free