OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:routerPath
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java
621
String
routerPath
= configurationProperties
623
if (
routerPath
== null)
624
routerPath
= "gov.nist.javax.sip.stack.DefaultRouter";
627
Class<?> routerClass = Class.forName(
routerPath
);
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
300
protected String
routerPath
;
[
all
...]
Completed in 100 milliseconds