Class ResponseParsing
- java.lang.Object
-
- akka.http.impl.engine.http2.client.ResponseParsing
-
public class ResponseParsing extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResponseParsing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static scala.Function1<Http2SubStream,HttpResponse>
parseResponse(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-
-
-
Method Detail
-
parseResponse
public static scala.Function1<Http2SubStream,HttpResponse> parseResponse(HttpHeaderParser httpHeaderParser, ParserSettings settings, akka.stream.Attributes attributes)
-
-