Searched refs:setEntity (Results 1 - 25 of 32) sorted by relevance

12

/external/apache-http/src/org/apache/http/
H A DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); method in interface:HttpEntityEnclosingRequest
H A DHttpResponse.java130 * The entity is provided by calling {@link #setEntity setEntity}.
143 void setEntity(HttpEntity entity); method in interface:HttpResponse
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpEntityEnclosingRequestBase.java67 public void setEntity(final HttpEntity entity) { method in class:HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java74 public void setEntity(final HttpEntity entity) { method in class:EntityEnclosingRequestWrapper
H A DDefaultRequestDirector.java523 response.setEntity(entity);
801 response.setEntity(new BufferedHttpEntity(entity));
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpEntityEnclosingRequest.java77 public void setEntity(final HttpEntity entity) { method in class:BasicHttpEntityEnclosingRequest
H A DBasicHttpResponse.java180 public void setEntity(final HttpEntity entity) { method in class:BasicHttpResponse
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DFakeHttpLayerTest.java87 match.setEntity(new StringEntity(expectedText));
90 noMatch.setEntity(new StringEntity("some text that does not match"));
H A DParamsParserTest.java22 post.setEntity(response.getEntity());
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DGetAndPostIntegrationTest.java75 httppost.setEntity(new UrlEncodedFormEntity(postParameters));
91 httppost.setEntity(reqEntity);
H A DPutStreamIntegrationTest.java24 httpput.setEntity(new ByteArrayEntity(expected.getBytes()));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpResponseStub.java43 @Override public void setEntity(HttpEntity httpEntity) { method in class:HttpResponseStub
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java199 response.setEntity(entity);
H A DAbstractHttpServerConnection.java158 request.setEntity(entity);
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java76 entityEnclosingMethod.setEntity(new InputStreamEntity(e,
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPResponse.java151 post.setEntity(entity);
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
H A DOkApacheClientTest.java102 post.setEntity(new ByteArrayEntity(body));
115 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length));
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java235 response.setEntity(entity);
/external/clang/include/clang/Sema/
H A DScope.h295 void setEntity(DeclContext *E) { Entity = E; } function in class:clang::Scope
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
H A DOkApacheClient.java174 response.setEntity(entity);
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java426 httpResponse.setEntity(entity);
471 response.setEntity(entity);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java569 response.setEntity(entity);
824 response.setEntity(new BufferedHttpEntity(entity));
/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/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/ ...
/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/ ...

Completed in 291 milliseconds

12