Class HostConnectionPoolSpec.PekkoHttpEngineTLS$
java.lang.Object
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
- All Implemented Interfaces:
- Serializable,- HostConnectionPoolSpec.ClientServerImplementation,- scala.Equals,- scala.Product
- Enclosing class:
- HostConnectionPoolSpec
public class HostConnectionPoolSpec.PekkoHttpEngineTLS$
extends HostConnectionPoolSpec.TopLevelApiClientServerImplementation
implements scala.Product, Serializable
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.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HostConnectionPoolSpec.PekkoHttpEngineTLS$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> protected org.apache.pekko.stream.scaladsl.Flow<HttpRequest,HttpResponse, scala.concurrent.Future<Http.OutgoingConnection>> clientConnectionFlow(Http.ServerBinding serverBinding, org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) Methods inherited from class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementationfailsHandlerInputWhenHandlerOutputFails, getMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
PekkoHttpEngineTLS$public PekkoHttpEngineTLS$()
 
- 
- 
Method Details- 
bindServerSourceprotected org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource()- Specified by:
- bindServerSourcein class- HostConnectionPoolSpec.TopLevelApiClientServerImplementation
 
 
-