/external/nist-sip/java/gov/nist/javax/sip/parser/ |
H A D | CSeqParser.java | 47 public CSeqParser(String cseq) { argument 48 super(cseq);
|
/external/nist-sip/java/javax/sip/ |
H A D | Dialog.java | 64 Request createAck(long cseq) throws InvalidArgumentException, SipException; argument
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
H A D | SIPRequest.java | 212 * 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 D | SIPResponse.java | 677 * @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 D | HeaderFactoryImpl.java | 243 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 D | SIPDialog.java | 1183 // 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 D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |