Home / Class/ EpollDetectPeerCloseWithoutReadTest Class — netty Architecture

EpollDetectPeerCloseWithoutReadTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  ca534037_33fc_8b0f_ab1e_dbc07a90ba48["EpollDetectPeerCloseWithoutReadTest"]
  4803c841_c177_d816_4141_c6b7def7ccec["EpollDetectPeerCloseWithoutReadTest.java"]
  ca534037_33fc_8b0f_ab1e_dbc07a90ba48 -->|defined in| 4803c841_c177_d816_4141_c6b7def7ccec
  8d0784f8_79b0_0cb6_6ba4_37cf46a5d81c["EventLoopGroup()"]
  ca534037_33fc_8b0f_ab1e_dbc07a90ba48 -->|method| 8d0784f8_79b0_0cb6_6ba4_37cf46a5d81c
  125f5f47_3526_c324_5bbb_74cb40686ec4["serverChannel()"]
  ca534037_33fc_8b0f_ab1e_dbc07a90ba48 -->|method| 125f5f47_3526_c324_5bbb_74cb40686ec4
  739ca1a0_f10e_8518_a5cd_0f887d8d07e2["clientChannel()"]
  ca534037_33fc_8b0f_ab1e_dbc07a90ba48 -->|method| 739ca1a0_f10e_8518_a5cd_0f887d8d07e2

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollDetectPeerCloseWithoutReadTest.java lines 24–39

public class EpollDetectPeerCloseWithoutReadTest extends DetectPeerCloseWithoutReadTest {
    @Override
    protected EventLoopGroup newGroup() {
        return new MultiThreadIoEventLoopGroup(2, EpollIoHandler.newFactory());
    }

    @Override
    protected Class<? extends ServerChannel> serverChannel() {
        return EpollServerSocketChannel.class;
    }

    @Override
    protected Class<? extends Channel> clientChannel() {
        return EpollSocketChannel.class;
    }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free