|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents methods for manipulating Address object values for any header that contains a Address value.
When the header field value contains a display name encapsulated in the Address, the URI including all URI parameters is enclosed in "<" and ">". If no "<" and ">" are present, all parameters after the URI are header parameters, not URI parameters. The display name can be tokens, or a quoted string, if a larger character set is desired.
Address
,
ContactHeader
,
FromHeader
,
RecordRouteHeader
,
ReplyToHeader
,
RouteHeader
,
ToHeader
Method Summary | |
Address |
getAddress()
Gets the address parameter of this Address. |
void |
setAddress(Address address)
Sets the Address parameter of this Address. |
Method Detail |
public void setAddress(Address address)
address
- - the Address object that represents the new
address of this Address.public Address getAddress()
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |