Uses of Class
org.apache.http.entity.mime.content.StringBody
-
Packages that use StringBody Package Description org.apache.http.entity.mime.content MIME body part implementations. -
-
Uses of StringBody in org.apache.http.entity.mime.content
Methods in org.apache.http.entity.mime.content that return StringBody Modifier and Type Method Description static StringBody
StringBody. create(java.lang.String text)
Deprecated.(4.3) useStringBody(String, ContentType)
orMultipartEntityBuilder
static StringBody
StringBody. create(java.lang.String text, java.lang.String mimeType, java.nio.charset.Charset charset)
Deprecated.(4.3) useStringBody(String, ContentType)
orMultipartEntityBuilder
static StringBody
StringBody. create(java.lang.String text, java.nio.charset.Charset charset)
Deprecated.(4.3) useStringBody(String, ContentType)
orMultipartEntityBuilder
-