Package org.apache.pekko.http.scaladsl
Class HttpConnectionContext
java.lang.Object
org.apache.pekko.http.javadsl.ConnectionContext
org.apache.pekko.http.javadsl.HttpConnectionContext
org.apache.pekko.http.scaladsl.HttpConnectionContext
- All Implemented Interfaces:
- ConnectionContext
- Direct Known Subclasses:
- HttpConnectionContext$
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpConnectionContextapply()static HttpConnectionContext$create()Java APIprotected final intstatic HttpConnectionContext$Java APIstatic final booleanisSecure()Methods inherited from class org.apache.pekko.http.javadsl.HttpConnectionContextisSecureMethods inherited from class org.apache.pekko.http.javadsl.ConnectionContexthttpsClient, httpsClient, httpsServer, httpsServer, noEncryption
- 
Constructor Details- 
HttpConnectionContextpublic HttpConnectionContext()
 
- 
- 
Method Details- 
getInstanceJava API
- 
createJava API
- 
apply
- 
isSecurepublic static final boolean isSecure()
- 
defaultPortprotected final int defaultPort()- Specified by:
- defaultPortin interface- ConnectionContext
 
 
-