Home | History | Annotate | Download | only in stack

Lines Matching refs:sendAck

932     private void sendAck(Request request, boolean throwIOExceptionAsSipException)
936 sipStack.getStackLogger().logDebug("sendAck" + this);
1841 * @see javax.sip.Dialog#sendAck(javax.sip.message.Request)
1843 public void sendAck(Request request) throws SipException {
1844 this.sendAck(request, true);
2247 this.sendAck(getLastAckSent(), false);