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 Summary
FieldsModifier and TypeFieldDescriptionstatic final HostConnectionPoolSpec.PekkoHttpEngineTLS$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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.TopLevelApiClientServerImplementation
failsHandlerInputWhenHandlerOutputFails, get
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, 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
-
bindServerSource
protected org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource()- Specified by:
bindServerSource
in classHostConnectionPoolSpec.TopLevelApiClientServerImplementation
-