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

1 2

  /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 $
52 public interface ContentLengthStrategy {
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 40 import org.apache.http.entity.ContentLengthStrategy;
65 private final ContentLengthStrategy lenStrategy;
67 public EntitySerializer(final ContentLengthStrategy lenStrategy) {
79 if (len == ContentLengthStrategy.CHUNKED) {
81 } else if (len == ContentLengthStrategy.IDENTITY) {
EntityDeserializer.java 41 import org.apache.http.entity.ContentLengthStrategy;
67 private final ContentLengthStrategy lenStrategy;
69 public EntityDeserializer(final ContentLengthStrategy lenStrategy) {
83 if (len == ContentLengthStrategy.CHUNKED) {
87 } else if (len == ContentLengthStrategy.IDENTITY) {
StrictContentLengthStrategy.java 39 import org.apache.http.entity.ContentLengthStrategy;
182 public class StrictContentLengthStrategy implements ContentLengthStrategy {
LaxContentLengthStrategy.java 40 import org.apache.http.entity.ContentLengthStrategy;
186 public class LaxContentLengthStrategy implements ContentLengthStrategy {
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 31 import org.apache.http.entity.ContentLengthStrategy;
384 if (len == ContentLengthStrategy.CHUNKED) {
388 } else if (len == ContentLengthStrategy.IDENTITY) {
421 return ContentLengthStrategy.IDENTITY;
Headers.java 24 import org.apache.http.entity.ContentLengthStrategy;
185 transferEncoding = ContentLengthStrategy.IDENTITY;
189 transferEncoding = ContentLengthStrategy.CHUNKED;
191 transferEncoding = ContentLengthStrategy.IDENTITY;
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.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 

Completed in 417 milliseconds

1 2