Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/entity/
DLaxContentLengthStrategy.java186 public class LaxContentLengthStrategy implements ContentLengthStrategy { class
188 public LaxContentLengthStrategy() { in LaxContentLengthStrategy() method in LaxContentLengthStrategy
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
93 return new EntityDeserializer(new LaxContentLengthStrategy()); in createEntityDeserializer()
DAbstractHttpClientConnection.java46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
94 return new EntityDeserializer(new LaxContentLengthStrategy()); in createEntityDeserializer()
/external/apache-http/
Dart-profile524 HPLorg/apache/http/impl/entity/LaxContentLengthStrategy;-><init>()V
525 HPLorg/apache/http/impl/entity/LaxContentLengthStrategy;->determineLength(Lorg/apache/http/HttpMess…
/external/apache-http/api/
Dcurrent.txt3249 …@Deprecated public class LaxContentLengthStrategy implements org.apache.http.entity.ContentLengthS…
3250 ctor @Deprecated public LaxContentLengthStrategy();