Home | History | Annotate | Download | only in address

Lines Matching refs:SIPS

89     * The scheme must be either Sip or Sips
93 && scheme.compareToIgnoreCase(SIPS) != 0)
161 // A SIP and SIPS URI are never equivalent
727 * SIP/SIPS URIs may specify headers. As an example, the URI
853 * sips URI. A sip URI returns false.
855 * @return <code>true</code> if this SipURI represents a sips URI, and
859 return this.getScheme().equalsIgnoreCase(SIPS);
862 /** This method determines if this is a URI with a scheme of "sip" or "sips".
864 * @return true if the scheme is "sip" or "sips", false otherwise.
957 /** Sets the scheme of this URI to sip or sips depending on whether the
964 this.scheme = SIPS;