Home / Type/ Http3FrameCodecFactory Type — netty Architecture

Http3FrameCodecFactory Type — netty Architecture

Architecture documentation for the Http3FrameCodecFactory type/interface in Http3FrameCodec.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ec701cbc_c6a8_2702_71aa_0564ba9e9c18["Http3FrameCodecFactory"]
  50e04e81_eb2c_8eef_5e05_95116fe8e65f["Http3FrameCodec.java"]
  ec701cbc_c6a8_2702_71aa_0564ba9e9c18 -->|defined in| 50e04e81_eb2c_8eef_5e05_95116fe8e65f
  style ec701cbc_c6a8_2702_71aa_0564ba9e9c18 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java lines 808–821

    @FunctionalInterface
    interface Http3FrameCodecFactory {
        /**
         * Creates a new codec instance for the passed {@code streamType}.
         *
         * @param validator for the frames.
         * @param encodeState for the request stream.
         * @param decodeState for the request stream.
         * @return new codec instance for the passed {@code streamType}.
         */
        ChannelHandler newCodec(Http3FrameTypeValidator validator, Http3RequestStreamCodecState encodeState,
                                Http3RequestStreamCodecState decodeState,
                                Http3Settings.NonStandardHttp3SettingsValidator nonStandardSettingsValidator);
    }

Frequently Asked Questions

What is the Http3FrameCodecFactory type?
Http3FrameCodecFactory is a type/interface in the netty codebase, defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java.
Where is Http3FrameCodecFactory defined?
Http3FrameCodecFactory is defined in codec-http3/src/main/java/io/netty/handler/codec/http3/Http3FrameCodec.java at line 808.

Analyze Your Own Codebase

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

Try Supermodel Free