org.cip4.jdflib.util
Class MimeUtil.MIMEDetails

java.lang.Object
  extended by org.cip4.jdflib.util.MimeUtil.MIMEDetails
Enclosing class:
MimeUtil

public static class MimeUtil.MIMEDetails
extends Object

helper class to set mime details

Author:
prosirai

Field Summary
static String defaultTransferEncoding
          transfer encoding used when streaming body parts, May be null to specify java default behavior
 UrlUtil.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
 String transferEncoding
           
 
Constructor Summary
MimeUtil.MIMEDetails()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultTransferEncoding

public static String defaultTransferEncoding
transfer encoding used when streaming body parts, May be null to specify java default behavior


httpDetails

public UrlUtil.HTTPDetails httpDetails
http details


transferEncoding

public String transferEncoding

modifyBoundarySemicolon

public 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

Constructor Detail

MimeUtil.MIMEDetails

public MimeUtil.MIMEDetails()


Copyright © 2013. All Rights Reserved.