Home / Function/ isGracefulShutdownComplete() — netty Function Reference

isGracefulShutdownComplete() — netty Function Reference

Architecture documentation for the isGracefulShutdownComplete() function in Http2ConnectionHandler.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  799cf1ef_e488_9c39_1143_a17e89788c65["isGracefulShutdownComplete()"]
  a9ab361d_2417_0366_d9d0_ae1adb2145dc["Http2ConnectionHandler"]
  799cf1ef_e488_9c39_1143_a17e89788c65 -->|defined in| a9ab361d_2417_0366_d9d0_ae1adb2145dc
  401e2e76_994c_3bf5_9e43_754e2ba61459["doGracefulShutdown()"]
  401e2e76_994c_3bf5_9e43_754e2ba61459 -->|calls| 799cf1ef_e488_9c39_1143_a17e89788c65
  29eb3608_955d_2e37_d37c_1caeb939aef1["checkCloseConnection()"]
  29eb3608_955d_2e37_d37c_1caeb939aef1 -->|calls| 799cf1ef_e488_9c39_1143_a17e89788c65
  style 799cf1ef_e488_9c39_1143_a17e89788c65 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/Http2ConnectionHandler.java lines 663–665

    protected boolean isGracefulShutdownComplete() {
        return connection().numActiveStreams() == 0;
    }

Domain

Subdomains

Frequently Asked Questions

What does isGracefulShutdownComplete() do?
isGracefulShutdownComplete() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2ConnectionHandler.java.
Where is isGracefulShutdownComplete() defined?
isGracefulShutdownComplete() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/Http2ConnectionHandler.java at line 663.
What calls isGracefulShutdownComplete()?
isGracefulShutdownComplete() is called by 2 function(s): checkCloseConnection, doGracefulShutdown.

Analyze Your Own Codebase

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

Try Supermodel Free