Home / Function/ trackResponse() — netty Function Reference

trackResponse() — netty Function Reference

Architecture documentation for the trackResponse() function in HttpServerKeepAliveHandler.java from the netty codebase.

Function java ProtocolCodecs HTTP calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  a6374c00_c860_8572_b173_8706804dfb6e["trackResponse()"]
  08219795_24b6_3fff_1446_c9792531660c["HttpServerKeepAliveHandler"]
  a6374c00_c860_8572_b173_8706804dfb6e -->|defined in| 08219795_24b6_3fff_1446_c9792531660c
  db8fa580_b26b_c3cb_8f82_220d29371c8b["write()"]
  db8fa580_b26b_c3cb_8f82_220d29371c8b -->|calls| a6374c00_c860_8572_b173_8706804dfb6e
  c0e2636f_edd9_86b7_13b8_ef3bde47c463["isInformational()"]
  a6374c00_c860_8572_b173_8706804dfb6e -->|calls| c0e2636f_edd9_86b7_13b8_ef3bde47c463
  style a6374c00_c860_8572_b173_8706804dfb6e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/HttpServerKeepAliveHandler.java lines 90–94

    private void trackResponse(HttpResponse response) {
        if (!isInformational(response)) {
            pendingResponses -= 1;
        }
    }

Subdomains

Called By

Frequently Asked Questions

What does trackResponse() do?
trackResponse() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpServerKeepAliveHandler.java.
Where is trackResponse() defined?
trackResponse() is defined in codec-http/src/main/java/io/netty/handler/codec/http/HttpServerKeepAliveHandler.java at line 90.
What does trackResponse() call?
trackResponse() calls 1 function(s): isInformational.
What calls trackResponse()?
trackResponse() is called by 1 function(s): write.

Analyze Your Own Codebase

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

Try Supermodel Free