Home
last modified time | relevance | path

Searched refs:StringEntity (Results 1 – 7 of 7) sorted by relevance

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DParamsParserTest.java10 import org.apache.http.entity.StringEntity;
17 StringEntity entity = new StringEntity("param1=foobar"); in parseParams_shouldParsePostEntitiesIntoParams()
27 StringEntity entity = new StringEntity("param1=foobar"); in parseParams_shouldParsePutEntitiesIntoParams()
DFakeHttpLayerTest.java8 import org.apache.http.entity.StringEntity;
73 match.setEntity(new StringEntity(expectedText)); in matches_shouldMatchPostBody()
76 noMatch.setEntity(new StringEntity("some text that does not match")); in matches_shouldMatchPostBody()
/external/apache-http/src/org/apache/http/entity/
DStringEntity.java56 public class StringEntity extends AbstractHttpEntity implements Cloneable { class
60 public StringEntity(final String s, String charset) in StringEntity() method in StringEntity
73 public StringEntity(final String s) in StringEntity() method in StringEntity
/external/apache-http/src/org/apache/http/client/entity/
DUrlEncodedFormEntity.java37 import org.apache.http.entity.StringEntity;
49 public class UrlEncodedFormEntity extends StringEntity {
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java22 import org.apache.http.entity.StringEntity;
142 httpPost.setEntity(new StringEntity("<yo/>")); in postOverrideContentType()
/external/apache-http/
Dart-profile246 HPLorg/apache/http/entity/StringEntity;-><init>(Ljava/lang/String;Ljava/lang/String;)V
247 HPLorg/apache/http/entity/StringEntity;->getContentLength()J
248 HPLorg/apache/http/entity/StringEntity;->isStreaming()Z
249 HPLorg/apache/http/entity/StringEntity;->writeTo(Ljava/io/OutputStream;)V
/external/apache-http/api/
Dcurrent.txt1377 @Deprecated public class UrlEncodedFormEntity extends org.apache.http.entity.StringEntity {
2178 …@Deprecated public class StringEntity extends org.apache.http.entity.AbstractHttpEntity implements…
2179 … ctor @Deprecated public StringEntity(String, String) throws java.io.UnsupportedEncodingException;
2180 ctor @Deprecated public StringEntity(String) throws java.io.UnsupportedEncodingException;