JAIN-SIP 2.0 API

Uses of Package
javax.sip.address

Packages that use javax.sip.address
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.header.ims This package includes files that are relevant to the IP Multimedia System ( IMS ) 3GPP project. 
javax.sip.message This package contains the interfaces representing SIP messages. 
 

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.
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
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.header.ims
URI
          This class represents a generic URI.
 

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


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.