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 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  90c24d6b_445a_62ca_7773_89a8a9a3ff01["stateCancelled()"]
  3dadf6c6_c839_608f_accc_8c9408feae6d["ListenerWritabilityMonitor"]
  90c24d6b_445a_62ca_7773_89a8a9a3ff01 -->|defined in| 3dadf6c6_c839_608f_accc_8c9408feae6d
  c7b70004_1a90_09f1_9939_cc705b244d1d["stateCancelled()"]
  c7b70004_1a90_09f1_9939_cc705b244d1d -->|calls| 90c24d6b_445a_62ca_7773_89a8a9a3ff01
  c7b70004_1a90_09f1_9939_cc705b244d1d["stateCancelled()"]
  90c24d6b_445a_62ca_7773_89a8a9a3ff01 -->|calls| c7b70004_1a90_09f1_9939_cc705b244d1d
  b7b92d74_a107_0e16_0336_f1ebdfbd2ff3["checkConnectionThenStreamWritabilityChanged()"]
  90c24d6b_445a_62ca_7773_89a8a9a3ff01 -->|calls| b7b92d74_a107_0e16_0336_f1ebdfbd2ff3
  style 90c24d6b_445a_62ca_7773_89a8a9a3ff01 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

        @Override
        void stateCancelled(FlowState state) {
            try {
                checkConnectionThenStreamWritabilityChanged(state);
            } catch (Http2Exception e) {
                throw new RuntimeException("Caught unexpected exception from checkAllWritabilityChanged", e);
            }
        }

Domain

Subdomains

Called By

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 716.
What does stateCancelled() call?
stateCancelled() calls 2 function(s): checkConnectionThenStreamWritabilityChanged, stateCancelled.
What calls stateCancelled()?
stateCancelled() is called by 1 function(s): stateCancelled.

Analyze Your Own Codebase

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

Try Supermodel Free