Searched defs:processResponse (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DServerResponseInterface.java33 * Salvador Rey Calatayud suggested adding a parameter to the processRequest/processResponse
41 * and then calls processResponse on the newly created SIPServerResponse
59 public void processResponse( method in interface:ServerResponseInterface
72 public void processResponse( method in interface:ServerResponseInterface
H A DSIPClientTransaction.java499 public synchronized void processResponse(SIPResponse transactionResponse, method in class:SIPClientTransaction
525 * JvB: this is now duplicate with code in the other processResponse
617 respondTo.processResponse(transactionResponse, this, sipDialog);
624 respondTo.processResponse(transactionResponse, this, sipDialog);
638 respondTo.processResponse(transactionResponse, this, sipDialog);
644 respondTo.processResponse(transactionResponse, this, sipDialog);
767 respondTo.processResponse(transactionResponse, this, dialog);
778 respondTo.processResponse(transactionResponse, this, dialog);
803 respondTo.processResponse(transactionResponse, this, dialog);
823 respondTo.processResponse(transactionRespons
1358 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { method in class:SIPClientTransaction
[all...]
/external/nist-sip/java/javax/sip/
H A DSipListener.java7 void processResponse(ResponseEvent responseEvent); method in interface:SipListener
/external/nist-sip/java/gov/nist/javax/sip/
H A DDialogFilter.java1117 public void processResponse(SIPResponse response, MessageChannel incomingMessageChannel, method in class:DialogFilter
1266 * @see gov.nist.javax.sip.stack.ServerResponseInterface#processResponse(gov.nist.javax.sip.message.SIPResponse,
1269 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { method in class:DialogFilter

Completed in 107 milliseconds