Class RequestErrorFlow

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

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