Home | History | Annotate | Download | only in header

Lines Matching refs:seqno

54      * seqno field
56 protected Long seqno;
73 * @param seqno is the sequence number to assign.
76 public CSeq(long seqno, String method) {
78 this.seqno = Long.valueOf(seqno);
116 return buffer.append(seqno).append(SP).append(method.toUpperCase());
142 seqno = Long.valueOf(sequenceNumber);
169 if (this.seqno == null)
172 return this.seqno.intValue();
179 return this.seqno.longValue();