|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipHeaderValue
The value of the header.
| Method Summary | |
|---|---|
String |
getBaseValue()
Accessor for the header value with no parameters. |
Map<String,String> |
getParams()
Accessor for the map of header value parameters. |
String |
getParamValue(String paramName)
Accessor for the value of the specified parameter. |
boolean |
hasParam(String paramName)
Determines whether this header value contains the specified parameter name. |
| Method Detail |
|---|
String getBaseValue()
boolean hasParam(String paramName)
paramName - The name of the specified parameter.
true if the value has a parameter of the specified
name, otherwise false.String getParamValue(String paramName)
paramName - The name of the parameter to access.
Map<String,String> getParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||