public abstract class HttpsConnectionContext extends ConnectionContext
| Constructor and Description | 
|---|
| HttpsConnectionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.util.Optional<org.apache.pekko.stream.TLSClientAuth> | getClientAuth()Deprecated. 
 here for binary compatibility. Since Akka HTTP 10.2.0. | 
| abstract java.util.Optional<java.util.Collection<java.lang.String>> | getEnabledCipherSuites()Deprecated. 
 here for binary compatibility. Since Akka HTTP 10.2.0. | 
| abstract java.util.Optional<java.util.Collection<java.lang.String>> | getEnabledProtocols()Deprecated. 
 here for binary compatibility. Since Akka HTTP 10.2.0. | 
| abstract javax.net.ssl.SSLContext | getSslContext()Deprecated. 
 here for binary compatibility, not always available. Since Akka HTTP 10.2.0. | 
| abstract java.util.Optional<javax.net.ssl.SSLParameters> | getSslParameters()Deprecated. 
 here for binary compatibility. Since Akka HTTP 10.2.0. | 
| boolean | isSecure() | 
https, https, https, httpsClient, httpsClient, httpsServer, httpsServer, noEncryption, sslConfigpublic abstract java.util.Optional<org.apache.pekko.stream.TLSClientAuth> getClientAuth()
public abstract java.util.Optional<java.util.Collection<java.lang.String>> getEnabledCipherSuites()
public abstract java.util.Optional<java.util.Collection<java.lang.String>> getEnabledProtocols()
public abstract javax.net.ssl.SSLContext getSslContext()
public abstract java.util.Optional<javax.net.ssl.SSLParameters> getSslParameters()
public final boolean isSecure()
isSecure in class ConnectionContext