HomeSort by relevance Sort by last modified time
    Searched refs:isRepeatable (Results 1 - 25 of 49) sorted by null

1 2

  /external/apache-http/src/org/apache/http/
HttpEntity.java 51 * {@link #isRepeatable repeatable}.
55 * Self-contained entities are generally {@link #isRepeatable repeatable}.
81 boolean isRepeatable();
135 * Entities that are not {@link #isRepeatable repeatable}
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 74 public boolean isRepeatable() {
75 return wrappedEntity.isRepeatable();
ByteArrayEntity.java 60 public boolean isRepeatable() {
EntityTemplate.java 68 public boolean isRepeatable() {
BufferedHttpEntity.java 61 if (!entity.isRepeatable() || entity.getContentLength() < 0) {
98 public boolean isRepeatable() {
BasicHttpEntity.java 96 public boolean isRepeatable() {
FileEntity.java 62 public boolean isRepeatable() {
InputStreamEntity.java 64 public boolean isRepeatable() {
SerializableEntity.java 84 public boolean isRepeatable() {
StringEntity.java 73 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java 79 public boolean isRepeatable() {
80 return this.entity == null || this.entity.isRepeatable();
RequestWrapper.java 158 public boolean isRepeatable() {
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 178 public boolean isRepeatable() {
180 if (!parts[i].isRepeatable()) {
216 if(!isRepeatable() && this.contentConsumed ) {
Part.java 194 public boolean isRepeatable() {
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 91 public boolean isRepeatable() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java 14 @Override public boolean isRepeatable() {
TestHttpResponse.java 208 @Override public boolean isRepeatable() {
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 444 if (entity != null && entity.isRepeatable()) {

Completed in 740 milliseconds

1 2