public class HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$ extends java.lang.Object implements HostConnectionPoolSpec.ClientServerImplementation, scala.Product, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
PekkoHttpEngineNoNetwork$() |
Modifier and Type | Method and Description |
---|---|
boolean |
failsHandlerInputWhenHandlerOutputFails()
Specifies if the transport implementation will fail the handler request input side if an error is encountered
at the response output side.
|
org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,scala.concurrent.Future<Http.OutgoingConnection>> |
get(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)
Returns a client / server implementation that include the kill switch flow in the middle
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$ MODULE$
public boolean failsHandlerInputWhenHandlerOutputFails()
HostConnectionPoolSpec.ClientServerImplementation
I haven't decided yet what the right behavior should be.
failsHandlerInputWhenHandlerOutputFails
in interface HostConnectionPoolSpec.ClientServerImplementation
public org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,scala.concurrent.Future<Http.OutgoingConnection>> get(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)
HostConnectionPoolSpec.ClientServerImplementation
get
in interface HostConnectionPoolSpec.ClientServerImplementation