Home / Function/ TestHandler() — netty Function Reference

TestHandler() — netty Function Reference

Architecture documentation for the TestHandler() function in DetectPeerCloseWithoutReadTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  7170367b_e17b_7820_cc1b_96844cf96015["TestHandler()"]
  88436a83_215b_6fbc_c16d_250152e760da["TestHandler"]
  7170367b_e17b_7820_cc1b_96844cf96015 -->|defined in| 88436a83_215b_6fbc_c16d_250152e760da
  0efd892e_d03e_c723_f8f6_7342d1497217["clientCloseWithoutServerReadIsDetected0()"]
  0efd892e_d03e_c723_f8f6_7342d1497217 -->|calls| 7170367b_e17b_7820_cc1b_96844cf96015
  6b17939a_ac76_b01f_2ca8_f0e6e583698c["serverCloseWithoutClientReadIsDetected0()"]
  6b17939a_ac76_b01f_2ca8_f0e6e583698c -->|calls| 7170367b_e17b_7820_cc1b_96844cf96015
  style 7170367b_e17b_7820_cc1b_96844cf96015 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-unix-common-tests/src/main/java/io/netty/channel/unix/tests/DetectPeerCloseWithoutReadTest.java lines 192–196

        TestHandler(AtomicInteger bytesRead, boolean extraReadRequested, CountDownLatch latch) {
            this.bytesRead = bytesRead;
            this.extraReadRequested = extraReadRequested;
            this.latch = latch;
        }

Domain

Subdomains

Frequently Asked Questions

What does TestHandler() do?
TestHandler() is a function in the netty codebase, defined in transport-native-unix-common-tests/src/main/java/io/netty/channel/unix/tests/DetectPeerCloseWithoutReadTest.java.
Where is TestHandler() defined?
TestHandler() is defined in transport-native-unix-common-tests/src/main/java/io/netty/channel/unix/tests/DetectPeerCloseWithoutReadTest.java at line 192.
What calls TestHandler()?
TestHandler() is called by 2 function(s): clientCloseWithoutServerReadIsDetected0, serverCloseWithoutClientReadIsDetected0.

Analyze Your Own Codebase

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

Try Supermodel Free