Home / Function/ closeHeadersContinuation() — netty Function Reference

closeHeadersContinuation() — netty Function Reference

Architecture documentation for the closeHeadersContinuation() function in DefaultHttp2FrameReader.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490["closeHeadersContinuation()"]
  3768d640_58c2_34e7_3d69_a4b578e0d11a["DefaultHttp2FrameReader"]
  fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490 -->|defined in| 3768d640_58c2_34e7_3d69_a4b578e0d11a
  3817d9d0_3adc_b8a2_82ef_2347cad8b4de["close()"]
  3817d9d0_3adc_b8a2_82ef_2347cad8b4de -->|calls| fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490
  a643c6da_1c17_3da8_8399_b25cd9e26e55["resetHeadersContinuationIfEnd()"]
  a643c6da_1c17_3da8_8399_b25cd9e26e55 -->|calls| fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490
  f70b169a_4d94_c46e_6606_c2990694b7b6["close()"]
  fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490 -->|calls| f70b169a_4d94_c46e_6606_c2990694b7b6
  style fbe3de1b_cfa5_5c55_06b0_8b5f5a5ea490 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2FrameReader.java lines 130–135

    private void closeHeadersContinuation() {
        if (headersContinuation != null) {
            headersContinuation.close();
            headersContinuation = null;
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does closeHeadersContinuation() do?
closeHeadersContinuation() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2FrameReader.java.
Where is closeHeadersContinuation() defined?
closeHeadersContinuation() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2FrameReader.java at line 130.
What does closeHeadersContinuation() call?
closeHeadersContinuation() calls 1 function(s): close.
What calls closeHeadersContinuation()?
closeHeadersContinuation() is called by 2 function(s): close, resetHeadersContinuationIfEnd.

Analyze Your Own Codebase

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

Try Supermodel Free