Home | History | Annotate | Download | only in message

Lines Matching refs:cSeq

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);
219 * @param cSeq -
220 * the new CSeqHeader object of the cSeq value of this Message.
232 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to,
235 || cSeq == null || from == null || to == null || via == null
245 sipRequest.setCSeq(cSeq);
269 * @param cSeq -
270 * the new CSeqHeader object of the cSeq value of this Message.
287 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
290 if (callId == null || cSeq == null || from == null || to == null
304 sipResponse.setCSeq(cSeq);
326 * @param cSeq -
327 * the new CSeqHeader object of the cSeq value of this Message.
344 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
347 if (callId == null || cSeq == null || from == null || to == null
355 sipResponse.setCSeq(cSeq);
378 * @param cSeq -
379 * the new CSeqHeader object of the cSeq value of this Message.
391 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
393 if (callId == null || cSeq == null || from == null || to == null
402 sipResponse.setCSeq(cSeq);
527 * @param cSeq -
528 * the new CSeqHeader object of the cSeq value of this Message.
545 String method, CallIdHeader callId, CSeqHeader cSeq,
550 || cSeq == null || from == null || to == null || via == null
559 sipRequest.setCSeq(cSeq);
581 * @param cSeq
582 * the new CSeqHeader object of the cSeq value of this Message.
599 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
602 if (callId == null || cSeq == null || from == null || to == null
615 sipResponse.setCSeq(cSeq);
637 * @param cSeq
638 * the new CSeqHeader object of the cSeq value of this Message.
655 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
658 if (callId == null || cSeq == null || from == null || to == null
671 sipResponse.setCSeq(cSeq);
722 || headerClass == CSeq.class)