testSpdyEcho() — netty Function Reference
Architecture documentation for the testSpdyEcho() function in SocketSpdyEchoTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e29d99cb_bef1_80c2_6e52_d6502c5be90e["testSpdyEcho()"] 8cd4fb4b_e2af_09e0_a8ba_fa4c7127738e["SocketSpdyEchoTest"] e29d99cb_bef1_80c2_6e52_d6502c5be90e -->|defined in| 8cd4fb4b_e2af_09e0_a8ba_fa4c7127738e 9bdb5f51_2493_90a2_372a_fc177ab6c7a3["testSpdyEchoNotAutoRead()"] 9bdb5f51_2493_90a2_372a_fc177ab6c7a3 -->|calls| e29d99cb_bef1_80c2_6e52_d6502c5be90e 2bec8de1_5425_3daa_7620_93e46bb1238e["SpdyEchoTestServerHandler()"] e29d99cb_bef1_80c2_6e52_d6502c5be90e -->|calls| 2bec8de1_5425_3daa_7620_93e46bb1238e 22c1d0f9_08bf_fe5b_011f_08bf288bf404["SpdyEchoTestClientHandler()"] e29d99cb_bef1_80c2_6e52_d6502c5be90e -->|calls| 22c1d0f9_08bf_fe5b_011f_08bf288bf404 style e29d99cb_bef1_80c2_6e52_d6502c5be90e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java lines 149–158
@Test
@Timeout(value = 15000, unit = TimeUnit.MILLISECONDS)
public void testSpdyEcho(TestInfo testInfo) throws Throwable {
run(testInfo, new Runner<ServerBootstrap, Bootstrap>() {
@Override
public void run(ServerBootstrap serverBootstrap, Bootstrap bootstrap) throws Throwable {
testSpdyEcho(serverBootstrap, bootstrap);
}
});
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does testSpdyEcho() do?
testSpdyEcho() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java.
Where is testSpdyEcho() defined?
testSpdyEcho() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketSpdyEchoTest.java at line 149.
What does testSpdyEcho() call?
testSpdyEcho() calls 2 function(s): SpdyEchoTestClientHandler, SpdyEchoTestServerHandler.
What calls testSpdyEcho()?
testSpdyEcho() is called by 1 function(s): testSpdyEchoNotAutoRead.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free