Home / Function/ TestIoHandler() — netty Function Reference

TestIoHandler() — netty Function Reference

Architecture documentation for the TestIoHandler() function in ManualIoEventLoopTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3bf16ebe_cf8d_923f_9559_397075f9b2a1["TestIoHandler()"]
  e0068e14_7695_ca0a_3a43_711d09310817["TestIoHandler"]
  3bf16ebe_cf8d_923f_9559_397075f9b2a1 -->|defined in| e0068e14_7695_ca0a_3a43_711d09310817
  a22b613f_a735_8b38_cbf9_df7cb518daa3["testRunNow()"]
  a22b613f_a735_8b38_cbf9_df7cb518daa3 -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  e739f9a0_1481_b2ef_ca82_1e204cd89e8a["testRun()"]
  e739f9a0_1481_b2ef_ca82_1e204cd89e8a -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  af56152a_5206_9882_68f7_6b942f0bdcb3["testShutdownOutSideOfOwningThread()"]
  af56152a_5206_9882_68f7_6b942f0bdcb3 -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  7a6f419c_ba11_ae43_3231_f82972a9099d["testCallFromWrongThread()"]
  7a6f419c_ba11_ae43_3231_f82972a9099d -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  6a1bf2b3_d95f_4d17_d1e2_79c5fd93b989["testThreadEventExecutorMap()"]
  6a1bf2b3_d95f_4d17_d1e2_79c5fd93b989 -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  9ad20f38_37d5_14b6_eb18_e8d259bdc892["testInvokeInEventLoop()"]
  9ad20f38_37d5_14b6_eb18_e8d259bdc892 -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  158dd839_f317_c7ee_51df_f48dc0c5c11f["testDelayOwningThread()"]
  158dd839_f317_c7ee_51df_f48dc0c5c11f -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  269ac8f8_2c21_0c88_7cd0_1ba80f7fda10["testRunWithoutOwner()"]
  269ac8f8_2c21_0c88_7cd0_1ba80f7fda10 -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  0d4889af_6105_9be6_98c7_8ca41addc03f["testSetOwnerMultipleTimes()"]
  0d4889af_6105_9be6_98c7_8ca41addc03f -->|calls| 3bf16ebe_cf8d_923f_9559_397075f9b2a1
  style 3bf16ebe_cf8d_923f_9559_397075f9b2a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/ManualIoEventLoopTest.java lines 377–379

        TestIoHandler(Semaphore semaphore) {
            this.semaphore = semaphore;
        }

Domain

Subdomains

Frequently Asked Questions

What does TestIoHandler() do?
TestIoHandler() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/ManualIoEventLoopTest.java.
Where is TestIoHandler() defined?
TestIoHandler() is defined in transport/src/test/java/io/netty/channel/ManualIoEventLoopTest.java at line 377.
What calls TestIoHandler()?
TestIoHandler() is called by 9 function(s): testCallFromWrongThread, testDelayOwningThread, testInvokeInEventLoop, testRun, testRunNow, testRunWithoutOwner, testSetOwnerMultipleTimes, testShutdownOutSideOfOwningThread, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free