Home
last modified time | relevance | path

Searched refs:ContentLengthStrategy (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/impl/entity/
DEntitySerializer.java40 import org.apache.http.entity.ContentLengthStrategy;
65 private final ContentLengthStrategy lenStrategy;
67 public EntitySerializer(final ContentLengthStrategy lenStrategy) { in EntitySerializer()
79 if (len == ContentLengthStrategy.CHUNKED) { in doSerialize()
81 } else if (len == ContentLengthStrategy.IDENTITY) { in doSerialize()
DEntityDeserializer.java41 import org.apache.http.entity.ContentLengthStrategy;
67 private final ContentLengthStrategy lenStrategy;
69 public EntityDeserializer(final ContentLengthStrategy lenStrategy) { in EntityDeserializer()
83 if (len == ContentLengthStrategy.CHUNKED) { in doDeserialize()
87 } else if (len == ContentLengthStrategy.IDENTITY) { in doDeserialize()
DStrictContentLengthStrategy.java39 import org.apache.http.entity.ContentLengthStrategy;
182 public class StrictContentLengthStrategy implements ContentLengthStrategy {
DLaxContentLengthStrategy.java40 import org.apache.http.entity.ContentLengthStrategy;
186 public class LaxContentLengthStrategy implements ContentLengthStrategy {
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java31 import org.apache.http.entity.ContentLengthStrategy;
384 if (len == ContentLengthStrategy.CHUNKED) { in receiveResponseEntity()
388 } else if (len == ContentLengthStrategy.IDENTITY) { in receiveResponseEntity()
421 return ContentLengthStrategy.IDENTITY; in determineLength()
DHeaders.java24 import org.apache.http.entity.ContentLengthStrategy;
185 transferEncoding = ContentLengthStrategy.IDENTITY; in parseHeader()
189 transferEncoding = ContentLengthStrategy.CHUNKED; in parseHeader()
191 transferEncoding = ContentLengthStrategy.IDENTITY; in parseHeader()
/external/apache-http/src/org/apache/http/entity/
DContentLengthStrategy.java52 public interface ContentLengthStrategy { interface
/external/apache-http/api/
Dcurrent.txt2120 @Deprecated public interface ContentLengthStrategy {
3238 ctor @Deprecated public EntityDeserializer(org.apache.http.entity.ContentLengthStrategy);
3244 ctor @Deprecated public EntitySerializer(org.apache.http.entity.ContentLengthStrategy);
3249 …ted public class LaxContentLengthStrategy implements org.apache.http.entity.ContentLengthStrategy {
3254 … public class StrictContentLengthStrategy implements org.apache.http.entity.ContentLengthStrategy {
/external/apache-http/
Dart-profile518 …pache/http/impl/entity/EntityDeserializer;-><init>(Lorg/apache/http/entity/ContentLengthStrategy;)V
521 …/apache/http/impl/entity/EntitySerializer;-><init>(Lorg/apache/http/entity/ContentLengthStrategy;)V