Package io.vertx.core.spi.tls
package io.vertx.core.spi.tls
-
ClassDescriptionThe default implementation of
SslContextFactorythat creates and configures a NettySslContextusing aSslContextBuilder.Implementation ofSslContextFactorythat creates and configures a NettyQuicSslContextusing aQuicSslContextBuilder.A factory for a NettySslContext, the factory is configured with the fluent setters untilSslContextFactory.create()to obtain a properly configuredSslContext.