public static interface HostConnectionPoolSpec.ClientServerImplementation
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
|
boolean failsHandlerInputWhenHandlerOutputFails()
I haven't decided yet what the right behavior should be.
org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,HttpRequest,HttpRequest,scala.concurrent.Future<Http.OutgoingConnection>> get(org.apache.pekko.stream.SharedKillSwitch connectionKillSwitch)