Home / Function/ EchoHandler() — netty Function Reference

EchoHandler() — netty Function Reference

Architecture documentation for the EchoHandler() function in SpdySessionHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  711f3e19_b210_9c43_500f_2d54a946afd4["EchoHandler()"]
  5499328c_d3f5_330f_33c6_f571d4a0c906["EchoHandler"]
  711f3e19_b210_9c43_500f_2d54a946afd4 -->|defined in| 5499328c_d3f5_330f_33c6_f571d4a0c906
  f7c85d6d_2e18_e337_c3ff_b40a39d03137["testSpdySessionHandler()"]
  f7c85d6d_2e18_e337_c3ff_b40a39d03137 -->|calls| 711f3e19_b210_9c43_500f_2d54a946afd4
  5af2c2b0_9290_90f6_dd32_d99b3f253301["testSpdySessionHandlerPing()"]
  5af2c2b0_9290_90f6_dd32_d99b3f253301 -->|calls| 711f3e19_b210_9c43_500f_2d54a946afd4
  fc0303da_b005_411c_9ecc_10715887fee7["testSpdySessionHandlerGoAway()"]
  fc0303da_b005_411c_9ecc_10715887fee7 -->|calls| 711f3e19_b210_9c43_500f_2d54a946afd4
  style 711f3e19_b210_9c43_500f_2d54a946afd4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/test/java/io/netty/handler/codec/spdy/SpdySessionHandlerTest.java lines 328–331

        EchoHandler(int closeSignal, boolean server) {
            this.closeSignal = closeSignal;
            this.server = server;
        }

Domain

Subdomains

Frequently Asked Questions

What does EchoHandler() do?
EchoHandler() is a function in the netty codebase, defined in codec-http/src/test/java/io/netty/handler/codec/spdy/SpdySessionHandlerTest.java.
Where is EchoHandler() defined?
EchoHandler() is defined in codec-http/src/test/java/io/netty/handler/codec/spdy/SpdySessionHandlerTest.java at line 328.
What calls EchoHandler()?
EchoHandler() is called by 3 function(s): testSpdySessionHandler, testSpdySessionHandlerGoAway, testSpdySessionHandlerPing.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free