Home
last modified time | relevance | path

Searched refs:useRouterForAll (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java652 String useRouterForAll = configurationProperties in SipStackImpl() local
654 this.useRouterForAll = true; in SipStackImpl()
655 if (useRouterForAll != null) { in SipStackImpl()
656 this.useRouterForAll = "true".equalsIgnoreCase(useRouterForAll); in SipStackImpl()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java265 protected boolean useRouterForAll; field in SIPTransactionStack
1779 if (this.useRouterForAll) { in getNextHop()
1852 } else if (this.useRouterForAll) { in getRouter()