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

/external/apache-http/src/org/apache/http/
H A DHttpEntityEnclosingRequest.java59 void setEntity(HttpEntity entity); method in interface:HttpEntityEnclosingRequest
H A DHttpResponse.java125 * The entity is provided by calling {@link #setEntity setEntity}.
138 void setEntity(HttpEntity entity); method in interface:HttpResponse
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpEntityEnclosingRequestBase.java62 public void setEntity(final HttpEntity entity) { method in class:HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java69 public void setEntity(final HttpEntity entity) { method in class:EntityEnclosingRequestWrapper
H A DDefaultRequestDirector.java511 response.setEntity(entity);
776 response.setEntity(new BufferedHttpEntity(entity));
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpEntityEnclosingRequest.java72 public void setEntity(final HttpEntity entity) { method in class:BasicHttpEntityEnclosingRequest
H A DBasicHttpResponse.java175 public void setEntity(final HttpEntity entity) { method in class:BasicHttpResponse
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java193 response.setEntity(entity);
H A DAbstractHttpServerConnection.java153 request.setEntity(entity);
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java76 entityEnclosingMethod.setEntity(new InputStreamEntity(e,
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java230 response.setEntity(entity);

Completed in 93 milliseconds