Class ResponseParsing$
- java.lang.Object
-
- akka.http.impl.engine.http2.client.ResponseParsing$
-
public class ResponseParsing$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResponseParsing$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ResponseParsing$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Function1<Http2SubStream,HttpResponse>
parseResponse(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-
-
-
Field Detail
-
MODULE$
public static final ResponseParsing$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
parseResponse
public scala.Function1<Http2SubStream,HttpResponse> parseResponse(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-
-