Home
last modified time | relevance | path

Searched refs:determineLength (Results 1 – 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/entity/
DContentLengthStrategy.java57 long determineLength(HttpMessage message) throws HttpException; in determineLength() method
/external/apache-http/src/org/apache/http/impl/entity/
DStrictContentLengthStrategy.java188 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in StrictContentLengthStrategy
DEntitySerializer.java78 long len = this.lenStrategy.determineLength(message); in doSerialize()
DEntityDeserializer.java82 long len = this.lenStrategy.determineLength(message); in doDeserialize()
DLaxContentLengthStrategy.java192 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in LaxContentLengthStrategy
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java383 long len = determineLength(headers); in receiveResponseEntity()
410 private long determineLength(final Headers headers) { in determineLength() method in AndroidHttpClientConnection
/external/apache-http/api/
Dapache-http-legacy-current.txt2236 …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…