@Deprecated public class SipRecipientInfoReader extends HeaderReader<SipRecipientInfo>
| Constructor and Description |
|---|
SipRecipientInfoReader(String header)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addValues(Header header,
Collection<SipRecipientInfo> collection)
Deprecated.
Adds values to the given collection.
|
String |
readIpv6Address()
Deprecated.
Reads the next IPv6 address.
|
SipRecipientInfo |
readValue()
Deprecated.
Read the next value.
|
addValues, canAdd, createParameter, createParameter, mark, peek, read, readActualNamedValue, readComment, readDate, readDigits, readHeader, readHeader, readNamedValue, readParameter, readQuotedString, readRawText, readRawValue, readToken, readValues, reset, skipParameterSeparator, skipSpaces, skipValueSeparator, unreadpublic SipRecipientInfoReader(String header)
header - The header to read.public static void addValues(Header header, Collection<SipRecipientInfo> collection)
header - The header to read.collection - The collection to update.public String readIpv6Address() throws IOException
IOExceptionpublic SipRecipientInfo readValue() throws IOException
HeaderReaderreadValue in class HeaderReader<SipRecipientInfo>IOExceptionCopyright © 2005–2015. All rights reserved.