Searched defs:shouldDecodeGzip (Results 1 – 1 of 1) sorted by relevance
810 private final boolean shouldDecodeGzip; field in HttpRequestHandleImpl.ResponseHeadersWithMetadata814 JniHttpResponse responseProto, boolean shouldDecodeGzip, long originalContentLengthHeader) { in ResponseHeadersWithMetadata()956 private void receiveResponseBody(HttpURLConnection connection, boolean shouldDecodeGzip) in receiveResponseBody()963 InputStream inputStream = getDecodedResponseBodyStream(networkStream, shouldDecodeGzip)) { in receiveResponseBody() argument1043 InputStream inputStream, boolean shouldDecodeGzip) throws IOException { in getDecodedResponseBodyStream()