Home / Function/ streamSend0() — netty Function Reference

streamSend0() — netty Function Reference

Architecture documentation for the streamSend0() function in QuicheQuicChannel.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  d1677a38_89f2_14d4_c465_cc77599336d5["streamSend0()"]
  3c534d05_bb5b_c991_5e03_7ec94e739cf7["QuicheQuicChannel"]
  d1677a38_89f2_14d4_c465_cc77599336d5 -->|defined in| 3c534d05_bb5b_c991_5e03_7ec94e739cf7
  4b35c56c_b5f6_95d5_5ce8_04d2faa00f46["streamSendFin()"]
  4b35c56c_b5f6_95d5_5ce8_04d2faa00f46 -->|calls| d1677a38_89f2_14d4_c465_cc77599336d5
  8d32e90a_021a_8af9_fddb_430d9ca79317["streamSend()"]
  8d32e90a_021a_8af9_fddb_430d9ca79317 -->|calls| d1677a38_89f2_14d4_c465_cc77599336d5
  856d3247_b041_f0ac_0c9b_22f9f2349213["connectStream()"]
  856d3247_b041_f0ac_0c9b_22f9f2349213 -->|calls| d1677a38_89f2_14d4_c465_cc77599336d5
  babedc0a_1d7d_a309_1480_38ccb9d490af["connectionAddressChecked()"]
  d1677a38_89f2_14d4_c465_cc77599336d5 -->|calls| babedc0a_1d7d_a309_1480_38ccb9d490af
  style d1677a38_89f2_14d4_c465_cc77599336d5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java lines 930–934

    private int streamSend0(QuicheQuicConnection conn, long streamId, ByteBuf buffer, boolean fin)
            throws ClosedChannelException {
        return Quiche.quiche_conn_stream_send(connectionAddressChecked(conn), streamId,
                Quiche.readerMemoryAddress(buffer), buffer.readableBytes(), fin);
    }

Domain

Subdomains

Frequently Asked Questions

What does streamSend0() do?
streamSend0() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java.
Where is streamSend0() defined?
streamSend0() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java at line 930.
What does streamSend0() call?
streamSend0() calls 1 function(s): connectionAddressChecked.
What calls streamSend0()?
streamSend0() is called by 3 function(s): connectStream, streamSend, streamSendFin.

Analyze Your Own Codebase

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

Try Supermodel Free