Package akka.http.scaladsl
Class HttpsConnectionContext
- java.lang.Object
-
- akka.http.javadsl.ConnectionContext
-
- akka.http.javadsl.HttpsConnectionContext
-
- akka.http.scaladsl.HttpsConnectionContext
-
- All Implemented Interfaces:
ConnectionContext
public final class HttpsConnectionContext extends HttpsConnectionContext implements ConnectionContext
Context with all information needed to set up a HTTPS connectionThis constructor is INTERNAL API, use ConnectionContext.httpsClient instead
-
-
Constructor Summary
Constructors Constructor Description HttpsConnectionContext(scala.Function1<scala.Option<scala.Tuple2<java.lang.String,java.lang.Object>>,javax.net.ssl.SSLEngine> sslContextData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
defaultPort()
INTERNAL APIscala.Function1<scala.Option<scala.Tuple2<java.lang.String,java.lang.Object>>,javax.net.ssl.SSLEngine>
sslContextData()
-
Methods inherited from class akka.http.javadsl.HttpsConnectionContext
isSecure
-
Methods inherited from class akka.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
-
-
-
Method Detail
-
defaultPort
protected final int defaultPort()
Description copied from interface:ConnectionContext
INTERNAL API- Specified by:
defaultPort
in interfaceConnectionContext
-
sslContextData
public scala.Function1<scala.Option<scala.Tuple2<java.lang.String,java.lang.Object>>,javax.net.ssl.SSLEngine> sslContextData()
-
-