Package io.vertx.core.spi.tls
-
Interface Summary Interface Description SslContextFactory A factory for a NettySslContext
, the factory is configured with the fluent setters untilSslContextFactory.create()
to obtain a properly configuredSslContext
. -
Class Summary Class Description DefaultSslContextFactory The default implementation ofSslContextFactory
that creates and configures a NettySslContext
using aSslContextBuilder
.