Home | History | Annotate | Download | only in stack

Lines Matching refs:notifyOnRetransmit

204     private boolean notifyOnRetransmit;
294 this.notifyOnRetransmit = false;
1013 if (this.notifyOnRetransmit) {
1550 * @param notifyOnRetransmit the notifyOnRetransmit to set
1552 public void setNotifyOnRetransmit(boolean notifyOnRetransmit) {
1553 this.notifyOnRetransmit = notifyOnRetransmit;
1557 * @return the notifyOnRetransmit
1560 return notifyOnRetransmit;