Searched defs:lastResponse (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java125 protected SIPResponse lastResponse; field in class:SIPTransaction
884 return this.lastResponse;
891 return (Response) this.lastResponse;
H A DSIPDialog.java151 private SIPResponse lastResponse; field in class:SIPDialog
1443 if (this.dialogId == null && this.lastResponse != null)
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1857 if (lastResponse != null)
1858 return this.createRequest(method, this.lastResponse);
2411 this.sipStack.getStackLogger().logDebug("LAST RESPONSE = " + this.lastResponse);
2459 Via via = this.lastResponse.getTopmostVia();
2561 this.lastResponse = sipResponse;
2566 "sipDialog: setLastResponse:" + this + " lastResponse = "
2567 + this.lastResponse
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 399 milliseconds