Searched refs:routerPath (Results 1 – 2 of 2) sorted by relevance
621 String routerPath = configurationProperties in SipStackImpl() local623 if (routerPath == null) in SipStackImpl()624 routerPath = "gov.nist.javax.sip.stack.DefaultRouter"; in SipStackImpl()627 Class<?> routerClass = Class.forName(routerPath); in SipStackImpl()
300 protected String routerPath; field in SIPTransactionStack