Searched refs:isChunked (Results 1 - 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpEntity.java101 boolean isChunked(); method in interface:HttpEntity
/external/apache-http/src/org/apache/http/entity/
H A DHttpEntityWrapper.java83 public boolean isChunked() { method in class:HttpEntityWrapper
84 return wrappedEntity.isChunked();
H A DBufferedHttpEntity.java94 public boolean isChunked() { method in class:BufferedHttpEntity
95 return (buffer == null) && wrappedEntity.isChunked();
H A DAbstractHttpEntity.java75 * Returned by {@link #isChunked isChunked},
121 public boolean isChunked() { method in class:AbstractHttpEntity
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java233 * @param isChunked if isChunked is true this encoder will chunk
237 public static byte[] encodeBase64(byte[] binaryData, boolean isChunked) { argument
256 if (isChunked) {
305 if (isChunked) {
356 if (isChunked) {
/external/apache-http/src/org/apache/http/protocol/
H A DRequestContent.java84 if (entity.isChunked() || entity.getContentLength() < 0) {
H A DResponseConnControl.java93 (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0))) {
H A DResponseContent.java81 if (entity.isChunked() && !ver.lessEquals(HttpVersion.HTTP_1_0)) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java18 @Override public boolean isChunked() { method in class:HttpEntityStub
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java107 if (!entity.isChunked() ||
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
H A DOkApacheClient.java139 if (entity.isChunked() || entity.getContentLength() < 0) {
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 404 milliseconds