Searched refs:contentCoding (Results 1 – 3 of 3) sorted by relevance
79 protected String contentCoding; field in AcceptEncoding98 if (contentCoding != null) { in encodeBody()99 buffer.append(contentCoding); in encodeBody()122 return contentCoding; in getEncoding()150 contentCoding = encoding; in setEncoding()
406 String contentCoding = checkNotNull(matcher.group(1)); in getAcceptEncodingHeader() local408 parsedEncodings.put(contentCoding, qvalue == null ? -1f : Float.parseFloat(qvalue)); in getAcceptEncodingHeader()
403 String contentCoding = checkNotNull(matcher.group(1)); in getAcceptEncodingHeader() local405 parsedEncodings.put(contentCoding, qvalue == null ? -1f : Float.parseFloat(qvalue)); in getAcceptEncodingHeader()