Package akka.http.scaladsl
Class HttpConnectionContext$
- java.lang.Object
-
- akka.http.javadsl.ConnectionContext
-
- akka.http.javadsl.HttpConnectionContext
-
- akka.http.scaladsl.HttpConnectionContext
-
- akka.http.scaladsl.HttpConnectionContext$
-
- All Implemented Interfaces:
ConnectionContext
public class HttpConnectionContext$ extends HttpConnectionContext
-
-
Field Summary
Fields Modifier and Type Field Description static HttpConnectionContext$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpConnectionContext$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpConnectionContext
apply()
HttpConnectionContext$
create()
Java APIHttpConnectionContext$
getInstance()
Java API-
Methods inherited from class akka.http.scaladsl.HttpConnectionContext
defaultPort, isSecure
-
Methods inherited from class akka.http.javadsl.HttpConnectionContext
isSecure
-
Methods inherited from class akka.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
-
-
-
Field Detail
-
MODULE$
public static final HttpConnectionContext$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public HttpConnectionContext$ getInstance()
Java API- Overrides:
getInstance
in classHttpConnectionContext
-
create
public HttpConnectionContext$ create()
Java API- Overrides:
create
in classHttpConnectionContext
-
apply
public HttpConnectionContext apply()
- Overrides:
apply
in classHttpConnectionContext
-
-