|
JSIP API v1.2 November 2006 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserAgentHeader
The User-Agent header field contains information about the UAC originating the request. This is for statistical purposes, the tracing of protocol violations, and automated recognition of user agents for the sake of tailoring Responses to avoid particular user agent limitations. However revealing the specific software version of the user agent might allow the user agent to become more vulnerable to attacks against software that is known to contain security holes. Implementers SHOULD make the User-Agent header field a configurable option.
For Example:
User-Agent: Softphone Beta1.5
ServerHeader
,
ViaHeader
Field Summary | |
---|---|
static java.lang.String |
NAME
Name of UserAgentHeader |
Method Summary | |
---|---|
java.util.ListIterator |
getProduct()
Returns the List of product values. |
void |
setProduct(java.util.List product)
Sets the List of product values of the ServerHeader. |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, hashCode, toString |
Field Detail |
---|
static final java.lang.String NAME
Method Detail |
---|
java.util.ListIterator getProduct()
void setProduct(java.util.List product) throws java.text.ParseException
product
- - a List of Strings specifying the product values
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the List of product value strings.
|
JSIP API v1.2 November 2006 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |