Package org.cip4.jdflib.util
Class MimeUtil.MIMEDetails
java.lang.Object
org.cip4.jdflib.util.MimeUtil.MIMEDetails
- Enclosing class:
- MimeUtil
helper class to set mime details
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringtransfer encoding used when streaming body parts, May be null to specify java default behaviorhttp detailsbooleanif true, the stream will be parsed for a semicolon after the mime multipart and said semicolon will be replaced with a cr/lf -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultTransferEncoding
transfer encoding used when streaming body parts, May be null to specify java default behavior -
httpDetails
http details -
transferEncoding
-
modifyBoundarySemicolon
public boolean modifyBoundarySemicolonif true, the stream will be parsed for a semicolon after the mime multipart and said semicolon will be replaced with a cr/lf
-
-
Constructor Details
-
MIMEDetails
public MIMEDetails()
-
-
Method Details