Class Http3SslContextSpec

java.lang.Object
reactor.netty.http.Http3SslContextSpec
All Implemented Interfaces:
SslProvider.GenericSslContextSpec<QuicSslContextBuilder>, SslProvider.GenericSslContextSpecWithSniSupport<QuicSslContextBuilder>

public final class Http3SslContextSpec extends Object implements SslProvider.GenericSslContextSpecWithSniSupport<QuicSslContextBuilder>
SslContext builder that provides default configuration specific to HTTP/3 as follows:
  • Supported application protocols

The default configuration is applied prior any other custom configuration.

Since:
1.2.0
Author:
Violeta Georgieva
See Also: