Home | History | Annotate | Download | only in address

Lines Matching refs:SipUri

44 import javax.sip.address.SipURI;
50 * Implementation of the SipURI interface.
59 public class SipUri extends GenericURI implements javax.sip.address.SipURI , SipURIExt{
81 public SipUri() {
157 if (that instanceof SipURI) {
158 final SipURI a = this;
159 final SipURI b = (SipURI) that;
523 /** Sets the user of SipURI. The identifier of a particular resource at
713 SipUri retval = (SipUri) super.clone();
743 * in this SipURI.
832 * @return the transport paramter of the SipURI
846 * @return the value of the <code>userParam</code> of the SipURI
852 /** Returns true if this SipURI is secure i.e. if this SipURI represents a
855 * @return <code>true</code> if this SipURI represents a sips URI, and
884 * Set the host portion of the SipURI
893 /** Sets the value of the <code>lr</code> parameter of this SipURI. The lr
905 * Sets the value of the <code>maddr</code> parameter of this SipURI. The
960 * @param secure - the boolean value indicating if the SipURI is secure.
1007 /** Returns the user part of this SipURI, or null if it is not set.
1009 * @return the user part of this SipURI