Searched refs:isServer (Results 1 - 10 of 10) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DDialog.java57 boolean isServer(); method in interface:Dialog
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSessionImplTest.java49 assertTrue("Incorrect isServer", session.isServer);
/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/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp195 Connection::Connection(Identifier identifier, bool isServer, Client* client, RunLoop* clientRunLoop) argument
197 , m_isServer(isServer)
H A DConnection.h192 Connection(Identifier, bool isServer, Client*, RunLoop* clientRunLoop);
/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 1221 milliseconds