Package akka.http.javadsl
Class HttpConnectionContext
- java.lang.Object
-
- akka.http.javadsl.ConnectionContext
-
- akka.http.javadsl.HttpConnectionContext
-
- Direct Known Subclasses:
HttpConnectionContext
public abstract class HttpConnectionContext extends ConnectionContext
-
-
Constructor Summary
Constructors Constructor Description HttpConnectionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSecure()
-
Methods inherited from class akka.http.javadsl.ConnectionContext
httpsClient, httpsClient, httpsServer, httpsServer, noEncryption
-
-
-
-
Method Detail
-
isSecure
public final boolean isSecure()
- Specified by:
isSecure
in classConnectionContext
-
-