Class MimeUtil.MIMEDetails

  • Enclosing class:
    MimeUtil

    public static class MimeUtil.MIMEDetails
    extends java.lang.Object
    helper class to set mime details
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      MIMEDetails()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • defaultTransferEncoding

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

        public HTTPDetails httpDetails
        http details
      • transferEncoding

        public java.lang.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

      • MIMEDetails

        public MIMEDetails()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object