Searched refs:SIP (Results 1 - 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DLexer.java104 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
313 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
315 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
318 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
H A DTokenNames.java32 * A grab bag of SIP Token names.
55 public static final String SIP = GenericURI.SIP; field in interface:TokenNames
H A DParser.java58 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";
189 * "SIP" is case insensitive
H A DTokenTypes.java40 public static final int SIP = START + 3; field in interface:TokenTypes
149 // issued by Miguel Freitas - SIP Security Agreement (RFC3329)
229 * Reviewed by: Ranga, The high priest and grand poobah of Jain-SIP
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DGenericURI.java44 public static final String SIP = ParameterNames.SIP_URI_SCHEME; field in class:GenericURI
H A DSipUri.java82 this.scheme = SIP;
92 if (scheme.compareToIgnoreCase(SIP) != 0
161 // A SIP and SIPS URI are never equivalent
440 * in SIP URLs, for example quotation marks (%22), hash (%23),
451 * parameter, recipients of SIP URLs MAY interpret the pre-@
727 * SIP/SIPS URIs may specify headers. As an example, the URI
919 * which SIP method to use in requests directed at this URI. This is
966 this.scheme = SIP;
H A DNetObject.java58 protected static final String SIP = "sip"; field in class:NetObject

Completed in 331 milliseconds