Home / Class/ EpollDomainSocketGatheringWriteTest Class — netty Architecture

EpollDomainSocketGatheringWriteTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  44482955_9f4a_7281_cafa_829fca3e6906["EpollDomainSocketGatheringWriteTest"]
  99342910_46c7_27de_d37c_936029887520["EpollDomainSocketGatheringWriteTest.java"]
  44482955_9f4a_7281_cafa_829fca3e6906 -->|defined in| 99342910_46c7_27de_d37c_936029887520
  d9cbc2f2_e5e3_c1c5_f5da_c36a55ef51f4["SocketAddress()"]
  44482955_9f4a_7281_cafa_829fca3e6906 -->|method| d9cbc2f2_e5e3_c1c5_f5da_c36a55ef51f4
  b05d5fbb_30ea_4d96_ecc3_125cf68bdc2c["newFactories()"]
  44482955_9f4a_7281_cafa_829fca3e6906 -->|method| b05d5fbb_30ea_4d96_ecc3_125cf68bdc2c

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketGatheringWriteTest.java lines 26–37

public class EpollDomainSocketGatheringWriteTest extends SocketGatheringWriteTest {

    @Override
    protected SocketAddress newSocketAddress() {
        return EpollSocketTestPermutation.newDomainSocketAddress();
    }

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

Frequently Asked Questions

What is the EpollDomainSocketGatheringWriteTest class?
EpollDomainSocketGatheringWriteTest is a class in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketGatheringWriteTest.java.
Where is EpollDomainSocketGatheringWriteTest defined?
EpollDomainSocketGatheringWriteTest is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDomainSocketGatheringWriteTest.java at line 26.

Analyze Your Own Codebase

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

Try Supermodel Free