HomeSort by relevance Sort by last modified time
    Searched refs:ContentLengthStrategy (Results 1 - 21 of 21) sorted by null

  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 2 * $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 {
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 40 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) {
EntityDeserializer.java 41 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) {
StrictContentLengthStrategy.java 39 import org.apache.http.entity.ContentLengthStrategy;
177 public class StrictContentLengthStrategy implements ContentLengthStrategy {
LaxContentLengthStrategy.java 40 import org.apache.http.entity.ContentLengthStrategy;
181 public class LaxContentLengthStrategy implements ContentLengthStrategy {
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 34 import org.apache.http.entity.ContentLengthStrategy;
390 if (len == ContentLengthStrategy.CHUNKED) {
394 } else if (len == ContentLengthStrategy.IDENTITY) {
427 return ContentLengthStrategy.IDENTITY;
Headers.java 24 import org.apache.http.entity.ContentLengthStrategy;
187 transferEncoding = ContentLengthStrategy.IDENTITY;
191 transferEncoding = ContentLengthStrategy.CHUNKED;
193 transferEncoding = ContentLengthStrategy.IDENTITY;
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 1225 milliseconds