Searched refs:readTimeout (Results 1 – 5 of 5) sorted by relevance
54 private int readTimeout; field in Pipeline107 if (this.readTimeout == -1) in startTimer()112 this.timer.schedule(this.myTimerTask, this.readTimeout); in startTimer()116 if (this.readTimeout == -1) in stopTimer()122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) { in Pipeline() argument128 this.readTimeout = readTimeout; in Pipeline()
869 String readTimeout = configurationProperties in SipStackImpl() local871 if (readTimeout != null) { in SipStackImpl()874 int rt = Integer.parseInt(readTimeout); in SipStackImpl()876 super.readTimeout = rt; in SipStackImpl()878 System.err.println("Value too low " + readTimeout); in SipStackImpl()883 getStackLogger().logError("Bad read timeout " + readTimeout); in SipStackImpl()
594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()
286 protected int readTimeout; field in SIPTransactionStack442 this.readTimeout = -1; in SIPTransactionStack()