OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIP
(Results
1 - 9
of
9
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java
26
package gov.nist.javax.
sip
.parser;
30
import gov.nist.javax.
sip
.header.extensions.*;
32
import gov.nist.javax.
sip
.header.ims.*;
34
import javax.
sip
.header.*;
104
addKeyword(TokenNames.
SIP
.toUpperCase(), TokenTypes.
SIP
);
313
addKeyword(TokenNames.
SIP
.toUpperCase(), TokenTypes.
SIP
);
315
addKeyword(TokenNames.
SIP
.toUpperCase(), TokenTypes.
SIP
);
[
all
...]
TokenNames.java
26
package gov.nist.javax.
sip
.parser;
27
import javax.
sip
.message.Request;
28
import gov.nist.javax.
sip
.address.*;
29
import gov.nist.javax.
sip
.header.*;
32
* A grab bag of
SIP
Token names.
42
gov.nist.javax.
sip
.header.ParameterNames,
43
gov.nist.javax.
sip
.address.ParameterNames {
55
public static final String
SIP
= GenericURI.
SIP
;
111
* Moved some changes from jain-
sip
-1.2 to java.ne
[
all
...]
Parser.java
26
package gov.nist.javax.
sip
.parser;
58
Token tok = lexer.match(
SIP
);
59
if (!tok.getTokenValue().equalsIgnoreCase("
SIP
"))
60
createParseException("Expecting
SIP
");
64
createParseException("Expecting
SIP
/2.0");
66
return "
SIP
/2.0";
164
* Moved some changes from jain-
sip
-1.2 to java.net
189
* "
SIP
" is case insensitive
TokenTypes.java
26
package gov.nist.javax.
sip
.parser;
40
public static final int
SIP
= START + 3;
149
// issued by Miguel Freitas -
SIP
Security Agreement (RFC3329)
229
* Reviewed by: Ranga, The high priest and grand poobah of Jain-
SIP
287
* Moved some changes from jain-
sip
-1.2 to java.net
/external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java
26
package gov.nist.javax.
sip
.address;
29
import javax.
sip
.address.URI;
39
public class GenericURI extends NetObject implements javax.
sip
.address.URI {
44
public static final String
SIP
= ParameterNames.SIP_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
29
package gov.nist.javax.
sip
.address;
42
import javax.
sip
.PeerUnavailableException;
43
import javax.
sip
.SipFactory;
44
import javax.
sip
.address.SipURI;
45
import javax.
sip
.header.Header;
46
import javax.
sip
.header.HeaderFactory;
59
public class SipUri extends GenericURI implements javax.
sip
.address.SipURI , SipURIExt{
82
this.scheme =
SIP
;
89
* The scheme must be either
Sip
or Sips
92
if (scheme.compareToIgnoreCase(
SIP
) !=
[
all
...]
NetObject.java
29
package gov.nist.javax.
sip
.address;
58
protected static final String
SIP
= "
sip
";
157
* and non-
sip
fields that are non null are matched for equality.
/frameworks/base/docs/html/resources/
resources-data.js
634
en: '
SIP
Demo'
637
en: 'A demo application highlighting how to make internet-based calls with the
SIP
API.'
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java
95
SIP
,
[
all
...]
Completed in 270 milliseconds