Searched refs:CONTENT_LEN (Results 1 – 5 of 5) sorted by relevance
69 if (request.containsHeader(HTTP.CONTENT_LEN)) { in process()75 request.addHeader(HTTP.CONTENT_LEN, "0"); in process()86 request.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength())); in process()
69 if (response.containsHeader(HTTP.CONTENT_LEN)) { in process()79 response.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength())); in process()96 response.addHeader(HTTP.CONTENT_LEN, "0"); in process()
52 public static final String CONTENT_LEN = "Content-Length"; field in HTTP
196 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()234 Header[] headers = message.getHeaders(HTTP.CONTENT_LEN); in determineLength()
191 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN); in determineLength()