Searched refs:createAck (Results 1 – 5 of 5) sorted by relevance
12 Request createAck() throws SipException; in createAck() method
64 Request createAck(long cseq) throws InvalidArgumentException, SipException; in createAck() method
1125 public Request createAck() throws SipException { in createAck() method in SIPClientTransaction
2384 public Request createAck(long cseqno) throws InvalidArgumentException, SipException { in createAck() method in SIPDialog
1377 Request ackRequest = sipDialog.createAck(sipResponse.getCSeq() in processResponse()