org.apache.http.entity.mime
Class FormBodyPart
java.lang.Object
org.apache.http.entity.mime.FormBodyPart
public class FormBodyPart
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormBodyPart
public FormBodyPart(String name,
ContentBody body)
getName
public String getName()
getBody
public ContentBody getBody()
getHeader
public Header getHeader()
addField
public void addField(String name,
String value)
generateContentDisp
protected void generateContentDisp(ContentBody body)
generateContentType
protected void generateContentType(ContentBody body)
generateTransferEncoding
protected void generateTransferEncoding(ContentBody body)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.