Home / Function/ listener() — netty Function Reference

listener() — netty Function Reference

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

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  9a5e2b1f_262b_8529_9e91_ff8cbeb76d87["listener()"]
  415966d7_2c19_58a9_659f_282cc732e73c["DefaultHttp2RemoteFlowController"]
  9a5e2b1f_262b_8529_9e91_ff8cbeb76d87 -->|defined in| 415966d7_2c19_58a9_659f_282cc732e73c
  580fd994_c3d5_2237_e59c_286ec9432b45["DefaultHttp2RemoteFlowController()"]
  580fd994_c3d5_2237_e59c_286ec9432b45 -->|calls| 9a5e2b1f_262b_8529_9e91_ff8cbeb76d87
  06d26692_1af2_4769_3f00_192324f8c946["ListenerWritabilityMonitor()"]
  9a5e2b1f_262b_8529_9e91_ff8cbeb76d87 -->|calls| 06d26692_1af2_4769_3f00_192324f8c946
  style 9a5e2b1f_262b_8529_9e91_ff8cbeb76d87 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

    @Override
    public void listener(Listener listener) {
        monitor = listener == null ? new WritabilityMonitor() : new ListenerWritabilityMonitor(listener);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free