Class RequestErrorFlow

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest>>
akka.http.impl.engine.http2.RequestErrorFlow
All Implemented Interfaces:
akka.stream.Graph<akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest>,akka.NotUsed>

public final class RequestErrorFlow extends akka.stream.stage.GraphStage<akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest>>
INTERNAL API