public class HostConnectionPoolSpec.PassThrough
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HostConnectionPoolSpec.PassThrough.PassThroughTransport$ |
Constructor and Description |
---|
PassThrough() |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
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) |
static org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$.PassThroughTransport$ |
PassThroughTransport() |
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() |
public static org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$.PassThroughTransport$ PassThroughTransport()
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()