Home / Function/ newInvalidFrames() — netty Function Reference

newInvalidFrames() — netty Function Reference

Architecture documentation for the newInvalidFrames() function in AbstractHttp3FrameTypeValidationHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  af49657f_fa1b_8dcf_8ea3_07838f93e061["newInvalidFrames()"]
  31f14ae0_7748_87a0_a9e5_5f2bdd8e1c2e["AbstractHttp3FrameTypeValidationHandlerTest"]
  af49657f_fa1b_8dcf_8ea3_07838f93e061 -->|defined in| 31f14ae0_7748_87a0_a9e5_5f2bdd8e1c2e
  3e957452_58be_8d15_2746_a43bf66a77a8["testInvalidTypeInbound()"]
  3e957452_58be_8d15_2746_a43bf66a77a8 -->|calls| af49657f_fa1b_8dcf_8ea3_07838f93e061
  1e065c07_a748_7704_05ab_298e5e97c716["testInvalidTypeOutbound()"]
  1e065c07_a748_7704_05ab_298e5e97c716 -->|calls| af49657f_fa1b_8dcf_8ea3_07838f93e061
  style af49657f_fa1b_8dcf_8ea3_07838f93e061 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java lines 55–55

    protected abstract List<Http3Frame> newInvalidFrames();

Domain

Subdomains

Frequently Asked Questions

What does newInvalidFrames() do?
newInvalidFrames() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java.
Where is newInvalidFrames() defined?
newInvalidFrames() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/AbstractHttp3FrameTypeValidationHandlerTest.java at line 55.
What calls newInvalidFrames()?
newInvalidFrames() is called by 2 function(s): testInvalidTypeInbound, testInvalidTypeOutbound.

Analyze Your Own Codebase

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

Try Supermodel Free