Home / Function/ sendFrames() — netty Function Reference

sendFrames() — netty Function Reference

Architecture documentation for the sendFrames() function in StreamBufferingEncoder.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  936fb734_cb24_77d9_f655_c912a572b30c["sendFrames()"]
  23c47863_fab2_6ae1_4de8_4c970ef6612e["PendingStream"]
  936fb734_cb24_77d9_f655_c912a572b30c -->|defined in| 23c47863_fab2_6ae1_4de8_4c970ef6612e
  f81a0cff_9108_6302_08c7_2675d219dd9a["tryCreatePendingStreams()"]
  f81a0cff_9108_6302_08c7_2675d219dd9a -->|calls| 936fb734_cb24_77d9_f655_c912a572b30c
  30b8186a_b90d_8c9d_501c_eaea54c940a9["send()"]
  936fb734_cb24_77d9_f655_c912a572b30c -->|calls| 30b8186a_b90d_8c9d_501c_eaea54c940a9
  style 936fb734_cb24_77d9_f655_c912a572b30c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java lines 320–324

        void sendFrames() {
            for (Frame frame : frames) {
                frame.send(ctx, streamId);
            }
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does sendFrames() do?
sendFrames() is a function in the netty codebase, defined in codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java.
Where is sendFrames() defined?
sendFrames() is defined in codec-http2/src/main/java/io/netty/handler/codec/http2/StreamBufferingEncoder.java at line 320.
What does sendFrames() call?
sendFrames() calls 1 function(s): send.
What calls sendFrames()?
sendFrames() is called by 1 function(s): tryCreatePendingStreams.

Analyze Your Own Codebase

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

Try Supermodel Free