OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIPS
(Results
1 - 6
of
6
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java
56
public static final String
SIPS
= GenericURI.
SIPS
;
Lexer.java
105
addKeyword(TokenNames.
SIPS
.toUpperCase(), TokenTypes.
SIPS
);
319
addKeyword(TokenNames.
SIPS
.toUpperCase(), TokenTypes.
SIPS
);
TokenTypes.java
145
// pmusgrave
sips
bug fix
146
public static final int
SIPS
= START + 88;
/external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java
45
public static final String
SIPS
= ParameterNames.SIPS_URI_SCHEME;
101
* this URI, for example "sip", "
sips
" or "tel".
110
* "sip" or "
sips
".
112
* @return true if the scheme is "sip" or "
sips
", false otherwise.
SipUri.java
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 th
[
all
...]
NetObject.java
59
protected static final String
SIPS
= "
sips
";
Completed in 43 milliseconds