NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.core.NameValueList

Packages that use NameValueList
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 NameValueList in gov.nist.core
 

Methods in gov.nist.core with parameters of type NameValueList
 void NameValueList.concatenate(NameValueList other)
          Grows this name-value list by adding all the elements from the other NameValue list.
 

Uses of NameValueList in gov.nist.javax.sip.address
 

Methods in gov.nist.javax.sip.address that return NameValueList
 NameValueList SipUri.getUriParms()
          Accessor for URI parameters
 NameValueList SipUri.getQheaders()
          Accessor forSIPObjects
 

Methods in gov.nist.javax.sip.address with parameters of type NameValueList
 void TelephoneNumber.setParameters(NameValueList p)
          Set the list of parameters.
 void SipUri.setUriParms(NameValueList parms)
          Set the uriParms member
 void SipUri.setQheaders(NameValueList parms)
          Set the qheaders member
 

Uses of NameValueList in gov.nist.javax.sip.header
 

Methods in gov.nist.javax.sip.header that return NameValueList
 NameValueList Via.getViaParms()
          Accessor for the parameters field
 NameValueList ParametersHeader.getParameters()
          get the parameter list.
 NameValueList Credentials.getCredentials()
          get the parameters list.
 NameValueList Contact.getContactParms()
          get the parameters List
 NameValueList Challenge.getAuthParams()
          get AuthParms list.
 

Methods in gov.nist.javax.sip.header with parameters of type NameValueList
 void ParametersHeader.setParameters(NameValueList parameters)
          Set the parameter list.
 void Credentials.setCredentials(NameValueList c)
          Set the parameters member
 void Challenge.setAuthParams(NameValueList a)
          Set the authParams member
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.