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