Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java756 final String NETWORK_LAYER_KEY = "gov.nist.javax.sip.NETWORK_LAYER"; in SipStackImpl() local
758 if (configurationProperties.containsKey(NETWORK_LAYER_KEY)) { in SipStackImpl()
760 .getProperty(NETWORK_LAYER_KEY); in SipStackImpl()