Home / Function/ serverDomainSocket() — netty Function Reference

serverDomainSocket() — netty Function Reference

Architecture documentation for the serverDomainSocket() function in KQueueSocketTestPermutation.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  595e5e06_3c82_22bd_d3b5_1d8526989ce2["serverDomainSocket()"]
  8df74157_ee6b_4bb5_84ec_4d5083b86dfc["KQueueSocketTestPermutation"]
  595e5e06_3c82_22bd_d3b5_1d8526989ce2 -->|defined in| 8df74157_ee6b_4bb5_84ec_4d5083b86dfc
  c3fbaf56_32da_4e44_82f3_5608785b3a36["domainSocket()"]
  c3fbaf56_32da_4e44_82f3_5608785b3a36 -->|calls| 595e5e06_3c82_22bd_d3b5_1d8526989ce2
  style 595e5e06_3c82_22bd_d3b5_1d8526989ce2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketTestPermutation.java lines 177–187

    public List<BootstrapFactory<ServerBootstrap>> serverDomainSocket() {
        return Collections.<BootstrapFactory<ServerBootstrap>>singletonList(
                new BootstrapFactory<ServerBootstrap>() {
                    @Override
                    public ServerBootstrap newInstance() {
                        return new ServerBootstrap().group(KQUEUE_GROUP)
                                .channel(KQueueServerDomainSocketChannel.class);
                    }
                }
        );
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does serverDomainSocket() do?
serverDomainSocket() is a function in the netty codebase, defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketTestPermutation.java.
Where is serverDomainSocket() defined?
serverDomainSocket() is defined in transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueSocketTestPermutation.java at line 177.
What calls serverDomainSocket()?
serverDomainSocket() is called by 1 function(s): domainSocket.

Analyze Your Own Codebase

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

Try Supermodel Free