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

Uses of Package
javax.sip.address

Packages that use javax.sip.address
gov.nist.core.net Contains the Network layer classes and interfaces. 
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.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.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
javax.sip This package contains the main interfaces that model the architecture 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 This package contains the interfaces representing SIP messages. 
 

Classes in javax.sip.address used by gov.nist.core.net
Hop
          The Hop interface defines a location a request can transit on the way to its destination, i.e. a route.
 

Classes in javax.sip.address used by gov.nist.javax.sip
Hop
          The Hop interface defines a location a request can transit on the way to its destination, i.e. a route.
 

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.
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 gov.nist.javax.sip.header
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.
URI
          This class represents a generic URI.
 

Classes in javax.sip.address used by gov.nist.javax.sip.header.ims
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.message
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 may be implemented by the application to provide custom routing logic.
 

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 may be implemented by the application to provide custom routing logic.
 

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: 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.