Class ResponseParsing$
java.lang.Object
akka.http.impl.engine.http2.client.ResponseParsing$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResponseParsing$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Function1<Http2SubStream,
HttpResponse> parseResponse
(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ResponseParsing$
public ResponseParsing$()
-
-
Method Details
-
parseResponse
public scala.Function1<Http2SubStream,HttpResponse> parseResponse(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-