Package org.apache.http.entity.mime
Class FormBodyPart
java.lang.Object
org.apache.http.entity.mime.FormBodyPart
FormBodyPart class represents a content body that can be used as a part of multipart encoded
entities. This class automatically populates the header with standard fields based on
the content description of the enclosed body.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
Deprecated.(4.4) useFormBodyPartBuilder
.protected void
Deprecated.(4.4) useFormBodyPartBuilder
.protected void
Deprecated.(4.4) useFormBodyPartBuilder
.getBody()
getName()
-
Constructor Details
-
FormBodyPart
Deprecated.(4.4) useFormBodyPartBuilder
.
-
-
Method Details
-
getName
-
getBody
-
getHeader
-
addField
-
generateContentDisp
Deprecated.(4.4) useFormBodyPartBuilder
. -
generateContentType
Deprecated.(4.4) useFormBodyPartBuilder
. -
generateTransferEncoding
Deprecated.(4.4) useFormBodyPartBuilder
.
-
FormBodyPartBuilder
.