Class HostConnectionPoolSpec.PekkoHttpEngineTCP
java.lang.Object
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
- Enclosing class:
- HostConnectionPoolSpec
Transport that uses actual top-level Http APIs to establish a plaintext HTTP connection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,
scala.concurrent.Future<Http.ServerBinding>> abstract static boolean
protected 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 boolean
static boolean
static org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,
HttpResponse, HttpRequest, HttpRequest, scala.concurrent.Future<Http.OutgoingConnection>> get
(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch) abstract static int
abstract static Object
productElement
(int n) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
-
Constructor Details
-
PekkoHttpEngineTCP
public PekkoHttpEngineTCP()
-
-
Method Details
-
bindServerSource
protected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource() -
failsHandlerInputWhenHandlerOutputFails
public static boolean failsHandlerInputWhenHandlerOutputFails() -
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-