Searched refs:consumeContent (Results 1 - 17 of 17) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpEntity.java165 * or after {@link #consumeContent consumeContent} has been called.
168 * {@link #consumeContent consumeContent} is called.
194 void consumeContent() throws IOException; method in interface:HttpEntity
/external/apache-http/src/org/apache/http/conn/
H A DBasicManagedEntity.java106 public void consumeContent() throws IOException { method in class:BasicManagedEntity
114 wrappedEntity.consumeContent();
127 consumeContent();
135 this.consumeContent();
/external/apache-http/src/org/apache/http/entity/
H A DHttpEntityWrapper.java108 public void consumeContent() method in class:HttpEntityWrapper
110 wrappedEntity.consumeContent();
H A DEntityTemplate.java83 public void consumeContent() throws IOException { method in class:EntityTemplate
H A DBasicHttpEntity.java140 public void consumeContent() throws IOException { method in class:BasicHttpEntity
H A DAbstractHttpEntity.java204 public void consumeContent() method in class:AbstractHttpEntity
208 ("streaming entity does not implement consumeContent()");
210 } // consumeContent
H A DInputStreamEntity.java109 public void consumeContent() throws IOException { method in class:InputStreamEntity
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpEntityStub.java46 @Override public void consumeContent() throws IOException { method in class:HttpEntityStub
H A DTestHttpResponse.java228 @Override public void consumeContent() throws IOException { method in class:TestHttpResponse.TestHttpEntity
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java662 entity.consumeContent();
690 entity.consumeContent();
H A DDefaultRequestDirector.java484 entity.consumeContent();
774 entity.consumeContent();
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java194 entity.consumeContent();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java532 entity.consumeContent();
802 entity.consumeContent();
/external/robolectric/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/ ...
/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/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 321 milliseconds