Lines Matching refs:getProperty
536 .getProperty("javax.sip.IP_ADDRESS"); in SipStackImpl()
552 .getProperty("javax.sip.STACK_NAME"); in SipStackImpl()
557 .getProperty("gov.nist.javax.sip.STACK_LOGGER"); in SipStackImpl()
585 .getProperty("gov.nist.javax.sip.SERVER_LOGGER"); in SipStackImpl()
616 .getProperty("javax.sip.OUTBOUND_PROXY"); in SipStackImpl()
622 .getProperty("javax.sip.ROUTER_PATH"); in SipStackImpl()
653 .getProperty("javax.sip.USE_ROUTER_FOR_ALL_URIS"); in SipStackImpl()
664 .getProperty("javax.sip.EXTENSION_METHODS"); in SipStackImpl()
684 .getProperty("javax.net.ssl.keyStore"); in SipStackImpl()
686 .getProperty("javax.net.ssl.trustStore"); in SipStackImpl()
692 .getProperty("javax.net.ssl.keyStorePassword"); in SipStackImpl()
697 .getProperty("javax.net.ssl.keyStoreType")); in SipStackImpl()
706 .getProperty("javax.sip.AUTOMATIC_DIALOG_SUPPORT", "on") in SipStackImpl()
710 .getProperty("gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING","true") in SipStackImpl()
717 .getProperty("gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME") != null) { in SipStackImpl()
720 .getProperty("gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME")); in SipStackImpl()
731 .getProperty( in SipStackImpl()
735 this.deliverUnsolicitedNotify = configurationProperties.getProperty( in SipStackImpl()
740 .getProperty("javax.sip.FORKABLE_EVENTS"); in SipStackImpl()
760 .getProperty(NETWORK_LAYER_KEY); in SipStackImpl()
776 .getProperty(ADDRESS_RESOLVER_KEY); in SipStackImpl()
790 .getProperty("gov.nist.javax.sip.MAX_CONNECTIONS"); in SipStackImpl()
802 .getProperty("gov.nist.javax.sip.THREAD_POOL_SIZE"); in SipStackImpl()
814 .getProperty("gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS"); in SipStackImpl()
835 .getProperty("gov.nist.javax.sip.MAX_CLIENT_TRANSACTIONS"); in SipStackImpl()
855 .getProperty("gov.nist.javax.sip.CACHE_SERVER_CONNECTIONS"); in SipStackImpl()
863 .getProperty("gov.nist.javax.sip.CACHE_CLIENT_CONNECTIONS"); in SipStackImpl()
870 .getProperty("gov.nist.javax.sip.READ_TIMEOUT"); in SipStackImpl()
890 .getProperty("gov.nist.javax.sip.STUN_SERVER"); in SipStackImpl()
898 .getProperty("gov.nist.javax.sip.MAX_MESSAGE_SIZE"); in SipStackImpl()
916 .getProperty("gov.nist.javax.sip.REENTRANT_LISTENER"); in SipStackImpl()
921 .getProperty("gov.nist.javax.sip.THREAD_AUDIT_INTERVAL_IN_MILLISECS"); in SipStackImpl()
941 .getProperty( in SipStackImpl()
946 configurationProperties.getProperty( in SipStackImpl()
951 .getProperty("gov.nist.javax.sip.LOG_FACTORY"); in SipStackImpl()
970 boolean computeContentLength = configurationProperties.getProperty( in SipStackImpl()
976 String tlsClientProtocols = configurationProperties.getProperty( in SipStackImpl()
990 super.rfc2543Supported = configurationProperties.getProperty( in SipStackImpl()
995 .getProperty( in SipStackImpl()
998 super.logStackTraceOnMessageSend = configurationProperties.getProperty( in SipStackImpl()
1020 String bufferSize = configurationProperties.getProperty( in SipStackImpl()
1026 bufferSize = configurationProperties.getProperty( in SipStackImpl()
1033 .parseBoolean(configurationProperties.getProperty( in SipStackImpl()
1039 .parseBoolean(configurationProperties.getProperty( in SipStackImpl()
1043 .getProperty("gov.nist.javax.sip.REJECT_STRAY_RESPONSES", in SipStackImpl()
1046 …DeliveredForNullDialog = (Boolean.parseBoolean(configurationProperties.getProperty("gov.nist.javax… in SipStackImpl()
1051 configurationProperties.getProperty("gov.nist.javax.sip.MAX_FORK_TIME_SECONDS","0")); in SipStackImpl()