Home
last modified time | relevance | path

Searched refs:CONTENT_LEN (Results 1 – 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/protocol/
DRequestContent.java74 if (request.containsHeader(HTTP.CONTENT_LEN)) { in process()
80 request.addHeader(HTTP.CONTENT_LEN, "0"); in process()
91 request.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength())); in process()
DResponseContent.java74 if (response.containsHeader(HTTP.CONTENT_LEN)) { in process()
84 response.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength())); in process()
101 response.addHeader(HTTP.CONTENT_LEN, "0"); in process()
DHTTP.java57 public static final String CONTENT_LEN = "Content-Length"; field in HTTP
/external/apache-http/src/org/apache/http/impl/entity/
DLaxContentLengthStrategy.java201 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()
239 Header[] headers = message.getHeaders(HTTP.CONTENT_LEN); in determineLength()
DStrictContentLengthStrategy.java196 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()
/external/apache-http/android/src/android/net/http/
DHeaders.java53 public final static String CONTENT_LEN = "content-length"; field in Headers
128 CONTENT_LEN,
196 if (name.equals(CONTENT_LEN)) { in parseHeader()
/external/apache-http/api/
Dapache-http-legacy-current.txt178 field public static final java.lang.String CONTENT_LEN = "content-length";
4037 field public static final java.lang.String CONTENT_LEN = "Content-Length";