Home / Function/ stateCancelled() — netty Function Reference

stateCancelled() — netty Function Reference

Architecture documentation for the stateCancelled() function in DefaultHttp2RemoteFlowController.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  c7b70004_1a90_09f1_9939_cc705b244d1d["stateCancelled()"]
  095a31fa_5eda_a3b5_9421_f6a5ba1d388c["WritabilityMonitor"]
  c7b70004_1a90_09f1_9939_cc705b244d1d -->|defined in| 095a31fa_5eda_a3b5_9421_f6a5ba1d388c
  90c24d6b_445a_62ca_7773_89a8a9a3ff01["stateCancelled()"]
  90c24d6b_445a_62ca_7773_89a8a9a3ff01 -->|calls| c7b70004_1a90_09f1_9939_cc705b244d1d
  8e51738b_ec39_64b4_209a_eaf98c44fe11["cancel()"]
  8e51738b_ec39_64b4_209a_eaf98c44fe11 -->|calls| c7b70004_1a90_09f1_9939_cc705b244d1d
  90c24d6b_445a_62ca_7773_89a8a9a3ff01["stateCancelled()"]
  c7b70004_1a90_09f1_9939_cc705b244d1d -->|calls| 90c24d6b_445a_62ca_7773_89a8a9a3ff01
  style c7b70004_1a90_09f1_9939_cc705b244d1d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java lines 558–558

        void stateCancelled(FlowState state) { }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free