Home / Class/ IoUringDomainSocketEchoTest Class — netty Architecture

IoUringDomainSocketEchoTest Class — netty Architecture

Architecture documentation for the IoUringDomainSocketEchoTest class in IoUringDomainSocketEchoTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f51d6566_a3af_474a_48bc_17a6e25f463f["IoUringDomainSocketEchoTest"]
  846c957e_c02b_4b8f_3945_224a9b8d3e7f["IoUringDomainSocketEchoTest.java"]
  f51d6566_a3af_474a_48bc_17a6e25f463f -->|defined in| 846c957e_c02b_4b8f_3945_224a9b8d3e7f
  1a1e7d48_7954_a236_32ef_f145de725b0a["SocketAddress()"]
  f51d6566_a3af_474a_48bc_17a6e25f463f -->|method| 1a1e7d48_7954_a236_32ef_f145de725b0a
  9aaf3c91_9e4b_4cdb_8402_76cb1f6075c2["newFactories()"]
  f51d6566_a3af_474a_48bc_17a6e25f463f -->|method| 9aaf3c91_9e4b_4cdb_8402_76cb1f6075c2

Relationship Graph

Source Code

transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketEchoTest.java lines 25–35

public class IoUringDomainSocketEchoTest extends IoUringSocketEchoTest {
    @Override
    protected SocketAddress newSocketAddress() {
        return IoUringSocketTestPermutation.newDomainSocketAddress();
    }

    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return IoUringSocketTestPermutation.INSTANCE.domainSocket();
    }
}

Frequently Asked Questions

What is the IoUringDomainSocketEchoTest class?
IoUringDomainSocketEchoTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketEchoTest.java.
Where is IoUringDomainSocketEchoTest defined?
IoUringDomainSocketEchoTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDomainSocketEchoTest.java at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free