Searched refs:determineLength (Results 1 – 6 of 6) 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
78 long len = this.lenStrategy.determineLength(message); in doSerialize()
82 long len = this.lenStrategy.determineLength(message); in doDeserialize()
192 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in LaxContentLengthStrategy
383 long len = determineLength(headers); in receiveResponseEntity()410 private long determineLength(final Headers headers) { in determineLength() method in AndroidHttpClientConnection