Home | History | Annotate | Download | only in sip

Lines Matching refs:threadPoolSize

801 		String threadPoolSize = configurationProperties
803 if (threadPoolSize != null) {
805 this.threadPoolSize = new Integer(threadPoolSize).intValue();