|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameValue | |
gov.nist.core | Contains core classes that the rest of the implementation depends upon. |
gov.nist.javax.sip.address | Implementation of the address package of the JAIN SIP API. |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. |
Uses of NameValue in gov.nist.core |
Methods in gov.nist.core that return NameValue | |
NameValue |
NameValueList.getNameValue(String name)
Get the NameValue record given a name. |
Methods in gov.nist.core with parameters of type NameValue | |
void |
NameValueList.add(NameValue nv)
|
void |
NameValueList.set(NameValue nv)
Set a namevalue object in this list. |
Uses of NameValue in gov.nist.javax.sip.address |
Methods in gov.nist.javax.sip.address with parameters of type NameValue | |
void |
SipUri.setQHeader(NameValue nameValue)
Set the query header when provided as a name-value pair. |
void |
SipUri.setUriParameter(NameValue nameValue)
Set the parameter as given. |
Uses of NameValue in gov.nist.javax.sip.header |
Methods in gov.nist.javax.sip.header that return NameValue | |
NameValue |
AuthenticationInfo.getAuthInfo(String name)
Get the name value pair for a given authentication info parameter. |
Methods in gov.nist.javax.sip.header with parameters of type NameValue | |
void |
ParametersHeader.setParameter(NameValue nameValue)
Set the parameter given a name and value. |
void |
Credentials.setCredential(NameValue nameValue)
|
void |
Challenge.setParameter(NameValue nv)
set the specified parameter |
void |
AuthenticationInfo.add(NameValue nv)
|
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |