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, setParent
protected String calcTransferEncoding(ContentTransferEncodingField f)
calcTransferEncoding
in class AbstractEntity
protected String calcMimeType(ContentTypeField child, ContentTypeField parent)
calcMimeType
in class AbstractEntity
protected String calcCharset(ContentTypeField contentType)
calcCharset
in class AbstractEntity
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.