public interface AlertInfoHeader extends Parameters, Header
The Alert-Info header field can introduce security risks, which are identical to the Call-Info header field risk, see section 20.9 of RFC3261. In addition, a user SHOULD be able to disable this feature selectively. This helps prevent disruptions that could result from the use of this header field by untrusted elements.
For Example:
Alert-Info:
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the AlertInfoHeader
|
Modifier and Type | Method and Description |
---|---|
URI |
getAlertInfo()
Returns the AlertInfo value of this AlertInfoHeader.
|
void |
setAlertInfo(URI alertInfo)
Sets the AlertInfo of the AlertInfoHeader to the alertInfo
parameter value.
|
getParameter, getParameterNames, removeParameter, setParameter
static final String NAME
void setAlertInfo(URI alertInfo)
alertInfo
- the new Alert Info URI of this AlertInfoHeader.URI getAlertInfo()
Copyright © 2018. All Rights Reserved.