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