testStringEcho() — netty Function Reference
Architecture documentation for the testStringEcho() function in SocketStringEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 218ac412_6cde_a317_f690_1cf494737a0d["testStringEcho()"] 130a2011_fe10_5ab5_ce82_632504cfd606["SocketStringEchoTest"] 218ac412_6cde_a317_f690_1cf494737a0d -->|defined in| 130a2011_fe10_5ab5_ce82_632504cfd606 de2cf2cd_e7ab_0f3f_d186_a0b96c9ae78a["testStringEchoNotAutoRead()"] de2cf2cd_e7ab_0f3f_d186_a0b96c9ae78a -->|calls| 218ac412_6cde_a317_f690_1cf494737a0d d2065bd2_8a3f_b9e5_58b0_ec86692ab050["StringEchoHandler()"] 218ac412_6cde_a317_f690_1cf494737a0d -->|calls| d2065bd2_8a3f_b9e5_58b0_ec86692ab050 style 218ac412_6cde_a317_f690_1cf494737a0d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStringEchoTest.java lines 62–71
@Test
@Timeout(value = 60000, unit = TimeUnit.MILLISECONDS)
public void testStringEcho(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testStringEcho(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does testStringEcho() do?
testStringEcho() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStringEchoTest.java.
Where is testStringEcho() defined?
testStringEcho() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketStringEchoTest.java at line 62.
What does testStringEcho() call?
testStringEcho() calls 1 function(s): StringEchoHandler.
What calls testStringEcho()?
testStringEcho() is called by 1 function(s): testStringEchoNotAutoRead.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free