Home / Function/ validFrameTypes() — netty Function Reference

validFrameTypes() — netty Function Reference

Architecture documentation for the validFrameTypes() function in Http3ControlStreamFrameTypeValidatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  c3a5ad72_671d_7f10_341e_1a37906303b4["validFrameTypes()"]
  c996a7d4_3a22_ab1e_8caa_63a2fc600c89["Http3ControlStreamFrameTypeValidatorTest"]
  c3a5ad72_671d_7f10_341e_1a37906303b4 -->|defined in| c996a7d4_3a22_ab1e_8caa_63a2fc600c89
  style c3a5ad72_671d_7f10_341e_1a37906303b4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/test/java/io/netty/handler/codec/http3/Http3ControlStreamFrameTypeValidatorTest.java lines 29–37

    @Override
    protected long[] validFrameTypes() {
        return new long[] {
                Http3CodecUtils.HTTP3_CANCEL_PUSH_FRAME_TYPE,
                Http3CodecUtils.HTTP3_GO_AWAY_FRAME_TYPE,
                Http3CodecUtils.HTTP3_MAX_PUSH_ID_FRAME_TYPE,
                Http3CodecUtils.HTTP3_SETTINGS_FRAME_TYPE
        };
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free