Uses of Class
org.apache.http.entity.mime.content.StringBody

Packages that use StringBody
org.apache.http.entity.mime.content MIME Multipart content body parts. 
 

Uses of StringBody in org.apache.http.entity.mime.content
 

Methods in org.apache.http.entity.mime.content that return StringBody
static StringBody StringBody.create(String text)
           
static StringBody StringBody.create(String text, Charset charset)
           
static StringBody StringBody.create(String text, String mimeType, Charset charset)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.