HomeSort by relevance Sort by last modified time
    Searched refs:threadPoolSize (Results 1 - 4 of 4) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 77 protected int threadPoolSize;
169 if (sipStack.threadPoolSize != -1) {
170 for (int i = 0; i < sipStack.threadPoolSize; i++) {
231 if (sipStack.threadPoolSize != -1) {
UDPMessageChannel.java 257 if (sipStack.threadPoolSize != -1) {
304 if (sipStack.threadPoolSize == -1) {
    [all...]
SIPTransactionStack.java 245 protected int threadPoolSize;
427 this.threadPoolSize = -1;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]

Completed in 30 milliseconds