Package reactor.netty.tcp
Class SslProvider
java.lang.Object
reactor.netty.tcp.SslProvider
SSL Provider.
- Author:
- Violeta Georgieva
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceGeneric SslContext builder that provides, specific for the protocol, default configuration.static interfacestatic interfaceSslContext builder that provides, specific for the protocol, default configuration.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic SslProvideraddHandlerConfigurator(SslProvider provider, Consumer<? super SslHandler> handlerConfigurator) Creates a newSslProviderwith a prepending handler configurator callback to inject default settings to an existing provider configuration.voidaddSslHandler(Channel channel, @Nullable SocketAddress remoteAddress, boolean sslDebug) static SslProvider.SslContextSpecbuilder()Creates a builder forSslProvider.voidconfigure(SslHandler sslHandler) static SslProviderReturn the default client ssl provider.boolean@Nullable List<SNIServerName>ReturnsSslContextinstance with configured settings.inthashCode()toString()
-
Method Details
-
builder
Creates a builder forSslProvider.- Returns:
- a new SslProvider builder
-
addHandlerConfigurator
public static SslProvider addHandlerConfigurator(SslProvider provider, Consumer<? super SslHandler> handlerConfigurator) Creates a newSslProviderwith a prepending handler configurator callback to inject default settings to an existing provider configuration.- Returns:
- a new SslProvider
-
defaultClientProvider
Return the default client ssl provider.- Returns:
- default client ssl provider
-
getSslContext
ReturnsSslContextinstance with configured settings.- Returns:
SslContextinstance with configured settings.
-
getServerNames
-
configure
-
addSslHandler
-
toString
-
equals
-
hashCode
public int hashCode()
-