javax.sip.address |
|
Java Source File Name | Type | Comment |
Address.java | Interface | This interface represents a user's display name and URI address. |
AddressFactory.java | Interface | 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.java | Interface | The Hop interface defines a location a request can transit on the way to
its destination, i.e. |
Router.java | Interface | The Router interface may be implemented by the application to provide custom
routing logic. |
SipURI.java | Interface | This class represents SIP URIs, that may have either a sip: or
sips: scheme. |
TelURL.java | Interface | This class represents Tel URLs, which are used for addressing. |
URI.java | Interface | This class represents a generic URI. |