public static class MimeUtil.MIMEDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
defaultTransferEncoding
transfer encoding used when streaming body parts, May be null to specify java default behavior
|
HTTPDetails |
httpDetails
http details
|
boolean |
modifyBoundarySemicolon
if true, the stream will be parsed for a semicolon after the mime multipart and said semicolon will be replaced with a cr/lf
|
java.lang.String |
transferEncoding |
| Constructor and Description |
|---|
MIMEDetails() |
public static java.lang.String defaultTransferEncoding
public HTTPDetails httpDetails
public java.lang.String transferEncoding
public boolean modifyBoundarySemicolon