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

  /external/apache-http/src/org/apache/http/protocol/
RequestContent.java 69 if (request.containsHeader(HTTP.CONTENT_LEN)) {
75 request.addHeader(HTTP.CONTENT_LEN, "0");
86 request.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength()));
ResponseContent.java 69 if (response.containsHeader(HTTP.CONTENT_LEN)) {
79 response.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength()));
96 response.addHeader(HTTP.CONTENT_LEN, "0");
HTTP.java 52 public static final String CONTENT_LEN = "Content-Length";
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 196 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN);
234 Header[] headers = message.getHeaders(HTTP.CONTENT_LEN);
StrictContentLengthStrategy.java 191 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN);
  /frameworks/base/core/java/android/net/http/
Headers.java 56 public final static String CONTENT_LEN = "content-length";
131 CONTENT_LEN,
199 if (name.equals(CONTENT_LEN)) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 391 milliseconds