|
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 SipURIExt
URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.
Method Summary | |
---|---|
boolean |
hasGrParam()
Returns whether the gr parameter is set. |
void |
removeHeader(String headerName)
Strip a specific header tacked to the URI. |
void |
removeHeaders()
Strip the headers that are tacked to the URI. |
void |
setGrParam(String value)
Sets the gr parameter. |
Method Detail |
---|
void removeHeaders()
void removeHeader(String headerName)
headerName
- -- the name of the header.boolean hasGrParam()
gr
parameter is set.
void setGrParam(String value)
gr
parameter.
value
- -- the GRUU param value.
|
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 |