Searched refs:useRouterForAll (Results 1 – 2 of 2) sorted by relevance
652 String useRouterForAll = configurationProperties in SipStackImpl() local654 this.useRouterForAll = true; in SipStackImpl()655 if (useRouterForAll != null) { in SipStackImpl()656 this.useRouterForAll = "true".equalsIgnoreCase(useRouterForAll); in SipStackImpl()
265 protected boolean useRouterForAll; field in SIPTransactionStack1779 if (this.useRouterForAll) { in getNextHop()1852 } else if (this.useRouterForAll) { in getRouter()