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

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 15 * Fredrik Wickstrom reported that dialog cseq counters are not incremented
195 // rfc 3261 says that the cseq header should be augmented for the new
199 CSeqHeader cSeq = (CSeqHeader) reoriginatedRequest.getHeader((CSeqHeader.NAME));
201 cSeq.setSeqNumber(cSeq.getSeqNumber() + 1l);
203 throw new SipException("Invalid CSeq -- could not increment : "
204 + cSeq.getSeqNumber());
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 219 private long cSeq;
397 this.cSeq = newOriginalRequest.getCSeq().getSeqNumber();
513 * @return the cseq of the request used to create the transaction.
516 return this.cSeq;
983 // CallID, CSeq number, and top Via
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 142 milliseconds