public interface DefaultSSLContextCreation
TLSProtocol.NegotiateNewSession
for details.Modifier and Type | Method and Description |
---|---|
HttpsConnectionContext |
createClientHttpsContext(com.typesafe.sslconfig.akka.AkkaSSLConfig sslConfig)
Deprecated.
use ConnectionContext.httpClient(sslContext) instead. Since 10.2.0.
|
HttpsConnectionContext |
createDefaultClientHttpsContext()
Deprecated.
use ConnectionContext.httpServer instead. Since 10.2.0.
|
HttpsConnectionContext |
createServerHttpsContext(com.typesafe.sslconfig.akka.AkkaSSLConfig sslConfig)
Deprecated.
use ConnectionContext.httpServer instead. Since 10.2.0.
|
akka.event.LoggingAdapter |
log()
Deprecated.
|
com.typesafe.sslconfig.akka.AkkaSSLConfig |
sslConfig()
Deprecated.
|
akka.actor.ActorSystem |
system()
Deprecated.
|
void |
validateAndWarnAboutLooseSettings()
Deprecated.
AkkaSSLConfig usage is deprecated. Since 10.2.0.
|
HttpsConnectionContext createClientHttpsContext(com.typesafe.sslconfig.akka.AkkaSSLConfig sslConfig)
HttpsConnectionContext createDefaultClientHttpsContext()
HttpsConnectionContext createServerHttpsContext(com.typesafe.sslconfig.akka.AkkaSSLConfig sslConfig)
akka.event.LoggingAdapter log()
com.typesafe.sslconfig.akka.AkkaSSLConfig sslConfig()
akka.actor.ActorSystem system()
void validateAndWarnAboutLooseSettings()