Package javax.sip.address

This package contains interfaces that represent the Addressing components of the SIP protocol.

See: Description

Package javax.sip.address Description

This package contains interfaces that represent the Addressing components of the SIP protocol. This package defines a generic URI interface that is extended by a SipURI compliant to RFC3261 and TelURL compliant to RFC 2806.  Within SIP an address is typically a URI and an optional display name, these are encapsulated in the Address interface. This specification also defines a Router interface that can be queried to sending Requests on a specific route or via an outbound proxy and a Hop interface that describes one location in a specific route.

Additionally this package contains a AddressFactory class that defines methods for creating new addressing attributes. The AddressFactory is a singleton object, which can be obtained from the SipFactory.

Copyright © 2018. All Rights Reserved.