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 HttpConnectionContext
apply()
static HttpConnectionContext$
create()
Java APIprotected final int
static HttpConnectionContext$
Java APIstatic final boolean
isSecure()
Methods inherited from class org.apache.pekko.http.javadsl.HttpConnectionContext
isSecure
Methods 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:
defaultPort
in interfaceConnectionContext
-