Home / Function/ close() — netty Function Reference

close() — netty Function Reference

Architecture documentation for the close() function in WeightedFairQueueByteDistributor.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  0b75e3db_2c75_c6bf_3a34_bd714d925f65["close()"]
  7bb99c84_0884_e59e_f284_a7da408d2406["State"]
  0b75e3db_2c75_c6bf_3a34_bd714d925f65 -->|defined in| 7bb99c84_0884_e59e_f284_a7da408d2406
  0f84cad1_72bf_48c4_a975_f58d297dd3c2["WeightedFairQueueByteDistributor()"]
  0f84cad1_72bf_48c4_a975_f58d297dd3c2 -->|calls| 0b75e3db_2c75_c6bf_3a34_bd714d925f65
  3042fea5_9611_a8ff_248e_a67b1cffbc63["updateStreamableBytes()"]
  0b75e3db_2c75_c6bf_3a34_bd714d925f65 -->|calls| 3042fea5_9611_a8ff_248e_a67b1cffbc63
  style 0b75e3db_2c75_c6bf_3a34_bd714d925f65 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributor.java lines 700–703

        void close() {
            updateStreamableBytes(0, false);
            stream = null;
        }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free