Searched refs:getOpTimeout (Results 1 – 2 of 2) sorted by relevance
168 connection.setConnectTimeout(getOpTimeout()); // timeout for establishing the connection in createConnection()169 connection.setReadTimeout(getOpTimeout()); // timeout for receiving a read() response in createConnection()197 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetWithRetry()217 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doGetIgnoreWithRetry()236 if (getRunUtil().runEscalatingTimedRetry(getOpTimeout(), getInitialPollInterval(), in doPostWithRetry()459 public int getOpTimeout() { in getOpTimeout() method in HttpHelper
201 int getOpTimeout(); in getOpTimeout() method