Home / Function/ newValidFrames() — netty Function Reference

newValidFrames() — netty Function Reference

Architecture documentation for the newValidFrames() function in Http3RequestStreamValidationHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c25bdb52_15cd_915d_2b17_1ae05e6cddcb["newValidFrames()"]
  c95952ff_8157_1798_825c_bd4f00047c5a["Http3RequestStreamValidationHandlerTest"]
  c25bdb52_15cd_915d_2b17_1ae05e6cddcb -->|defined in| c95952ff_8157_1798_825c_bd4f00047c5a
  style c25bdb52_15cd_915d_2b17_1ae05e6cddcb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java lines 77–81

    @Override
    protected List<Http3RequestStreamFrame> newValidFrames() {
        return Arrays.asList(new DefaultHttp3HeadersFrame(), new DefaultHttp3DataFrame(Unpooled.directBuffer()),
                new DefaultHttp3UnknownFrame(Http3CodecUtils.MAX_RESERVED_FRAME_TYPE, Unpooled.buffer()));
    }

Domain

Subdomains

Frequently Asked Questions

What does newValidFrames() do?
newValidFrames() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java.
Where is newValidFrames() defined?
newValidFrames() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java at line 77.

Analyze Your Own Codebase

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

Try Supermodel Free