Searched refs:determineLength (Results 1 – 8 of 8) 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
525 HPLorg/apache/http/impl/entity/LaxContentLengthStrategy;->determineLength(Lorg/apache/http/HttpMess…527 HPLorg/apache/http/impl/entity/StrictContentLengthStrategy;->determineLength(Lorg/apache/http/HttpM…
2121 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…3251 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…3256 …method @Deprecated public long determineLength(org.apache.http.HttpMessage) throws org.apache.http…