Searched defs:determineLength (Results 1 – 4 of 4) sorted by relevance
57 long determineLength(HttpMessage message) throws HttpException; in determineLength() method
188 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in StrictContentLengthStrategy
192 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in LaxContentLengthStrategy
410 private long determineLength(final Headers headers) { in determineLength() method in AndroidHttpClientConnection