public class HostConnectionPoolSpec.PekkoHttpEngineTCP
extends java.lang.Object
| Constructor and Description | 
|---|
| PekkoHttpEngineTCP() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> | bindServerSource() | 
| abstract static boolean | canEqual(java.lang.Object that) | 
| 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 | equals(java.lang.Object that) | 
| static boolean | failsHandlerInputWhenHandlerOutputFails() | 
| 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 | productArity() | 
| abstract static java.lang.Object | productElement(int n) | 
| static java.lang.String | productElementName(int n) | 
| static scala.collection.Iterator<java.lang.String> | productElementNames() | 
| static scala.collection.Iterator<java.lang.Object> | productIterator() | 
| static java.lang.String | productPrefix() | 
protected static org.apache.pekko.stream.scaladsl.Source<Http.IncomingConnection,scala.concurrent.Future<Http.ServerBinding>> bindServerSource()
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)
public static boolean failsHandlerInputWhenHandlerOutputFails()
public static org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,scala.concurrent.Future<Http.OutgoingConnection>> get(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static int productArity()
public abstract static java.lang.Object productElement(int n)
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public static java.lang.String productElementName(int n)
public static scala.collection.Iterator<java.lang.String> productElementNames()