Home / Function/ testMultipleBindSocketChannelWithoutReusePortFails() — netty Function Reference

testMultipleBindSocketChannelWithoutReusePortFails() — netty Function Reference

Architecture documentation for the testMultipleBindSocketChannelWithoutReusePortFails() function in EpollReuseAddrTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  db502e8a_8e69_34b7_3054_d4725ec9080e["testMultipleBindSocketChannelWithoutReusePortFails()"]
  872e58d8_72a4_04f4_f4a3_a86fb110f538["EpollReuseAddrTest"]
  db502e8a_8e69_34b7_3054_d4725ec9080e -->|defined in| 872e58d8_72a4_04f4_f4a3_a86fb110f538
  2cb5d0a8_8e51_b815_9f07_7fbf35f11bf5["versionEqOrGt()"]
  db502e8a_8e69_34b7_3054_d4725ec9080e -->|calls| 2cb5d0a8_8e51_b815_9f07_7fbf35f11bf5
  1e25e9c6_d332_8512_88bf_c33b21ddefa0["testMultipleBindDatagramChannelWithoutReusePortFails0()"]
  db502e8a_8e69_34b7_3054_d4725ec9080e -->|calls| 1e25e9c6_d332_8512_88bf_c33b21ddefa0
  style db502e8a_8e69_34b7_3054_d4725ec9080e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollReuseAddrTest.java lines 92–96

    @Test
    public void testMultipleBindSocketChannelWithoutReusePortFails() {
        assumeTrue(versionEqOrGt(3, 9, 0));
        testMultipleBindDatagramChannelWithoutReusePortFails0(createServerBootstrap());
    }

Domain

Subdomains

Frequently Asked Questions

What does testMultipleBindSocketChannelWithoutReusePortFails() do?
testMultipleBindSocketChannelWithoutReusePortFails() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollReuseAddrTest.java.
Where is testMultipleBindSocketChannelWithoutReusePortFails() defined?
testMultipleBindSocketChannelWithoutReusePortFails() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollReuseAddrTest.java at line 92.
What does testMultipleBindSocketChannelWithoutReusePortFails() call?
testMultipleBindSocketChannelWithoutReusePortFails() calls 2 function(s): testMultipleBindDatagramChannelWithoutReusePortFails0, versionEqOrGt.

Analyze Your Own Codebase

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

Try Supermodel Free