HomeSort by relevance Sort by last modified time
    Searched refs:IDENTITY_CODING (Results 1 - 4 of 4) sorted by null

  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 76 public static final String IDENTITY_CODING = "identity";
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 219 && !encoding.equalsIgnoreCase(HTTP.IDENTITY_CODING)) {
226 if (HTTP.IDENTITY_CODING.equalsIgnoreCase(transferEncodingHeader.getValue())) {
StrictContentLengthStrategy.java 206 } else if (HTTP.IDENTITY_CODING.equalsIgnoreCase(s)) {
  /external/apache-http/android/src/android/net/http/
Headers.java 184 if (HTTP.IDENTITY_CODING.equalsIgnoreCase(val)) {

Completed in 288 milliseconds