Home
last modified time | relevance | path

Searched refs:determineLength (Results 1 – 8 of 8) 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/
Dart-profile525 HPLorg/apache/http/impl/entity/LaxContentLengthStrategy;->determineLength(Lorg/apache/http/HttpMess…
527 HPLorg/apache/http/impl/entity/StrictContentLengthStrategy;->determineLength(Lorg/apache/http/HttpM…
/external/apache-http/api/
Dcurrent.txt2121 …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…