|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringEntity | |
---|---|
org.apache.http.entity | Representations for HTTP message entities. |
Uses of StringEntity in org.apache.http.entity |
---|
Methods in org.apache.http.entity that return StringEntity | |
---|---|
static StringEntity |
StringEntity.create(String string)
Creates a StringEntity with the specified content and charset. |
static StringEntity |
StringEntity.create(String string,
ContentType contentType)
Creates a StringEntity with the specified content and content type. |
static StringEntity |
StringEntity.create(String string,
String charset)
Creates a StringEntity with the specified content and charset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |