Package akka.http.javadsl
Class ConnectWithHttps
- java.lang.Object
-
- akka.http.javadsl.ConnectHttp
-
- akka.http.javadsl.ConnectWithHttps
-
- Direct Known Subclasses:
ConnectHttpsImpl
public abstract class ConnectWithHttps extends ConnectHttp
-
-
Constructor Summary
Constructors Constructor Description ConnectWithHttps()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ConnectWithHttps
withCustomHttpsContext(HttpsConnectionContext context)
abstract ConnectWithHttps
withDefaultHttpsContext()
-
Methods inherited from class akka.http.javadsl.ConnectHttp
connectionContext, effectiveConnectionContext, effectiveHttpsConnectionContext, host, isHttps, port, toHost, toHost, toHost, toHostHttps, toHostHttps, toHostHttps, toString
-
-
-
-
Method Detail
-
withCustomHttpsContext
public abstract ConnectWithHttps withCustomHttpsContext(HttpsConnectionContext context)
-
withDefaultHttpsContext
public abstract ConnectWithHttps withDefaultHttpsContext()
-
-