Searched refs:cseq (Results 1 - 12 of 12) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DCSeqParser.java47 public CSeqParser(String cseq) { argument
48 super(cseq);
/external/nist-sip/java/javax/sip/
H A DDialog.java64 Request createAck(long cseq) throws InvalidArgumentException, SipException; argument
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in
350 CSeq cseq = (CSeq) this.getCSeq();
351 if (cseq != null) {
352 method = getCannonicalName(cseq.getMethod());
851 CSeq cseq = (CSeq) nextHeader.clone();
853 cseq.setMethod(Request.ACK);
856 nextHeader = cseq;
1178 String cseq = this.cSeqHeader.toString();
1186 return new StringBuffer().append(requestUri).append(":").append(fromTag).append(":").append(cseq).append(":")
H A DSIPResponse.java677 * @param cseq -- the CSeq header to assign to the request
682 public SIPRequest createRequest(SipUri requestURI, Via via, CSeq cseq, From from, To to) { argument
684 String method = cseq.getMethod();
690 newRequest.setHeader(cseq);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java243 CSeq cseq = new CSeq();
244 cseq.setMethod(method);
245 cseq.setSeqNumber(sequenceNumber);
247 return cseq;
744 throw new InvalidArgumentException("bad cseq/rseq arg");
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java1183 // JvB: Acceptable iff remoteCSeq < cseq. remoteCSeq==-1
1622 * @param lCseq is the local cseq number.
1638 * @param rCseq is the remote cseq number.
1657 * Get the remote sequence number (for cseq assignment of outgoing requests within this
1669 * Get the local sequence number (for cseq assignment of outgoing requests within this
1902 CSeq cseq = new CSeq();
1904 cseq.setMethod(method);
1905 cseq.setSeqNumber(this.getLocalSeqNumber());
1932 SIPRequest sipRequest = sipResponse.createRequest(sipUri, via, cseq, from, to);
1954 cseq
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 289 milliseconds