Home / Function/ newInvalidFrames() — netty Function Reference

newInvalidFrames() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  98952710_5faa_9744_e5ce_607fb7d9e6b7["newInvalidFrames()"]
  91c0c692_0b52_598b_f49f_63e6c155ab7e["Http3PushStreamServerValidationHandlerTest"]
  98952710_5faa_9744_e5ce_607fb7d9e6b7 -->|defined in| 91c0c692_0b52_598b_f49f_63e6c155ab7e
  style 98952710_5faa_9744_e5ce_607fb7d9e6b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3PushStreamServerValidationHandlerTest.java lines 42–45

    @Override
    protected List<Http3Frame> newInvalidFrames() {
        return Arrays.asList(Http3TestUtils.newHttp3RequestStreamFrame(), Http3TestUtils.newHttp3ControlStreamFrame());
    }

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/Http3PushStreamServerValidationHandlerTest.java.
Where is newInvalidFrames() defined?
newInvalidFrames() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3PushStreamServerValidationHandlerTest.java at line 42.

Analyze Your Own Codebase

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

Try Supermodel Free