HomeSort by relevance Sort by last modified time
    Searched defs:INVITE (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/javax/sip/message/
Request.java 10 String INVITE = "INVITE";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 45 public static final String INVITE = Request.INVITE;
TokenTypes.java 42 public static final int INVITE = START + 5;
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 89 private transient Object inviteTransaction; // The original invite request for a
93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
110 targetRefreshMethods.add(Request.INVITE);
116 putName(Request.INVITE);
211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
268 * methods defined in this specification, that includes only the INVITE request. For these
276 if (requestLine.getMethod().equals(Request.INVITE)
299 * Contact header is mandatory for a SIP INVITE request.
302 && (this.getMethod().equals(Request.INVITE)
305 throw new ParseException("Contact Header is Mandatory for a SIP INVITE", 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 415 dialogCreatingMethods.add(Request.INVITE);
    [all...]

Completed in 321 milliseconds