testShutdownOutput() — netty Function Reference
Architecture documentation for the testShutdownOutput() function in AbstractSocketShutdownOutputByPeerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3dc41361_29b1_015a_7135_8294659355c6["testShutdownOutput()"] fdf26bdc_6c45_d0a9_7101_c897d4b8a7fb["AbstractSocketShutdownOutputByPeerTest"] 3dc41361_29b1_015a_7135_8294659355c6 -->|defined in| fdf26bdc_6c45_d0a9_7101_c897d4b8a7fb 0641d032_0441_6b23_b2bc_9d14f8f0dda3["connect()"] 3dc41361_29b1_015a_7135_8294659355c6 -->|calls| 0641d032_0441_6b23_b2bc_9d14f8f0dda3 9b76f906_f846_106e_7b5b_be9c33fc7f06["write()"] 3dc41361_29b1_015a_7135_8294659355c6 -->|calls| 9b76f906_f846_106e_7b5b_be9c33fc7f06 d51797ce_3e71_df31_2b53_0be27be17b83["shutdownOutput()"] 3dc41361_29b1_015a_7135_8294659355c6 -->|calls| d51797ce_3e71_df31_2b53_0be27be17b83 3f46d59e_0980_9e53_a588_7dadec6752cf["close()"] 3dc41361_29b1_015a_7135_8294659355c6 -->|calls| 3f46d59e_0980_9e53_a588_7dadec6752cf style 3dc41361_29b1_015a_7135_8294659355c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java lines 44–53
@Test
@Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
public void testShutdownOutput(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap) throws Throwable {
testShutdownOutput(serverBootstrap);
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testShutdownOutput() do?
testShutdownOutput() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java.
Where is testShutdownOutput() defined?
testShutdownOutput() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java at line 44.
What does testShutdownOutput() call?
testShutdownOutput() calls 4 function(s): close, connect, shutdownOutput, write.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free