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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpConnectionContextapply()static HttpConnectionContext$create()Java APIprotected final intstatic HttpConnectionContext$Java APIstatic final booleanisSecure()Methods inherited from class org.apache.pekko.http.javadsl.HttpConnectionContext
isSecureMethods inherited from class org.apache.pekko.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
Constructor Details
-
HttpConnectionContext
public HttpConnectionContext()
-
-
Method Details
-
getInstance
Java API -
create
Java API -
apply
-
isSecure
public static final boolean isSecure() -
defaultPort
protected final int defaultPort()- Specified by:
defaultPortin interfaceConnectionContext
-