Class HttpsConnectionContext

java.lang.Object
akka.http.javadsl.ConnectionContext
akka.http.javadsl.HttpsConnectionContext
Direct Known Subclasses:
HttpsConnectionContext

public abstract class HttpsConnectionContext extends ConnectionContext
  • Constructor Details

    • HttpsConnectionContext

      public HttpsConnectionContext()
  • Method Details

    • getClientAuth

      public abstract Optional<akka.stream.TLSClientAuth> getClientAuth()
      Deprecated.
      here for binary compatibility. Since 10.2.0.
    • getEnabledCipherSuites

      public abstract Optional<Collection<String>> getEnabledCipherSuites()
      Deprecated.
      here for binary compatibility. Since 10.2.0.
    • getEnabledProtocols

      public abstract Optional<Collection<String>> getEnabledProtocols()
      Deprecated.
      here for binary compatibility. Since 10.2.0.
    • getSslContext

      public abstract SSLContext getSslContext()
      Deprecated.
      here for binary compatibility, not always available. Since 10.2.0.
    • getSslParameters

      public abstract Optional<SSLParameters> getSslParameters()
      Deprecated.
      here for binary compatibility. Since 10.2.0.
    • isSecure

      public final boolean isSecure()
      Specified by:
      isSecure in class ConnectionContext