Package akka.http.scaladsl
Class HttpConnectionContext
- java.lang.Object
-
- akka.http.javadsl.ConnectionContext
-
- akka.http.javadsl.HttpConnectionContext
-
- akka.http.scaladsl.HttpConnectionContext
-
- All Implemented Interfaces:
ConnectionContext
- Direct Known Subclasses:
HttpConnectionContext$
public class HttpConnectionContext extends HttpConnectionContext implements ConnectionContext
-
-
Constructor Summary
Constructors Constructor Description HttpConnectionContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpConnectionContext
apply()
static HttpConnectionContext$
create()
Java APIprotected int
defaultPort()
INTERNAL APIstatic HttpConnectionContext$
getInstance()
Java APIstatic boolean
isSecure()
-
Methods inherited from class akka.http.javadsl.HttpConnectionContext
isSecure
-
Methods inherited from class akka.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
-
-
-
Method Detail
-
getInstance
public static HttpConnectionContext$ getInstance()
Java API
-
create
public static HttpConnectionContext$ create()
Java API
-
apply
public static HttpConnectionContext apply()
-
isSecure
public static final boolean isSecure()
-
defaultPort
protected final int defaultPort()
Description copied from interface:ConnectionContext
INTERNAL API- Specified by:
defaultPort
in interfaceConnectionContext
-
-