Home
last modified time | relevance | path

Searched refs:CHUNK_CODING (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/entity/
DLaxContentLengthStrategy.java213 && !encoding.equalsIgnoreCase(HTTP.CHUNK_CODING) in determineLength()
223 } else if ((len > 0) && (HTTP.CHUNK_CODING.equalsIgnoreCase( in determineLength()
DStrictContentLengthStrategy.java194 if (HTTP.CHUNK_CODING.equalsIgnoreCase(s)) { in determineLength()
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java70 public static final String CHUNK_CODING = "chunked"; field in HTTP
DRequestContent.java84 request.addHeader(HTTP.TRANSFER_ENCODING, HTTP.CHUNK_CODING); in process()
DResponseContent.java77 response.addHeader(HTTP.TRANSFER_ENCODING, HTTP.CHUNK_CODING); in process()