535455565758596061
this.options = options; this.prefix = prefix; } public MailProcessor(MailOptions options, String prefix, ChunkedWriter writer) { this.writer = new ChunkedWrapper(writer); this.options = options; this.prefix = prefix; }
656667686970717273
/** * This is the main constructor of {@code MailProcessor}. */ public MailProcessor(MailOptions options, String prefix, ChunkedWriter writer) { this.writer = new ChunkedWrapper(writer); this.options = options; this.prefix = prefix; }