writeInvalidFrame() — netty Function Reference
Architecture documentation for the writeInvalidFrame() function in Http3ControlStreamOutboundHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab["writeInvalidFrame()"] 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08["Http3ControlStreamOutboundHandlerTest"] 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab -->|defined in| 96e94d38_9bbf_f4b3_6ef3_a1a498a9ad08 caa6ff73_afd1_fef8_c507_edcd80fd4f1d["testGoAwayIdIncreaseFails()"] caa6ff73_afd1_fef8_c507_edcd80fd4f1d -->|calls| 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab 91d9f7f8_f3b2_d6af_0627_0e9254747d21["testGoAwayIdUseInvalidId()"] 91d9f7f8_f3b2_d6af_0627_0e9254747d21 -->|calls| 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab 4a820b15_d749_c113_d0b4_1093f99c09ef["testMaxPushIdFailsWhenReduced()"] 4a820b15_d749_c113_d0b4_1093f99c09ef -->|calls| 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab style 8121e86a_b9a8_77de_f5e2_3e8ff94f93ab fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java lines 190–195
private void writeInvalidFrame(Http3ErrorCode expectedCode,
EmbeddedChannel channel,
Http3Frame frame) {
Exception e = assertThrows(Exception.class, () -> channel.writeOutbound(frame));
assertException(expectedCode, e);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does writeInvalidFrame() do?
writeInvalidFrame() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java.
Where is writeInvalidFrame() defined?
writeInvalidFrame() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamOutboundHandlerTest.java at line 190.
What calls writeInvalidFrame()?
writeInvalidFrame() is called by 3 function(s): testGoAwayIdIncreaseFails, testGoAwayIdUseInvalidId, testMaxPushIdFailsWhenReduced.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free