testShutdownOutputWithoutOption() — netty Function Reference
Architecture documentation for the testShutdownOutputWithoutOption() function in AbstractSocketShutdownOutputByPeerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9d16002b_ff97_3498_bea7_23280fb48541["testShutdownOutputWithoutOption()"] fdf26bdc_6c45_d0a9_7101_c897d4b8a7fb["AbstractSocketShutdownOutputByPeerTest"] 9d16002b_ff97_3498_bea7_23280fb48541 -->|defined in| fdf26bdc_6c45_d0a9_7101_c897d4b8a7fb 0641d032_0441_6b23_b2bc_9d14f8f0dda3["connect()"] 9d16002b_ff97_3498_bea7_23280fb48541 -->|calls| 0641d032_0441_6b23_b2bc_9d14f8f0dda3 9b76f906_f846_106e_7b5b_be9c33fc7f06["write()"] 9d16002b_ff97_3498_bea7_23280fb48541 -->|calls| 9b76f906_f846_106e_7b5b_be9c33fc7f06 d51797ce_3e71_df31_2b53_0be27be17b83["shutdownOutput()"] 9d16002b_ff97_3498_bea7_23280fb48541 -->|calls| d51797ce_3e71_df31_2b53_0be27be17b83 3f46d59e_0980_9e53_a588_7dadec6752cf["close()"] 9d16002b_ff97_3498_bea7_23280fb48541 -->|calls| 3f46d59e_0980_9e53_a588_7dadec6752cf style 9d16002b_ff97_3498_bea7_23280fb48541 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java lines 92–101
@Test
@Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)
public void testShutdownOutputWithoutOption(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap) throws Throwable {
testShutdownOutputWithoutOption(serverBootstrap);
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testShutdownOutputWithoutOption() do?
testShutdownOutputWithoutOption() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java.
Where is testShutdownOutputWithoutOption() defined?
testShutdownOutputWithoutOption() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/AbstractSocketShutdownOutputByPeerTest.java at line 92.
What does testShutdownOutputWithoutOption() call?
testShutdownOutputWithoutOption() 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