OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrictContentLengthStrategy
(Results
1 - 25
of
31
) sorted by null
1
2
/external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/
StrictContentLengthStrategy
.java $
182
public class
StrictContentLengthStrategy
implements ContentLengthStrategy {
184
public
StrictContentLengthStrategy
() {
/external/apache-http/src/org/apache/http/impl/
AbstractHttpClientConnection.java
47
import org.apache.http.impl.entity.
StrictContentLengthStrategy
;
98
return new EntitySerializer(new
StrictContentLengthStrategy
());
AbstractHttpServerConnection.java
47
import org.apache.http.impl.entity.
StrictContentLengthStrategy
;
97
return new EntitySerializer(new
StrictContentLengthStrategy
());
/external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java
34
import org.apache.http.impl.entity.
StrictContentLengthStrategy
;
79
new
StrictContentLengthStrategy
());
/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/misc/common/robolectric/lib/
httpcore-4.0.1.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/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.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
/prebuilts/sdk/17/
android.jar
Completed in 2911 milliseconds
1
2