Package akka.http.javadsl
Class HttpsConnectionContext
- java.lang.Object
-
- akka.http.javadsl.ConnectionContext
-
- akka.http.javadsl.HttpsConnectionContext
-
- Direct Known Subclasses:
HttpsConnectionContext
public abstract class HttpsConnectionContext extends ConnectionContext
-
-
Constructor Summary
Constructors Constructor Description HttpsConnectionContext()
-
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
-
-