Searched refs:StringEntity (Results 1 – 3 of 3) sorted by relevance
51 public class StringEntity extends AbstractHttpEntity implements Cloneable { class55 public StringEntity(final String s, String charset) in StringEntity() method in StringEntity68 public StringEntity(final String s) in StringEntity() method in StringEntity
37 import org.apache.http.entity.StringEntity;44 public class UrlEncodedFormEntity extends StringEntity {
8 import org.apache.http.entity.StringEntity;87 match.setEntity(new StringEntity(expectedText)); in matches__shouldMatchPostBody()90 noMatch.setEntity(new StringEntity("some text that does not match")); in matches__shouldMatchPostBody()