Searched refs:determineLength (Results 1 - 5 of 5) 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 DEntitySerializer.java73 long len = this.lenStrategy.determineLength(message);
H A DStrictContentLengthStrategy.java183 public long determineLength(final HttpMessage message) throws HttpException { method in class:StrictContentLengthStrategy
H A DEntityDeserializer.java77 long len = this.lenStrategy.determineLength(message);
H A DLaxContentLengthStrategy.java187 public long determineLength(final HttpMessage message) throws HttpException { method in class:LaxContentLengthStrategy

Completed in 244 milliseconds