NIST SIP Parser and Stack (v1.2) API

Uses of Interface
gov.nist.core.Match

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

Methods in gov.nist.core that return Match
 Match GenericObject.getMatcher()
          Return the match expression.
 

Methods in gov.nist.core with parameters of type Match
 void GenericObjectList.replace(Match regexp, GenericObjectList replacementObject)
          Do a find and replace of objects in this list.
 void GenericObjectList.replace(Match regexp, GenericObject replacementObject)
          Do a find and replace of objects in this list.
 void GenericObject.setMatcher(Match matchExpression)
          Set the pattern matcher.
 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.
 void GenericObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 

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

Methods in gov.nist.javax.sip.address with parameters of type Match
 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.
 void NetObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 

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

Methods in gov.nist.javax.sip.header with parameters of type Match
 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.
 void SIPObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 


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.