Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java77 protected int threadPoolSize; field in UDPMessageProcessor
169 if (sipStack.threadPoolSize != -1) { in run()
170 for (int i = 0; i < sipStack.threadPoolSize; i++) { in run()
231 if (sipStack.threadPoolSize != -1) { in run()
DUDPMessageChannel.java257 if (sipStack.threadPoolSize != -1) { in run()
304 if (sipStack.threadPoolSize == -1) { in run()
DSIPTransactionStack.java245 protected int threadPoolSize; field in SIPTransactionStack
427 this.threadPoolSize = -1; in SIPTransactionStack()
1749 this.threadPoolSize = 1; in setSingleThreaded()
1760 this.threadPoolSize = size; in setThreadPoolSize()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java801 String threadPoolSize = configurationProperties in SipStackImpl() local
803 if (threadPoolSize != null) { in SipStackImpl()
805 this.threadPoolSize = new Integer(threadPoolSize).intValue(); in SipStackImpl()