Class HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
java.lang.Object
org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
- All Implemented Interfaces:
- Serializable,- HostConnectionPoolSpec.ClientServerImplementation,- scala.Equals,- scala.Product
- Enclosing class:
- HostConnectionPoolSpec
public class HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
extends Object
implements HostConnectionPoolSpec.ClientServerImplementation, scala.Product, Serializable
Transport that runs everything through client and server engines but without actual network
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSpecifies 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 middleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
PekkoHttpEngineNoNetwork$public PekkoHttpEngineNoNetwork$()
 
- 
- 
Method Details- 
failsHandlerInputWhenHandlerOutputFailspublic boolean failsHandlerInputWhenHandlerOutputFails()Description copied from interface:HostConnectionPoolSpec.ClientServerImplementationSpecifies if the transport implementation will fail the handler request input side if an error is encountered at the response output side.I haven't decided yet what the right behavior should be. - Specified by:
- failsHandlerInputWhenHandlerOutputFailsin interface- HostConnectionPoolSpec.ClientServerImplementation
- Returns:
- (undocumented)
 
 
-