public class SipRecipientInfoReader extends HeaderReader<SipRecipientInfo>
Constructor and Description |
---|
SipRecipientInfoReader(String header)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
addValues(Header header,
Collection<SipRecipientInfo> collection)
Adds values to the given collection.
|
String |
readIpv6Address()
Reads the next IPv6 address.
|
SipRecipientInfo |
readValue()
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, unread
public 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
IOException
public SipRecipientInfo readValue() throws IOException
HeaderReader
readValue
in class HeaderReader<SipRecipientInfo>
IOException
Copyright © 2005–2013. All rights reserved.