NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
gov.nist.javax.sip.address.SipUri

Packages that use SipUri
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
 

Uses of SipUri in gov.nist.javax.sip.message
 

Methods in gov.nist.javax.sip.message with parameters of type SipUri
 SIPRequest SIPResponse.createRequest(SipUri requestURI, Via via, CSeq cseq, From from, To to)
          Generate a request from a response.
 

Uses of SipUri in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser that return SipUri
 SipUri StringMsgParser.parseSIPUrl(String url)
          Parse a SIP url from a string and return a URI structure for it.
 SipUri URLParser.sipURL()
          Parse and return a structure for a SIP URL.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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