Home
last modified time | relevance | path

Searched defs:determineLength (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/entity/
DContentLengthStrategy.java52 long determineLength(HttpMessage message) throws HttpException; in determineLength() method
/external/apache-http/src/org/apache/http/impl/entity/
DStrictContentLengthStrategy.java183 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in StrictContentLengthStrategy
DLaxContentLengthStrategy.java187 public long determineLength(final HttpMessage message) throws HttpException { in determineLength() method in LaxContentLengthStrategy