NIST SIP Parser and Stack (v1.2) API

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.1 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

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

Subclasses of GenericURI in gov.nist.javax.sip.address
 class SipUri
          The SipUri structure.
 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
RequestLine(GenericURI requestURI, String method)
          Constructor given the request URI and the method.
ErrorInfo(GenericURI errorInfo)
          Constructor given the error info
 

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

Methods in gov.nist.javax.sip.parser that return GenericURI
 GenericURI URLParser.uriReference()
          Parse and return a structure for a generic URL.
 GenericURI URLParser.parse()
          Default parse method.
 GenericURI StringMsgParser.parseUrl(String url)
          Parse a uri from a string and return a URI structure for it.
 

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

Methods in gov.nist.javax.sip.stack that return GenericURI
 GenericURI DialogImpl.getOriginalRequestURI()
          Generate a request URI from the top of the route list.
 


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.