Searched refs:determineLength (Results 1 – 7 of 7) 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
2236 …method public abstract long determineLength(org.apache.http.HttpMessage) throws org.apache.http.Ht…3366 …method public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpExcepti…3371 …method public long determineLength(org.apache.http.HttpMessage) throws org.apache.http.HttpExcepti…