Package org.apache.pekko.http.scaladsl
Class HttpsConnectionContext
java.lang.Object
org.apache.pekko.http.javadsl.ConnectionContext
org.apache.pekko.http.javadsl.HttpsConnectionContext
org.apache.pekko.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 connection
This constructor is INTERNAL API, use ConnectionContext.https instead
-
Constructor Summary
ConstructorsConstructorDescriptionHttpsConnectionContext
(scala.Function1<scala.Option<scala.Tuple2<String, Object>>, SSLEngine> engineCreator) -
Method Summary
Modifier and TypeMethodDescriptionprotected final int
Methods inherited from class org.apache.pekko.http.javadsl.HttpsConnectionContext
isSecure
Methods inherited from class org.apache.pekko.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
Constructor Details
-
HttpsConnectionContext
-
-
Method Details
-
defaultPort
protected final int defaultPort()- Specified by:
defaultPort
in interfaceConnectionContext
-
engineCreator
-