NIST SIP Parser and Stack (v1.2) API

Uses of Package
javax.sip.address

Packages that use javax.sip.address
gov.nist.javax.sip This is the root of the JAIN implementation of SIP.  
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.stack This package contains the classes for building a SIP stack.  
javax.sip This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol.  
javax.sip.header This package contains all the headers interfaces supported by this specification.  
javax.sip.message   
 

Classes in javax.sip.address used by gov.nist.javax.sip
Router
          The Router interface defines accessor methods to retrieve the default Route and Outbound Proxy of this SipStack.
 

Classes in javax.sip.address used by gov.nist.javax.sip.address
Address
          This interface represents a user's display name and URI address.
AddressFactory
          This interface provides factory methods that allow an application to create Address objects, URI's, SipURI's and TelURL's from a particular implementation of this specification.
SipURI
          This class represents SIP URIs, that may have either a sip: or sips: scheme.
TelURL
          This class represents Tel URLs, which are used for addressing.
URI
          This class represents a generic URI.
 

Classes in javax.sip.address used by gov.nist.javax.sip.header
Address
          This interface represents a user's display name and URI address.
URI
          This class represents a generic URI.
 

Classes in javax.sip.address used by gov.nist.javax.sip.stack
Address
          This interface represents a user's display name and URI address.
Hop
          The Hop interface defines a location a request can transit on the way to its destination, i.e. a route.
Router
          The Router interface defines accessor methods to retrieve the default Route and Outbound Proxy of this SipStack.
 

Classes in javax.sip.address used by javax.sip
Address
          This interface represents a user's display name and URI address.
AddressFactory
          This interface provides factory methods that allow an application to create Address objects, URI's, SipURI's and TelURL's from a particular implementation of this specification.
Router
          The Router interface defines accessor methods to retrieve the default Route and Outbound Proxy of this SipStack.
 

Classes in javax.sip.address used by javax.sip.address
Address
          This interface represents a user's display name and URI address.
Hop
          The Hop interface defines a location a request can transit on the way to its destination, i.e. a route.
SipURI
          This class represents SIP URIs, that may have either a sip: or sips: scheme.
TelURL
          This class represents Tel URLs, which are used for addressing.
URI
          This class represents a generic URI.
 

Classes in javax.sip.address used by javax.sip.header
Address
          This interface represents a user's display name and URI address.
URI
          This class represents a generic URI.
 

Classes in javax.sip.address used by javax.sip.message
URI
          This class represents a generic URI.
 


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.