public class HostConnectionPoolSpec.PekkoHttpEngineTLS$ extends HostConnectionPoolSpec.TopLevelApiClientServerImplementation implements scala.Product, java.io.Serializable
Currently requires an /etc/hosts entry that points pekko.example.org to a locally bindable address.
| Modifier and Type | Field and Description | 
|---|---|
| static HostConnectionPoolSpec.PekkoHttpEngineTLS$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| PekkoHttpEngineTLS$() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> | bindServerSource() | 
| protected org.apache.pekko.stream.scaladsl.Flow<HttpRequest,HttpResponse,scala.concurrent.Future<Http.OutgoingConnection>> | clientConnectionFlow(Http.ServerBinding serverBinding,
                    org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) | 
failsHandlerInputWhenHandlerOutputFails, getclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final HostConnectionPoolSpec.PekkoHttpEngineTLS$ MODULE$
protected org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource()
bindServerSource in class HostConnectionPoolSpec.TopLevelApiClientServerImplementationprotected org.apache.pekko.stream.scaladsl.Flow<HttpRequest,HttpResponse,scala.concurrent.Future<Http.OutgoingConnection>> clientConnectionFlow(Http.ServerBinding serverBinding, org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)
clientConnectionFlow in class HostConnectionPoolSpec.TopLevelApiClientServerImplementation