Package org.apache.pekko.http.javadsl
Class ConnectHttpsImpl
java.lang.Object
org.apache.pekko.http.javadsl.ConnectHttp
org.apache.pekko.http.javadsl.ConnectWithHttps
org.apache.pekko.http.javadsl.ConnectHttpsImpl
INTERNAL API
- 
Constructor SummaryConstructorsConstructorDescriptionConnectHttpsImpl(String host, int port, Optional<HttpsConnectionContext> context) 
- 
Method SummaryMethods inherited from class org.apache.pekko.http.javadsl.ConnectHttpeffectiveConnectionContext, effectiveHttpsConnectionContext, toHost, toHost, toHost, toHostHttps, toHostHttps, toHostHttps, toString
- 
Constructor Details- 
ConnectHttpsImpl
 
- 
- 
Method Details- 
host- Specified by:
- hostin class- ConnectHttp
 
- 
portpublic int port()- Specified by:
- portin class- ConnectHttp
 
- 
context
- 
isHttpspublic boolean isHttps()- Specified by:
- isHttpsin class- ConnectHttp
 
- 
withCustomHttpsContext- Specified by:
- withCustomHttpsContextin class- ConnectWithHttps
 
- 
withDefaultHttpsContext- Specified by:
- withDefaultHttpsContextin class- ConnectWithHttps
 
- 
connectionContext- Specified by:
- connectionContextin class- ConnectHttp
 
 
-