public class RecipientInfoWriter extends HeaderWriter<RecipientInfo>
| Constructor and Description |
|---|
RecipientInfoWriter() |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfoWriter |
append(RecipientInfo recipientInfo)
Appends a value.
|
static String |
write(List<RecipientInfo> recipientsInfo)
Creates a via header from the given recipients info.
|
append, append, append, append, append, append, appendComment, appendExtension, appendExtension, appendParameterSeparator, appendProduct, appendQuotedPair, appendQuotedString, appendSpace, appendToken, appendUriEncoded, appendValueSeparator, canWritepublic static String write(List<RecipientInfo> recipientsInfo)
recipientsInfo - The recipients info.public RecipientInfoWriter append(RecipientInfo recipientInfo)
HeaderWriterappend in class HeaderWriter<RecipientInfo>recipientInfo - The value.Copyright © 2005–2025. All rights reserved.