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 SummaryConstructorsConstructorDescriptionHttpsConnectionContext(scala.Function1<scala.Option<scala.Tuple2<String, Object>>, SSLEngine> engineCreator) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected final intMethods inherited from class org.apache.pekko.http.javadsl.HttpsConnectionContextisSecureMethods inherited from class org.apache.pekko.http.javadsl.ConnectionContexthttpsClient, httpsClient, httpsServer, httpsServer, noEncryption
- 
Constructor Details- 
HttpsConnectionContext
 
- 
- 
Method Details- 
defaultPortprotected final int defaultPort()- Specified by:
- defaultPortin interface- ConnectionContext
 
- 
engineCreator
 
-