Searched defs:isServer (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPResponse.java555 * @param isServer is set to true if this is the UAS
558 public String getDialogId(boolean isServer) { argument
563 if (!isServer) {
589 public String getDialogId(boolean isServer, String toTag) { argument
593 if (!isServer) {
H A DSIPRequest.java548 * @param isServer is set to true if this is the UAS and set to false if this is the UAC
550 public String getDialogId(boolean isServer) { argument
555 if (!isServer) {
585 public String getDialogId(boolean isServer, String toTag) { argument
589 if (!isServer) {
/external/nist-sip/java/javax/sip/
H A DDialog.java57 boolean isServer(); method in interface:Dialog
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp195 Connection::Connection(Identifier identifier, bool isServer, Client* client, RunLoop* clientRunLoop) argument
197 , m_isServer(isServer)
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java720 if (!isServer()) {
844 if (sipResponse.getStatusCode() / 100 == 2 && !this.isServer()) {
855 if (!isServer()) {
1242 sipStack.getStackLogger().logDebug("isServer = " + isServer());
1418 public boolean isServer() { method in class:SIPDialog
1444 this.dialogId = this.lastResponse.getDialogId(isServer());
1459 if (dialog.isServer()) {
1781 if (!isServer()) {
1889 || (this.isServer()
[all...]
H A DSIPTransactionStack.java901 * @param isServer search the server transaction table if true.
906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) { argument
909 if (isServer) {
973 public SIPTransaction findCancelTransaction(SIPRequest cancelRequest, boolean isServer) { argument
977 + "\nfindCancelRequest isServer=" + isServer);
980 if (isServer) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 148 milliseconds