Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java621 String routerPath = configurationProperties in SipStackImpl() local
623 if (routerPath == null) in SipStackImpl()
624 routerPath = "gov.nist.javax.sip.stack.DefaultRouter"; in SipStackImpl()
627 Class<?> routerClass = Class.forName(routerPath); in SipStackImpl()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java300 protected String routerPath; field in SIPTransactionStack