Home / Function/ writeValidFrame() — netty Function Reference

writeValidFrame() — netty Function Reference

Architecture documentation for the writeValidFrame() function in Http3ControlStreamOutboundHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c88d38df_6fe0_deaf_60d6_dd4e3e17393b["writeValidFrame()"]
  96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08["Http3ControlStreamOutboundHandlerTest"]
  c88d38df_6fe0_deaf_60d6_dd4e3e17393b -->|defined in| 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08
  12aca607_a277_8dea_c9b9_94cc89253701["testGoAwayIdDecreaseWorks()"]
  12aca607_a277_8dea_c9b9_94cc89253701 -->|calls| c88d38df_6fe0_deaf_60d6_dd4e3e17393b
  caa6ff73_afd1_fef8_c507_edcd80fd4f1d["testGoAwayIdIncreaseFails()"]
  caa6ff73_afd1_fef8_c507_edcd80fd4f1d -->|calls| c88d38df_6fe0_deaf_60d6_dd4e3e17393b
  9fee7e30_5a51_e34e_fe89_44a46865d6fc["testPassesUnknownFrame()"]
  9fee7e30_5a51_e34e_fe89_44a46865d6fc -->|calls| c88d38df_6fe0_deaf_60d6_dd4e3e17393b
  4a820b15_d749_c113_d0b4_1093f99c09ef["testMaxPushIdFailsWhenReduced()"]
  4a820b15_d749_c113_d0b4_1093f99c09ef -->|calls| c88d38df_6fe0_deaf_60d6_dd4e3e17393b
  06da7ec0_96d6_60d0_4c10_8c3922089a59["testMaxPushIdCanBeIncreased()"]
  06da7ec0_96d6_60d0_4c10_8c3922089a59 -->|calls| c88d38df_6fe0_deaf_60d6_dd4e3e17393b
  style c88d38df_6fe0_deaf_60d6_dd4e3e17393b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java lines 197–203

    private void writeValidFrame(EmbeddedChannel channel, Http3Frame frame) {
        try {
            assertTrue(channel.writeOutbound(frame));
        } finally {
            ReferenceCountUtil.release(channel.readOutbound());
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does writeValidFrame() do?
writeValidFrame() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java.
Where is writeValidFrame() defined?
writeValidFrame() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java at line 197.
What calls writeValidFrame()?
writeValidFrame() is called by 5 function(s): testGoAwayIdDecreaseWorks, testGoAwayIdIncreaseFails, testMaxPushIdCanBeIncreased, testMaxPushIdFailsWhenReduced, testPassesUnknownFrame.

Analyze Your Own Codebase

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

Try Supermodel Free