Home / Class/ KQueueETSocketDataReadInitialStateTest Class — netty Architecture

KQueueETSocketDataReadInitialStateTest Class — netty Architecture

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

Entity Profile

Dependency Diagram

graph TD
  628224d2_ec24_5768_1934_47082eb5b178["KQueueETSocketDataReadInitialStateTest"]
  f5e90df0_c42a_da74_fa89_08e649b91408["KQueueETSocketDataReadInitialStateTest.java"]
  628224d2_ec24_5768_1934_47082eb5b178 -->|defined in| f5e90df0_c42a_da74_fa89_08e649b91408
  235d739d_7bab_9c26_66c2_2130489fd48c["newFactories()"]
  628224d2_ec24_5768_1934_47082eb5b178 -->|method| 235d739d_7bab_9c26_66c2_2130489fd48c

Relationship Graph

Source Code

transport-native-kqueue/src/test/java/io/netty/channel/kqueue/KQueueETSocketDataReadInitialStateTest.java lines 25–30

public class KQueueETSocketDataReadInitialStateTest extends SocketDataReadInitialStateTest {
    @Override
    protected List<TestsuitePermutation.BootstrapComboFactory<ServerBootstrap, Bootstrap>> newFactories() {
        return KQueueSocketTestPermutation.INSTANCE.socket();
    }
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free