Home / Function/ clientDomainSocket() — netty Function Reference

clientDomainSocket() — netty Function Reference

Architecture documentation for the clientDomainSocket() function in EpollSocketTestPermutation.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  11c66c4f_ca46_0ae0_8c83_02652a571e56["clientDomainSocket()"]
  2104f5df_e24e_3ceb_8b6a_7d1927ef598b["EpollSocketTestPermutation"]
  11c66c4f_ca46_0ae0_8c83_02652a571e56 -->|defined in| 2104f5df_e24e_3ceb_8b6a_7d1927ef598b
  5da5b66c_a6eb_3e45_d6c6_36d0a28d5415["domainSocket()"]
  5da5b66c_a6eb_3e45_d6c6_36d0a28d5415 -->|calls| 11c66c4f_ca46_0ae0_8c83_02652a571e56
  style 11c66c4f_ca46_0ae0_8c83_02652a571e56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java lines 221–230

    public List<BootstrapFactory<Bootstrap>> clientDomainSocket() {
        return Collections.<BootstrapFactory<Bootstrap>>singletonList(
                new BootstrapFactory<Bootstrap>() {
                    @Override
                    public Bootstrap newInstance() {
                        return new Bootstrap().group(EPOLL_GROUP).channel(EpollDomainSocketChannel.class);
                    }
                }
        );
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does clientDomainSocket() do?
clientDomainSocket() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java.
Where is clientDomainSocket() defined?
clientDomainSocket() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketTestPermutation.java at line 221.
What calls clientDomainSocket()?
clientDomainSocket() 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