Searched refs:StringEntity (Results 1 – 7 of 7) sorted by relevance
10 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()
8 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()
56 public class StringEntity extends AbstractHttpEntity implements Cloneable { class60 public StringEntity(final String s, String charset) in StringEntity() method in StringEntity73 public StringEntity(final String s) in StringEntity() method in StringEntity
37 import org.apache.http.entity.StringEntity;49 public class UrlEncodedFormEntity extends StringEntity {
22 import org.apache.http.entity.StringEntity;142 httpPost.setEntity(new StringEntity("<yo/>")); in postOverrideContentType()
246 HPLorg/apache/http/entity/StringEntity;-><init>(Ljava/lang/String;Ljava/lang/String;)V247 HPLorg/apache/http/entity/StringEntity;->getContentLength()J248 HPLorg/apache/http/entity/StringEntity;->isStreaming()Z249 HPLorg/apache/http/entity/StringEntity;->writeTo(Ljava/io/OutputStream;)V
1377 @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;