Home | History | Annotate | Download | only in stack

Lines Matching defs:lastAckSent

180     private transient SIPRequest lastAckSent;
1264 return this.lastAckSent;
3248 * @param lastAckSent the lastAckSent to set
3250 private void setLastAckSent(SIPRequest lastAckSent) {
3251 this.lastAckSent = lastAckSent;