Package akka.http.impl.engine.http2
Class RequestErrorFlow$
- java.lang.Object
-
- akka.http.impl.engine.http2.RequestErrorFlow$
-
public class RequestErrorFlow$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static RequestErrorFlow$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestErrorFlow$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest,akka.NotUsed>
apply()
-
-
-
Field Detail
-
MODULE$
public static final RequestErrorFlow$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse,RequestParsing.ParseRequestResult,HttpRequest,akka.NotUsed> apply()
-
-