Home
last modified time | relevance | path

Searched refs:HttpEntity (Results 1 – 25 of 53) sorted by relevance

123

/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java35 import org.apache.http.HttpEntity;
57 private HttpEntity entity;
63 public HttpEntity getEntity() { in getEntity()
67 public void setEntity(final HttpEntity entity) { in setEntity()
81 clone.entity = (HttpEntity) CloneUtils.clone(this.entity); in clone()
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java44 import org.apache.http.HttpEntity;
112 HttpEntity entity = response.getEntity(); in doSomeBasicMethodTest()
149 HttpEntity entity = response.getEntity(); in doNonRouterRequest()
161 HttpEntity entity = response.getEntity(); in doExceptionRequest()
173 HttpEntity entity = response.getEntity(); in doDeletedRoute()
185 HttpEntity entity = response.getEntity(); in doUriSelection1()
197 HttpEntity entity = response.getEntity(); in doStreamOfData()
242 HttpEntity entity = response.getEntity(); in doGeneralParams()
254 HttpEntity entity = response.getEntity(); in doIndexHandler()
266 HttpEntity entity = response.getEntity(); in doMissingHandler()
[all …]
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java35 import org.apache.http.HttpEntity;
62 private HttpEntity entity;
70 public HttpEntity getEntity() { in getEntity()
74 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicResponseHandler.java36 import org.apache.http.HttpEntity;
80 HttpEntity entity = response.getEntity(); in handleResponse()
/external/apache-http/src/org/apache/http/entity/
DHttpEntityWrapper.java39 import org.apache.http.HttpEntity;
57 public class HttpEntityWrapper implements HttpEntity {
60 protected HttpEntity wrappedEntity;
67 public HttpEntityWrapper(HttpEntity wrapped) { in HttpEntityWrapper()
DBufferedHttpEntity.java39 import org.apache.http.HttpEntity;
64 public BufferedHttpEntity(final HttpEntity entity) throws IOException { in BufferedHttpEntity()
DAbstractHttpEntity.java37 import org.apache.http.HttpEntity;
57 public abstract class AbstractHttpEntity implements HttpEntity {
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java35 import org.apache.http.HttpEntity;
58 private HttpEntity entity;
73 public HttpEntity getEntity() { in getEntity()
77 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicHttpResponse.java36 import org.apache.http.HttpEntity;
62 private HttpEntity entity;
129 public HttpEntity getEntity() { in getEntity()
180 public void setEntity(final HttpEntity entity) { in setEntity()
/external/apache-http/src/org/apache/http/util/
DEntityUtils.java40 import org.apache.http.HttpEntity;
65 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray()
93 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet()
113 … final HttpEntity entity, final String defaultCharset) throws IOException, ParseException { in toString()
149 public static String toString(final HttpEntity entity) in toString()
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DHttpEntityBody.java7 import org.apache.http.HttpEntity;
13 private final HttpEntity entity;
16 HttpEntityBody(HttpEntity entity, String contentTypeHeader) { in HttpEntityBody()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); in setEntity()
66 HttpEntity getEntity(); in getEntity()
DHttpResponse.java135 HttpEntity getEntity(); in getEntity()
143 void setEntity(HttpEntity entity); in setEntity()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DHttpResponseStub.java6 import org.apache.http.HttpEntity;
38 @Override public HttpEntity getEntity() { in getEntity()
42 @Override public void setEntity(HttpEntity httpEntity) { in setEntity()
DHttpEntityStub.java7 import org.apache.http.HttpEntity;
12 public class HttpEntityStub implements HttpEntity {
DParamsParser.java9 import org.apache.http.HttpEntity;
31 HttpEntity entity = request.getEntity(); in parseParamsForRequestWithEntity()
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DAbstractTestHttpServer.java39 import org.apache.http.HttpEntity;
46 protected byte[] readContents(HttpEntity entity) throws IOException { in readContents()
/external/apache-http/src/org/apache/http/protocol/
DRequestExpectContinue.java36 import org.apache.http.HttpEntity;
71 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
DRequestContent.java36 import org.apache.http.HttpEntity;
78 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
DResponseContent.java36 import org.apache.http.HttpEntity;
78 HttpEntity entity = response.getEntity(); in process()
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java43 import org.apache.http.HttpEntity;
99 final HttpEntity entity) throws IOException { in parse()
117 public static boolean isEncoded (final HttpEntity entity) { in isEncoded()
/external/apache-http/src/org/apache/http/impl/entity/
DEntitySerializer.java37 import org.apache.http.HttpEntity;
91 final HttpEntity entity) throws HttpException, IOException { in serialize()
/external/apache-http/src/org/apache/http/conn/
DBasicManagedEntity.java37 import org.apache.http.HttpEntity;
80 public BasicManagedEntity(HttpEntity entity, in BasicManagedEntity()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DSSLServerSocketFactoryTest.java40 import org.apache.http.HttpEntity;
59 HttpEntity entity = response.getEntity(); in testSSLConnection()
DHttpSSLServerTest.java41 import org.apache.http.HttpEntity;
58 HttpEntity entity = response.getEntity(); in testSSLConnection()

123