Uses of Interface
com.foxinmy.weixin4j.http.apache.content.ContentBody
-
Packages that use ContentBody Package Description com.foxinmy.weixin4j.http.apache.content com.foxinmy.weixin4j.http.apache.mime -
-
Uses of ContentBody in com.foxinmy.weixin4j.http.apache.content
Classes in com.foxinmy.weixin4j.http.apache.content that implement ContentBody Modifier and Type Class Description class
AbstractContentBody
class
ByteArrayBody
Binary body part backed by a byte array.class
FileBody
Binary body part backed by a file.class
InputStreamBody
Binary body part backed by an input stream.class
StringBody
Text body part backed by a byte array. -
Uses of ContentBody in com.foxinmy.weixin4j.http.apache.mime
Methods in com.foxinmy.weixin4j.http.apache.mime that return ContentBody Modifier and Type Method Description ContentBody
FormBodyPart. getBody()
Methods in com.foxinmy.weixin4j.http.apache.mime with parameters of type ContentBody Modifier and Type Method Description void
MultipartEntity. addPart(String name, ContentBody contentBody)
MultipartEntityBuilder
MultipartEntityBuilder. addPart(String name, ContentBody contentBody)
static FormBodyPartBuilder
FormBodyPartBuilder. create(String name, ContentBody body)
protected void
FormBodyPart. generateContentDisp(ContentBody body)
(4.4) useFormBodyPartBuilder
.protected void
FormBodyPart. generateContentType(ContentBody body)
(4.4) useFormBodyPartBuilder
.protected void
FormBodyPart. generateTransferEncoding(ContentBody body)
(4.4) useFormBodyPartBuilder
.FormBodyPartBuilder
FormBodyPartBuilder. setBody(ContentBody body)
Constructors in com.foxinmy.weixin4j.http.apache.mime with parameters of type ContentBody Constructor Description FormBodyPart(String name, ContentBody body)
(4.4) useFormBodyPartBuilder
.
-