public interface UserAgentHeader extends Header
For Example:
User-Agent: Softphone Beta1.5
ServerHeader,
ViaHeader| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Name of UserAgentHeader
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator |
getProduct()
Returns the List of product values.
|
void |
setProduct(List product)
Sets the List of product values of the ServerHeader.
|
static final String NAME
ListIterator getProduct()
void setProduct(List product) throws ParseException
product - - a List of Strings specifying the product valuesParseException - which signals that an error has been reached
unexpectedly while parsing the List of product value strings.Copyright © 2018. All Rights Reserved.