Home / Function/ QuicheQuicServerCodec() — netty Function Reference

QuicheQuicServerCodec() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  55cd1e4e_d5d5_d375_14b8_a25e2143a9d4["QuicheQuicServerCodec()"]
  26628c34_830c_3861_c08f_7bc985d595d7["QuicheQuicServerCodec"]
  55cd1e4e_d5d5_d375_14b8_a25e2143a9d4 -->|defined in| 26628c34_830c_3861_c08f_7bc985d595d7
  style 55cd1e4e_d5d5_d375_14b8_a25e2143a9d4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicServerCodec.java lines 58–84

    QuicheQuicServerCodec(QuicheConfig config,
                          int localConnIdLength,
                          QuicTokenHandler tokenHandler,
                          QuicConnectionIdGenerator connectionIdAddressGenerator,
                          QuicResetTokenGenerator resetTokenGenerator,
                          FlushStrategy flushStrategy,
                          Function<QuicChannel, ? extends QuicSslEngine> sslEngineProvider,
                          Executor sslTaskExecutor,
                          ChannelHandler handler,
                          Map.Entry<ChannelOption<?>, Object>[] optionsArray,
                          Map.Entry<AttributeKey<?>, Object>[] attrsArray,
                          ChannelHandler streamHandler,
                          Map.Entry<ChannelOption<?>, Object>[] streamOptionsArray,
                          Map.Entry<AttributeKey<?>, Object>[] streamAttrsArray) {
        super(config, localConnIdLength, flushStrategy);
        this.tokenHandler = tokenHandler;
        this.connectionIdAddressGenerator = connectionIdAddressGenerator;
        this.resetTokenGenerator = resetTokenGenerator;
        this.sslEngineProvider = sslEngineProvider;
        this.sslTaskExecutor = sslTaskExecutor;
        this.handler = handler;
        this.optionsArray = optionsArray;
        this.attrsArray = attrsArray;
        this.streamHandler = streamHandler;
        this.streamOptionsArray = streamOptionsArray;
        this.streamAttrsArray = streamAttrsArray;
    }

Domain

Subdomains

Frequently Asked Questions

What does QuicheQuicServerCodec() do?
QuicheQuicServerCodec() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicServerCodec.java.
Where is QuicheQuicServerCodec() defined?
QuicheQuicServerCodec() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicServerCodec.java at line 58.

Analyze Your Own Codebase

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

Try Supermodel Free