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

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

Completed in 228 milliseconds