Home / Class/ KQueueDetectPeerCloseWithoutReadTest Class — netty Architecture

KQueueDetectPeerCloseWithoutReadTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  f996abcd_c0ba_b758_3caa_4d63449abc52["KQueueDetectPeerCloseWithoutReadTest"]
  e53106db_2eef_4be0_3b66_3aefe312ff9b["KQueueDetectPeerCloseWithoutReadTest.java"]
  f996abcd_c0ba_b758_3caa_4d63449abc52 -->|defined in| e53106db_2eef_4be0_3b66_3aefe312ff9b
  df64d4ad_2e42_3a6f_14fd_5dc6d868b263["EventLoopGroup()"]
  f996abcd_c0ba_b758_3caa_4d63449abc52 -->|method| df64d4ad_2e42_3a6f_14fd_5dc6d868b263
  dec03a0a_bdbb_fce9_81bf_438e39050583["serverChannel()"]
  f996abcd_c0ba_b758_3caa_4d63449abc52 -->|method| dec03a0a_bdbb_fce9_81bf_438e39050583
  bbba778f_642d_2b21_3e66_748026b9380b["clientChannel()"]
  f996abcd_c0ba_b758_3caa_4d63449abc52 -->|method| bbba778f_642d_2b21_3e66_748026b9380b

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueDetectPeerCloseWithoutReadTest.java lines 24–39

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

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

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

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free