Searched refs:threadPoolSize (Results 1 – 4 of 4) sorted by relevance
77 protected int threadPoolSize; field in UDPMessageProcessor169 if (sipStack.threadPoolSize != -1) { in run()170 for (int i = 0; i < sipStack.threadPoolSize; i++) { in run()231 if (sipStack.threadPoolSize != -1) { in run()
257 if (sipStack.threadPoolSize != -1) { in run()304 if (sipStack.threadPoolSize == -1) { in run()
245 protected int threadPoolSize; field in SIPTransactionStack427 this.threadPoolSize = -1; in SIPTransactionStack()1749 this.threadPoolSize = 1; in setSingleThreaded()1760 this.threadPoolSize = size; in setThreadPoolSize()
801 String threadPoolSize = configurationProperties in SipStackImpl() local803 if (threadPoolSize != null) { in SipStackImpl()805 this.threadPoolSize = new Integer(threadPoolSize).intValue(); in SipStackImpl()