public class BodyPart extends AbstractEntity
| Constructor and Description |
|---|
BodyPart()
Creates a new empty
BodyPart. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
calcCharset(ContentTypeField contentType) |
protected String |
calcMimeType(ContentTypeField child,
ContentTypeField parent) |
protected String |
calcTransferEncoding(ContentTransferEncodingField f) |
dispose, getBody, getCharset, getContentTransferEncoding, getDispositionType, getFilename, getHeader, getMimeType, getParent, isMultipart, removeBody, setBody, setHeader, setParentprotected String calcTransferEncoding(ContentTransferEncodingField f)
calcTransferEncoding in class AbstractEntityprotected String calcMimeType(ContentTypeField child, ContentTypeField parent)
calcMimeType in class AbstractEntityprotected String calcCharset(ContentTypeField contentType)
calcCharset in class AbstractEntityCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.