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