| Modifier and Type | Class and Description |
|---|---|
class |
QuicCodecBuilder<B extends QuicCodecBuilder<B>>
Abstract base class for
QUIC codec builders. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuicClientCodecBuilder
QuicCodecBuilder that configures and builds a ChannelHandler that should be added to the
ChannelPipeline of a QUIC client. |
class |
QuicServerCodecBuilder
QuicCodecBuilder that configures and builds a ChannelHandler that should be added to the
ChannelPipeline of a QUIC server. |
Copyright © 2020-2025 The Netty Project. All Rights Reserved.