Searched refs:ContentLengthStrategy (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/entity/
H A DContentLengthStrategy.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/ContentLengthStrategy.java $
47 public interface ContentLengthStrategy { interface
/external/apache-http/src/org/apache/http/impl/entity/
H A DEntitySerializer.java40 import org.apache.http.entity.ContentLengthStrategy;
60 private final ContentLengthStrategy lenStrategy;
62 public EntitySerializer(final ContentLengthStrategy lenStrategy) {
74 if (len == ContentLengthStrategy.CHUNKED) {
76 } else if (len == ContentLengthStrategy.IDENTITY) {
H A DEntityDeserializer.java41 import org.apache.http.entity.ContentLengthStrategy;
62 private final ContentLengthStrategy lenStrategy;
64 public EntityDeserializer(final ContentLengthStrategy lenStrategy) {
78 if (len == ContentLengthStrategy.CHUNKED) {
82 } else if (len == ContentLengthStrategy.IDENTITY) {
H A DStrictContentLengthStrategy.java39 import org.apache.http.entity.ContentLengthStrategy;
177 public class StrictContentLengthStrategy implements ContentLengthStrategy {
H A DLaxContentLengthStrategy.java40 import org.apache.http.entity.ContentLengthStrategy;
181 public class LaxContentLengthStrategy implements ContentLengthStrategy {

Completed in 500 milliseconds