Searched refs:CONTENT_LEN (Results 1 – 7 of 7) sorted by relevance
74 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()
74 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()
57 public static final String CONTENT_LEN = "Content-Length"; field in HTTP
201 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()239 Header[] headers = message.getHeaders(HTTP.CONTENT_LEN); in determineLength()
196 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()
53 public final static String CONTENT_LEN = "content-length"; field in Headers128 CONTENT_LEN,196 if (name.equals(CONTENT_LEN)) { in parseHeader()
175 field public static final String CONTENT_LEN = "content-length";3879 field @Deprecated public static final String CONTENT_LEN = "Content-Length";