|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PAssociatedURIHeader
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
Field Summary | |
---|---|
static String |
NAME
Name of PAssociatedURIHeader |
Method Summary | |
---|---|
URI |
getAssociatedURI()
Get the address's URI |
void |
setAssociatedURI(URI associatedURI)
Set the URI on this address |
Methods inherited from interface javax.sip.header.HeaderAddress |
---|
getAddress, setAddress |
Methods inherited from interface javax.sip.header.Parameters |
---|
getParameter, getParameterNames, removeParameter, setParameter |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, hashCode, toString |
Field Detail |
---|
static final String NAME
Method Detail |
---|
void setAssociatedURI(URI associatedURI) throws NullPointerException
Set the URI on this address
associatedURI
- - GenericURI to be set in the address of this header
NullPointerException
- when supplied URI is nullURI getAssociatedURI()
Get the address's URI
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |