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
-
Constructor Details
-
FormBodyPart
Deprecated.(4.4) useFormBodyPartBuilder
.
-
-
Method Details
-
getName
-
getBody
-
getHeader
-
addField
-
FormBodyPartBuilder
.