Home | History | Annotate | Download | only in message

Lines Matching refs:cseq

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