NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.core.GenericObjectList

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

Subclasses of GenericObjectList in gov.nist.core
 class NameValueList
          Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables.
 

Methods in gov.nist.core with parameters of type GenericObjectList
 void GenericObjectList.replace(String objectText, GenericObjectList replacementObject, boolean matchSubstring)
          Do a find and replace of objects in this list.
 void GenericObjectList.replace(Match regexp, GenericObjectList replacementObject)
          Do a find and replace of objects in this list.
 void GenericObjectList.mergeObjects(GenericObjectList mergeList)
          Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList.
 void GenericObject.replace(String objectText, GenericObjectList replacement, boolean matchSubstring)
          Do a recursive find and replace of objects pointed to by this object.
 void GenericObject.replace(Match regexp, GenericObjectList replacement)
          Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching.
 

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

Subclasses of GenericObjectList in gov.nist.javax.sip.address
 class NetObjectList
          Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in NetObjects.
 

Methods in gov.nist.javax.sip.address with parameters of type GenericObjectList
 void NetObjectList.mergeObjects(GenericObjectList mergeList)
          Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList.
 void NetObjectList.replace(String objectText, GenericObjectList replacementObject, boolean matchSubstring)
          Do a recursive find and replace of objects in this list.
 void NetObject.replace(String objectText, GenericObjectList replacement, boolean matchSubstring)
          Do a find and replace of objects.
 void NetObject.replace(Match regexp, GenericObjectList replacement)
          Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching.
 

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

Subclasses of GenericObjectList in gov.nist.javax.sip.header
 class SIPObjectList
          Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in SIPObjects.
 

Methods in gov.nist.javax.sip.header with parameters of type GenericObjectList
 void SIPObjectList.mergeObjects(GenericObjectList mergeList)
          Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList.
 void SIPObjectList.replace(String objectText, GenericObjectList replacementObject, boolean matchSubstring)
          Do a recursive find and replace of objects pointed to by this object.
 void SIPObject.replace(String objectText, GenericObjectList replacement, boolean matchSubstring)
          Do a find and replace of objects.
 void SIPObject.replace(Match regexp, GenericObjectList replacement)
          Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching.
 


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.