Home
last modified time | relevance | path

Searched refs:isServer (Results 1 – 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPResponse.java558 public String getDialogId(boolean isServer) { in getDialogId() argument
563 if (!isServer) { in getDialogId()
589 public String getDialogId(boolean isServer, String toTag) { in getDialogId() argument
593 if (!isServer) { in getDialogId()
DSIPRequest.java550 public String getDialogId(boolean isServer) { in getDialogId() argument
555 if (!isServer) { in getDialogId()
585 public String getDialogId(boolean isServer, String toTag) { in getDialogId() argument
589 if (!isServer) { in getDialogId()
/external/nist-sip/java/javax/sip/
DDialog.java57 boolean isServer(); in isServer() method
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java720 if (!isServer()) { in setRemoteParty()
844 if (sipResponse.getStatusCode() / 100 == 2 && !this.isServer()) { in addRoute()
855 if (!isServer()) { in addRoute()
1242 sipStack.getStackLogger().logDebug("isServer = " + isServer()); in printDebugInfo()
1418 public boolean isServer() { in isServer() method in SIPDialog
1444 this.dialogId = this.lastResponse.getDialogId(isServer()); in getDialogId()
1459 if (dialog.isServer()) { in storeFirstTransactionInfo()
1781 if (!isServer()) { in setLocalParty()
1889 || (this.isServer() && this.getState().getValue() == EARLY_STATE && method in createRequest()
2951 if (!this.isServer()) { in handlePrack()
[all …]
DSIPTransactionStack.java906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) { in findTransaction() argument
909 if (isServer) { in findTransaction()
973 public SIPTransaction findCancelTransaction(SIPRequest cancelRequest, boolean isServer) { in findCancelTransaction() argument
977 + "\nfindCancelRequest isServer=" + isServer); in findCancelTransaction()
980 if (isServer) { in findCancelTransaction()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionImplTest.java49 assertTrue("Incorrect isServer", session.isServer); in testSSLSessionImplCipherSuiteSecureRandom()
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp195 Connection::Connection(Identifier identifier, bool isServer, Client* client, RunLoop* clientRunLoop) in Connection() argument
197 , m_isServer(isServer) in Connection()
DConnection.h192 Connection(Identifier, bool isServer, Client*, RunLoop* clientRunLoop);