Home / Function/ isWritable() — netty Function Reference

isWritable() — netty Function Reference

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

Function java Buffer Allocators calls 2 called by 4

Entity Profile

Dependency Diagram

graph TD
  df1d8530_f007_6158_5a9b_c0b221ef5241["isWritable()"]
  095a31fa_5eda_a3b5_9421_f6a5ba1d388c["WritabilityMonitor"]
  df1d8530_f007_6158_5a9b_c0b221ef5241 -->|defined in| 095a31fa_5eda_a3b5_9421_f6a5ba1d388c
  79e36cb3_72a9_401e_b40c_3f9b60a10269["isWritable()"]
  79e36cb3_72a9_401e_b40c_3f9b60a10269 -->|calls| df1d8530_f007_6158_5a9b_c0b221ef5241
  f4481c02_b39e_6955_b587_9b592b23fdc8["visit()"]
  f4481c02_b39e_6955_b587_9b592b23fdc8 -->|calls| df1d8530_f007_6158_5a9b_c0b221ef5241
  397a27f4_ac2e_d522_f1f5_53b8be7d676f["checkStateWritability()"]
  397a27f4_ac2e_d522_f1f5_53b8be7d676f -->|calls| df1d8530_f007_6158_5a9b_c0b221ef5241
  b7b92d74_a107_0e16_0336_f1ebdfbd2ff3["checkConnectionThenStreamWritabilityChanged()"]
  b7b92d74_a107_0e16_0336_f1ebdfbd2ff3 -->|calls| df1d8530_f007_6158_5a9b_c0b221ef5241
  f3d43993_1ede_3353_8257_e436049bf804["isWritableConnection()"]
  df1d8530_f007_6158_5a9b_c0b221ef5241 -->|calls| f3d43993_1ede_3353_8257_e436049bf804
  ec787674_66eb_7f49_f9fb_2739d5f8c34e["isWritable()"]
  df1d8530_f007_6158_5a9b_c0b221ef5241 -->|calls| ec787674_66eb_7f49_f9fb_2739d5f8c34e
  style df1d8530_f007_6158_5a9b_c0b221ef5241 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

        final boolean isWritable(FlowState state) {
            return isWritableConnection() && state.isWritable();
        }

Domain

Subdomains

Frequently Asked Questions

What does isWritable() do?
isWritable() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java.
Where is isWritable() defined?
isWritable() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java at line 606.
What does isWritable() call?
isWritable() calls 2 function(s): isWritable, isWritableConnection.
What calls isWritable()?
isWritable() is called by 4 function(s): checkConnectionThenStreamWritabilityChanged, checkStateWritability, isWritable, visit.

Analyze Your Own Codebase

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

Try Supermodel Free