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

/external/apache-http/src/org/apache/http/impl/entity/
H A DLaxContentLengthStrategy.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java $
186 public class LaxContentLengthStrategy implements ContentLengthStrategy { class in inherits:ContentLengthStrategy
188 public LaxContentLengthStrategy() { method in class:LaxContentLengthStrategy
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
94 return new EntityDeserializer(new LaxContentLengthStrategy());
H A DAbstractHttpServerConnection.java46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
93 return new EntityDeserializer(new LaxContentLengthStrategy());
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 123 milliseconds