Lines Matching refs:configurationProperties
532 public SipStackImpl(Properties configurationProperties) in SipStackImpl() argument
535 String address = configurationProperties in SipStackImpl()
551 String name = configurationProperties in SipStackImpl()
556 String stackLoggerClassName = configurationProperties in SipStackImpl()
568 stackLogger.setStackProperties(configurationProperties); in SipStackImpl()
584 String serverLoggerClassName = configurationProperties in SipStackImpl()
598 serverLogger.setStackProperties(configurationProperties); in SipStackImpl()
615 this.outboundProxy = configurationProperties in SipStackImpl()
621 String routerPath = configurationProperties in SipStackImpl()
652 String useRouterForAll = configurationProperties in SipStackImpl()
663 String extensionMethods = configurationProperties in SipStackImpl()
683 String keyStoreFile = configurationProperties in SipStackImpl()
685 String trustStoreFile = configurationProperties in SipStackImpl()
691 String keyStorePassword = configurationProperties in SipStackImpl()
696 configurationProperties in SipStackImpl()
705 super.isAutomaticDialogSupportEnabled = configurationProperties in SipStackImpl()
709 super.isAutomaticDialogErrorHandlingEnabled = configurationProperties in SipStackImpl()
716 if (configurationProperties in SipStackImpl()
719 .parseInt(configurationProperties in SipStackImpl()
730 this.deliverTerminatedEventForAck = configurationProperties in SipStackImpl()
735 this.deliverUnsolicitedNotify = configurationProperties.getProperty( in SipStackImpl()
739 String forkedSubscriptions = configurationProperties in SipStackImpl()
758 if (configurationProperties.containsKey(NETWORK_LAYER_KEY)) { in SipStackImpl()
759 String path = configurationProperties in SipStackImpl()
774 if (configurationProperties.containsKey(ADDRESS_RESOLVER_KEY)) { in SipStackImpl()
775 String path = configurationProperties in SipStackImpl()
789 String maxConnections = configurationProperties in SipStackImpl()
801 String threadPoolSize = configurationProperties in SipStackImpl()
813 String serverTransactionTableSize = configurationProperties in SipStackImpl()
834 String clientTransactionTableSize = configurationProperties in SipStackImpl()
854 String flag = configurationProperties in SipStackImpl()
862 String cacheflag = configurationProperties in SipStackImpl()
869 String readTimeout = configurationProperties in SipStackImpl()
889 String stunAddr = configurationProperties in SipStackImpl()
897 String maxMsgSize = configurationProperties in SipStackImpl()
915 String rel = configurationProperties in SipStackImpl()
920 String interval = configurationProperties in SipStackImpl()
940 configurationProperties in SipStackImpl()
946 configurationProperties.getProperty( in SipStackImpl()
950 String messageLogFactoryClasspath = configurationProperties in SipStackImpl()
970 boolean computeContentLength = configurationProperties.getProperty( in SipStackImpl()
976 String tlsClientProtocols = configurationProperties.getProperty( in SipStackImpl()
990 super.rfc2543Supported = configurationProperties.getProperty( in SipStackImpl()
994 super.cancelClientTransactionChecked = configurationProperties in SipStackImpl()
998 super.logStackTraceOnMessageSend = configurationProperties.getProperty( in SipStackImpl()
1003 "created Sip stack. Properties = " + configurationProperties); 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()
1042 super.checkBranchId = Boolean.parseBoolean(configurationProperties in SipStackImpl()
1046 …logTerminatedEventDeliveredForNullDialog = (Boolean.parseBoolean(configurationProperties.getProper… in SipStackImpl()
1051 configurationProperties.getProperty("gov.nist.javax.sip.MAX_FORK_TIME_SECONDS","0")); in SipStackImpl()