Searched refs:isRepeatable (Results 1 - 25 of 30) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DHttpEntity.java51 * {@link #isRepeatable repeatable}.
55 * Self-contained entities are generally {@link #isRepeatable repeatable}.
86 boolean isRepeatable(); method in interface:HttpEntity
140 * Entities that are not {@link #isRepeatable repeatable}
/external/apache-http/src/org/apache/http/entity/
H A DHttpEntityWrapper.java79 public boolean isRepeatable() { method in class:HttpEntityWrapper
80 return wrappedEntity.isRepeatable();
H A DByteArrayEntity.java65 public boolean isRepeatable() { method in class:ByteArrayEntity
H A DEntityTemplate.java73 public boolean isRepeatable() { method in class:EntityTemplate
H A DBufferedHttpEntity.java66 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
103 public boolean isRepeatable() { method in class:BufferedHttpEntity
H A DBasicHttpEntity.java101 public boolean isRepeatable() { method in class:BasicHttpEntity
H A DFileEntity.java67 public boolean isRepeatable() { method in class:FileEntity
H A DInputStreamEntity.java69 public boolean isRepeatable() { method in class:InputStreamEntity
H A DSerializableEntity.java90 public boolean isRepeatable() { method in class:SerializableEntity
H A DStringEntity.java78 public boolean isRepeatable() { method in class:StringEntity
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java84 public boolean isRepeatable() { method in class:EntityEnclosingRequestWrapper
85 return this.entity == null || this.entity.isRepeatable();
H A DRequestWrapper.java163 public boolean isRepeatable() { method in class:RequestWrapper
H A DDefaultRequestDirector.java425 if (wrapper.getExecCount() > 1 && !wrapper.isRepeatable()) {
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DMultipartEntity.java178 public boolean isRepeatable() { method in class:MultipartEntity
180 if (!parts[i].isRepeatable()) {
216 if(!isRepeatable() && this.contentConsumed ) {
H A DPart.java194 public boolean isRepeatable() { method in class:Part
/external/apache-http/src/org/apache/http/conn/
H A DBasicManagedEntity.java96 public boolean isRepeatable() { method in class:BasicManagedEntity
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java14 @Override public boolean isRepeatable() { method in class:HttpEntityStub
H A DTestHttpResponse.java208 @Override public boolean isRepeatable() { method in class:TestHttpResponse.TestHttpEntity
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/robolectric/v1/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 Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/apache-http/android/src/android/net/http/
H A DAndroidHttpClient.java442 if (entity != null && entity.isRepeatable()) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java446 if (!wrapper.isRepeatable()) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 328 milliseconds

12