Searched refs:processResponse (Results 1 - 9 of 9) 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...]
H A DTCPMessageChannel.java569 sipServerResponse.processResponse(sipResponse, this);
H A DTLSMessageChannel.java548 sipServerResponse.processResponse(sipResponse, this);
H A DUDPMessageChannel.java539 sipServerResponse.processResponse(sipResponse, this);
/external/nist-sip/java/javax/sip/
H A DSipListener.java7 void processResponse(ResponseEvent responseEvent); method in interface:SipListener
/external/smack/src/org/xbill/DNS/
H A DLookup.java406 processResponse(Name name, SetResponse response) { method in class:Lookup
459 processResponse(current, sr);
501 processResponse(current, sr);
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java291 sipListener.processResponse((ResponseEvent) sipEvent);
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 164 milliseconds