Package akka.http.impl.engine.http2
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
-
-
Constructor Summary
Constructors Constructor Description RequestErrorFlow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static akka.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest,akka.NotUsed>
apply()
akka.stream.stage.GraphStageLogic
createLogic(akka.stream.Attributes inheritedAttributes)
akka.stream.Inlet<RequestParsing.ParseRequestResult>
requestIn()
akka.stream.Outlet<HttpRequest>
requestOut()
akka.stream.Inlet<HttpResponse>
responseIn()
akka.stream.Outlet<HttpResponse>
responseOut()
akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest>
shape()
-
-
-
Method Detail
-
apply
public static akka.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest,akka.NotUsed> apply()
-
requestIn
public akka.stream.Inlet<RequestParsing.ParseRequestResult> requestIn()
-
requestOut
public akka.stream.Outlet<HttpRequest> requestOut()
-
responseIn
public akka.stream.Inlet<HttpResponse> responseIn()
-
responseOut
public akka.stream.Outlet<HttpResponse> responseOut()
-
shape
public akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest> shape()
-
createLogic
public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes inheritedAttributes)
- Specified by:
createLogic
in classakka.stream.stage.GraphStage<akka.stream.BidiShape<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest>>
-
-