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. |
sslContextSslProvider.ProtocolSslContextSpec configure(Consumer<SslContextBuilder> sslCtxBuilder)
SslProvider.GenericSslContextSpecSslContext.configure in interface SslProvider.GenericSslContextSpec<SslContextBuilder>sslCtxBuilder - a callback for configuring the underlying SslContextthis