IoUringDetectPeerCloseWithReadTest Class — netty Architecture
Architecture documentation for the IoUringDetectPeerCloseWithReadTest class in IoUringDetectPeerCloseWithReadTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4152e3b2_a703_2545_d631_587d5346655d["IoUringDetectPeerCloseWithReadTest"] c008bae3_8f3c_4f61_414e_059e1a10b475["IoUringDetectPeerCloseWithReadTest.java"] 4152e3b2_a703_2545_d631_587d5346655d -->|defined in| c008bae3_8f3c_4f61_414e_059e1a10b475 88355d7d_16f6_ecdc_7216_584de1f85d6f["loadJNI()"] 4152e3b2_a703_2545_d631_587d5346655d -->|method| 88355d7d_16f6_ecdc_7216_584de1f85d6f 2fe42a69_1949_45c1_758a_21eb4c1de08a["EventLoopGroup()"] 4152e3b2_a703_2545_d631_587d5346655d -->|method| 2fe42a69_1949_45c1_758a_21eb4c1de08a deb73fe4_c44d_e628_ea2f_5ef3bd9617a4["serverChannel()"] 4152e3b2_a703_2545_d631_587d5346655d -->|method| deb73fe4_c44d_e628_ea2f_5ef3bd9617a4 d197d70d_690b_a592_04ad_ca6fc7afc848["clientChannel()"] 4152e3b2_a703_2545_d631_587d5346655d -->|method| d197d70d_690b_a592_04ad_ca6fc7afc848
Relationship Graph
Source Code
transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDetectPeerCloseWithReadTest.java lines 27–48
public class IoUringDetectPeerCloseWithReadTest extends DetectPeerCloseWithoutReadTest {
@BeforeAll
public static void loadJNI() {
assumeTrue(IoUring.isAvailable());
}
@Override
protected EventLoopGroup newGroup() {
return new MultiThreadIoEventLoopGroup(2, IoUringIoHandler.newFactory());
}
@Override
protected Class<? extends ServerChannel> serverChannel() {
return IoUringServerSocketChannel.class;
}
@Override
protected Class<? extends Channel> clientChannel() {
return IoUringSocketChannel.class;
}
}
Source
Frequently Asked Questions
What is the IoUringDetectPeerCloseWithReadTest class?
IoUringDetectPeerCloseWithReadTest is a class in the netty codebase, defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDetectPeerCloseWithReadTest.java.
Where is IoUringDetectPeerCloseWithReadTest defined?
IoUringDetectPeerCloseWithReadTest is defined in transport-native-io_uring/src/test/java/io/netty/channel/uring/IoUringDetectPeerCloseWithReadTest.java at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free