Home | History | Annotate | Download | only in sip

Lines Matching refs:Response

6 import javax.sip.message.Response;
16 Dialog dialog, Response response) {
17 super(source,clientTransaction,dialog,response);
22 * Return true if this is a forked response.
24 * @return true if the response event is for a forked response.
31 * Set the original transaction for a forked response.
33 * @param originalTransaction - the original transaction for which this response event is a fork.
40 * Get the original transaction for which this is a forked response.
43 * @return the original clientTx for which this is a forked response.