NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sip.address.SipURI

Packages that use SipURI
gov.nist.javax.sip.address Implementation of the address package of the JAIN SIP API. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol.  
 

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

Classes in gov.nist.javax.sip.address that implement SipURI
 class SipUri
          The SipUri structure.
 

Methods in gov.nist.javax.sip.address that return SipURI
 SipURI AddressFactoryImpl.createSipURI(String uri)
          create a sip uri.
 SipURI AddressFactoryImpl.createSipURI(String user, String host)
          Create a SipURI
 

Uses of SipURI in javax.sip.address
 

Methods in javax.sip.address that return SipURI
 SipURI AddressFactory.createSipURI(String user, String host)
          Creates a SipURI based on the given user and host components.
 


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.