public static interface SslProvider.ProtocolSslContextSpec extends SslProvider.GenericSslContextSpec<SslContextBuilder>
Modifier and Type | Method and Description |
---|---|
SslProvider.ProtocolSslContextSpec |
configure(Consumer<SslContextBuilder> sslCtxBuilder)
Configures the underlying
SslContext . |
sslContext
SslProvider.ProtocolSslContextSpec configure(Consumer<SslContextBuilder> sslCtxBuilder)
SslProvider.GenericSslContextSpec
SslContext
.configure
in interface SslProvider.GenericSslContextSpec<SslContextBuilder>
sslCtxBuilder
- a callback for configuring the underlying SslContext
this