HomeSort by relevance Sort by last modified time
    Searched full:cseq (Results 1 - 25 of 32) sorted by null

1 2

  /external/nist-sip/java/javax/sip/header/
CSeqHeader.java 4 String NAME = "CSeq";
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
  /external/nist-sip/java/gov/nist/javax/sip/header/
CSeq.java 38 * CSeq SIP Header.
46 public class CSeq extends SIPHeader implements javax.sip.header.CSeqHeader {
66 public CSeq() {
67 super(CSEQ);
76 public CSeq(long seqno, String method) {
83 * Compare two cseq headers for equality.
85 * @return true if the two cseq headers are equals, false
135 "JAIN-SIP Exception, CSeq, setSequenceNumber(), "
139 "JAIN-SIP Exception, CSeq, setSequenceNumber(), "
159 "JAIN-SIP Exception, CSeq"
    [all...]
RAck.java 75 * Gets the CSeq sequence number of this RAckHeader.
78 * @return the integer value of the cSeq number of the RAckHeader
85 * Gets the CSeq sequence number of this RAckHeader.
87 * @return the integer value of the cSeq number of the RAckHeader
136 throw new InvalidArgumentException("Bad CSeq # " + cSeqNumber);
NameMap.java 93 putNameMap(CSEQ, CSeq.class.getName()); //8
SIPHeaderNames.java 52 public static final String CSEQ = CSeqHeader.NAME; //8
HeaderFactoryImpl.java 243 CSeq cseq = new CSeq(); local
244 cseq.setMethod(method);
245 cseq.setSeqNumber(sequenceNumber);
247 return cseq;
744 throw new InvalidArgumentException("bad cseq/rseq arg");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 104 * @param cSeq -
105 * the new CSeqHeader object of the cSeq value of this Message.
122 String method, CallIdHeader callId, CSeqHeader cSeq,
127 || cSeq == null || from == null || to == null || via == null
136 sipRequest.setCSeq(cSeq);
161 * @param cSeq -
162 * the new CSeqHeader object of the cSeq value of this Message.
179 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to,
183 || cSeq == null || from == null || to == null || via == null
194 sipRequest.setCSeq(cSeq);
    [all...]
SIPRequest.java 212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in
213 * request URI must match that in CSEQ.
311 throw new ParseException("CSEQ method mismatch with Request-Line ", 0);
350 CSeq cseq = (CSeq) this.getCSeq(); local
351 if (cseq != null) {
352 method = getCannonicalName(cseq.getMethod());
707 || nextHeader instanceof CSeq
765 * Call-ID, To, the numeric part of CSeq, and From header fields in the CANCEL reques
851 CSeq cseq = (CSeq) nextHeader.clone(); local
1178 String cseq = this.cSeqHeader.toString(); local
    [all...]
SIPResponse.java 34 import gov.nist.javax.sip.header.CSeq;
404 * Check the response structure. Must have from, to CSEQ and VIA
409 throw new ParseException(CSeq.NAME+ " Is missing ", 0);
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) {
684 String method = cseq.getMethod();
690 newRequest.setHeader(cseq);
697 || nextHeader instanceof CSeq
    [all...]
MessageExt.java 93 * Get the CSeq header or null if none present.
SIPMessage.java 36 import gov.nist.javax.sip.header.CSeq;
154 protected CSeq cSeqHeader;
620 * allowed (fpr example CSeq).
634 * duplicates and one of this type already exists (e.g. CSeq header).
706 } else if (h instanceof CSeq) {
707 this.cSeqHeader = (CSeq) h;
755 } else if (toRemove instanceof CSeq) {
794 } else if (removed instanceof CSeq) {
818 * request contain the same values in the Call-ID, CSeq, To, and From fields (with the
    [all...]
  /external/nist-sip/java/javax/sip/
Dialog.java 64 Request createAck(long cseq) throws InvalidArgumentException, SipException;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CSeqParser.java 37 * Parser for CSeq headers.
47 public CSeqParser(String cseq) {
48 super(cseq);
57 CSeq c = new CSeq();
59 this.lexer.match(TokenTypes.CSEQ);
StringMsgParser.java 631 + "CSeq: 1 SUBSCRIBE\r\n"
640 + "CSeq: 1 INVITE\r\n" + "Max-Forwards: 70\r\n"
649 + "CSeq: 1 REGISTER\r\n"
660 + "CSeq: 1 INVITE \r\n"
Lexer.java 197 addKeyword(CSeqHeader.NAME.toUpperCase(), TokenTypes.CSEQ);
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 424 int32_t cseq = mNextCSeq++; local
426 AString cseqHeader = "CSeq: ";
427 cseqHeader.append(cseq);
465 mPendingRequests.add(cseq, reply);
766 ssize_t i = request->mHeaders.indexOfKey("cseq");
771 unsigned long cseq; local
772 if (!ParseSingleUnsignedLong(value.c_str(), &cseq)) {
776 response.append("CSeq: ");
777 response.append(cseq);
829 ssize_t i = response->mHeaders.indexOfKey("cseq");
838 unsigned long cseq; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 44 * validation of CSeq and the ACK retransmission recognition are delegated to the application.
DialogFilter.java 337 * and CSeq exactly match those associated with an ongoing transaction, but the request
563 * response, and whose method, CSeq-num, and response-num in the RAck header field
564 * match, respectively, the method from the CSeq, the sequence number from the CSeq,
    [all...]
  /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/
SIPDialog.java 41 import gov.nist.javax.sip.header.CSeq;
1902 CSeq cseq = new CSeq(); local
2974 CSeq cseq = (CSeq) sipResponse.getCSeq(); local
    [all...]
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...]
UDPMessageChannel.java 37 import gov.nist.javax.sip.header.CSeq;
409 + sipMessage.getCallId() + "CSeq = "
589 || hdrClass.equals(CSeq.class)
    [all...]
MessageChannel.java 386 // We need the following headers: all Vias, CSeq, Call-ID, From, To
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 429 long cseq = ((CSeqHeader) response.getHeader(CSeqHeader.NAME)) local
431 Request ack = dialog.createAck(cseq);

Completed in 2194 milliseconds

1 2