Uses of Interface
com.yahoo.jdisc.http.SslProvider
Packages that use SslProvider
-
Uses of SslProvider in com.yahoo.jdisc.http.server.jetty
Constructors in com.yahoo.jdisc.http.server.jetty with parameters of type SslProviderModifierConstructorDescriptionConnectorFactory(ConnectorConfig connectorConfig, SslProvider sslProvider) -
Uses of SslProvider in com.yahoo.jdisc.http.ssl.impl
Classes in com.yahoo.jdisc.http.ssl.impl that implement SslProviderModifier and TypeClassDescriptionclassUsed to enable token based endpoints in Cloud.classAn implementation ofSslProviderthat uses theConnectorConfigto configure SSL.classThe default implementation ofSslProviderto be injected into connectors without explicit ssl configuration.classASslProviderthat configures SSL fromTlsContextinstances.