Package reactor.netty.tcp
Interface SslProvider.ProtocolSslContextSpec
- All Superinterfaces:
SslProvider.GenericSslContextSpec<SslContextBuilder>
- All Known Implementing Classes:
AbstractProtocolSslContextSpec,DefaultSslContextSpec,Http11SslContextSpec,Http2SslContextSpec,TcpSslContextSpec
- Enclosing class:
- SslProvider
public static interface SslProvider.ProtocolSslContextSpec
extends SslProvider.GenericSslContextSpec<SslContextBuilder>
SslContext builder that provides, specific for the protocol, default configuration.
The default configuration is applied prior any other custom configuration.
- Since:
- 1.0.6
-
Method Summary
Modifier and TypeMethodDescriptionconfigure(Consumer<SslContextBuilder> sslCtxBuilder) Configures the underlyingSslContext.Methods inherited from interface reactor.netty.tcp.SslProvider.GenericSslContextSpec
sslContext
-
Method Details
-
configure
Description copied from interface:SslProvider.GenericSslContextSpecConfigures the underlyingSslContext.- Specified by:
configurein interfaceSslProvider.GenericSslContextSpec<SslContextBuilder>- Parameters:
sslCtxBuilder- a callback for configuring the underlyingSslContext- Returns:
this
-