testAutoReadOffNoDataReadUntilReadCalled() — netty Function Reference
Architecture documentation for the testAutoReadOffNoDataReadUntilReadCalled() function in SocketDataReadInitialStateTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8bc147f0_5ce6_2194_9551_119f6da84b2e["testAutoReadOffNoDataReadUntilReadCalled()"] af2a679c_61be_eb91_8df5_4b86a85c08c5["SocketDataReadInitialStateTest"] 8bc147f0_5ce6_2194_9551_119f6da84b2e -->|defined in| af2a679c_61be_eb91_8df5_4b86a85c08c5 style 8bc147f0_5ce6_2194_9551_119f6da84b2e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketDataReadInitialStateTest.java lines 39–48
@Test
@Timeout(value = 10000, unit = TimeUnit.MILLISECONDS)
public void testAutoReadOffNoDataReadUntilReadCalled(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testAutoReadOffNoDataReadUntilReadCalled(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testAutoReadOffNoDataReadUntilReadCalled() do?
testAutoReadOffNoDataReadUntilReadCalled() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketDataReadInitialStateTest.java.
Where is testAutoReadOffNoDataReadUntilReadCalled() defined?
testAutoReadOffNoDataReadUntilReadCalled() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketDataReadInitialStateTest.java at line 39.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free