Searched refs:REQ_CONTENT_LENGTH (Results 1 – 2 of 2) sorted by relevance
147 public static final int REQ_CONTENT_LENGTH = 32; field
549 String lengthString = headers.get(requestHeaders[REQ_CONTENT_LENGTH]); in readContent()583 if (headers.get(requestHeaders[REQ_CONTENT_LENGTH]) != null) { in handleClient()