Home | History | Annotate | Download | only in sip

Lines Matching defs:readTimeout

869 		String readTimeout = configurationProperties
871 if (readTimeout != null) {
874 int rt = Integer.parseInt(readTimeout);
876 super.readTimeout = rt;
878 System.err.println("Value too low " + readTimeout);
883 getStackLogger().logError("Bad read timeout " + readTimeout);