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

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

Packages that use GenericURI
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.2 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.header.ims NIST-SIP Specific support for IMS headers contributed by Jose Miguel Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva Santos (PT Inovacau, Portugal). 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
 

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

Subclasses of GenericURI in gov.nist.javax.sip.address
 class SipUri
          Implementation of the SipURI interface.
 class TelURLImpl
          Implementation of the TelURL interface.
 

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

Methods in gov.nist.javax.sip.header that return GenericURI
 GenericURI RequestLine.getUri()
          get the Request-URI.
 

Methods in gov.nist.javax.sip.header with parameters of type GenericURI
 void RequestLine.setUri(GenericURI uri)
          Set the uri member.
 

Constructors in gov.nist.javax.sip.header with parameters of type GenericURI
ErrorInfo(GenericURI errorInfo)
          Constructor given the error info
RequestLine(GenericURI requestURI, String method)
          Constructor given the request URI and the method.
 

Uses of GenericURI in gov.nist.javax.sip.header.ims
 

Constructors in gov.nist.javax.sip.header.ims with parameters of type GenericURI
PAssociatedURI(GenericURI associatedURI)
          Constructor
 

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

Methods in gov.nist.javax.sip.parser that return GenericURI
 GenericURI URLParser.parse()
          Default parse method.
 GenericURI StringMsgParser.parseUrl(String url)
          Parse a uri from a string and return a URI structure for it.
 GenericURI URLParser.uriReference()
          Parse and return a structure for a generic 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.