public interface PAssociatedURIHeader extends HeaderAddress, Parameters, Header
P-Associated-URI SIP Private Header.
An associated URI is a URI that the service provider has allocated to a user for his own usage (address-of-record).
sintax (RFC 3455):
P-Associated-URI = "P-Associated-URI" HCOLON (p-aso-uri-spec) *(COMMA p-aso-uri-spec) p-aso-uri-spec = name-addr *(SEMI ai-param) ai-param = generic-param name-addr = [display-name] angle-addr angle-addr = [CFWS] "<" addr-spec ">" [CFWS] / obs-angle-addr
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of PAssociatedURIHeader
|
Modifier and Type | Method and Description |
---|---|
URI |
getAssociatedURI()
Get the address's URI
|
void |
setAssociatedURI(URI associatedURI)
Set the URI on this address
|
getAddress, setAddress
getParameter, getParameterNames, removeParameter, setParameter
static final String NAME
void setAssociatedURI(URI associatedURI) throws NullPointerException
Set the URI on this address
associatedURI
- - GenericURI to be set in the address of this headerNullPointerException
- when supplied URI is nullURI getAssociatedURI()
Get the address's URI
Copyright © 2017. All Rights Reserved.