Class HostConnectionPoolSpec.PekkoHttpEngineTLS
java.lang.Object
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
- Enclosing class:
- HostConnectionPoolSpec
Transport that uses actual top-level Http APIs to establish a HTTPS connection
 
Currently requires an /etc/hosts entry that points pekko.example.org to a locally bindable address.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> abstract static booleanprotected static org.apache.pekko.stream.scaladsl.Flow<HttpRequest,HttpResponse, scala.concurrent.Future<Http.OutgoingConnection>> clientConnectionFlow(Http.ServerBinding serverBinding, org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) abstract static booleanstatic booleanstatic org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, HttpRequest, HttpRequest, scala.concurrent.Future<Http.OutgoingConnection>> get(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) abstract static intabstract static ObjectproductElement(int n) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static String
- 
Constructor Details- 
PekkoHttpEngineTLSpublic PekkoHttpEngineTLS()
 
- 
- 
Method Details- 
bindServerSourceprotected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource()
- 
failsHandlerInputWhenHandlerOutputFailspublic static boolean failsHandlerInputWhenHandlerOutputFails()
- 
canEqual
- 
equals
- 
productAritypublic abstract static int productArity()
- 
productElement
- 
productIterator
- 
productPrefix
- 
productElementName
- 
productElementNames
 
-