Home / Function/ read() — netty Function Reference

read() — netty Function Reference

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

Function java Buffer Telemetry calls 2 called by 4

Entity Profile

Dependency Diagram

graph TD
  d148cce7_a14a_5ca0_7c47_778779e3ba3a["read()"]
  2d8ce861_ad36_563f_1e35_44aa023dd70d["SkipHandler"]
  d148cce7_a14a_5ca0_7c47_778779e3ba3a -->|defined in| 2d8ce861_ad36_563f_1e35_44aa023dd70d
  d911e642_9ff1_e072_cd6f_2a1aff16b9c3["read()"]
  d911e642_9ff1_e072_cd6f_2a1aff16b9c3 -->|calls| d148cce7_a14a_5ca0_7c47_778779e3ba3a
  54679c12_1c99_aaf4_a2b3_52d78f0ceacb["testOutboundOperationsViaContext()"]
  54679c12_1c99_aaf4_a2b3_52d78f0ceacb -->|calls| d148cce7_a14a_5ca0_7c47_778779e3ba3a
  3b19c534_4fe7_8524_903c_c95948a07d36["executeOutboundOperations()"]
  3b19c534_4fe7_8524_903c_c95948a07d36 -->|calls| d148cce7_a14a_5ca0_7c47_778779e3ba3a
  e4c9426c_7f5f_ba0e_83d2_52573298e966["testSkipHandlerMethodsIfAnnotated()"]
  e4c9426c_7f5f_ba0e_83d2_52573298e966 -->|calls| d148cce7_a14a_5ca0_7c47_778779e3ba3a
  d911e642_9ff1_e072_cd6f_2a1aff16b9c3["read()"]
  d148cce7_a14a_5ca0_7c47_778779e3ba3a -->|calls| d911e642_9ff1_e072_cd6f_2a1aff16b9c3
  efa518fa_6013_db47_2344_fe02206b8d91["fail()"]
  d148cce7_a14a_5ca0_7c47_778779e3ba3a -->|calls| efa518fa_6013_db47_2344_fe02206b8d91
  style d148cce7_a14a_5ca0_7c47_778779e3ba3a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java lines 1758–1763

            @Skip
            @Override
            public void read(ChannelHandlerContext ctx) {
                fail();
                ctx.read();
            }

Domain

Subdomains

Calls

Frequently Asked Questions

What does read() do?
read() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java.
Where is read() defined?
read() is defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java at line 1758.
What does read() call?
read() calls 2 function(s): fail, read.
What calls read()?
read() is called by 4 function(s): executeOutboundOperations, read, testOutboundOperationsViaContext, testSkipHandlerMethodsIfAnnotated.

Analyze Your Own Codebase

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

Try Supermodel Free