Searched refs:IDENTITY_CODING (Results 1 – 5 of 5) sorted by relevance
219 && !encoding.equalsIgnoreCase(HTTP.IDENTITY_CODING)) { in determineLength()226 if (HTTP.IDENTITY_CODING.equalsIgnoreCase(transferEncodingHeader.getValue())) { in determineLength()
206 } else if (HTTP.IDENTITY_CODING.equalsIgnoreCase(s)) { in determineLength()
76 public static final String IDENTITY_CODING = "identity"; field in HTTP
184 if (HTTP.IDENTITY_CODING.equalsIgnoreCase(val)) { in parseHeader()
3883 field @Deprecated public static final String IDENTITY_CODING = "identity";