Searched refs:HTTP_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
25 private static final int HTTP_TIMEOUT_MS = 8000; field in AsyncHttpURLConnection66 connection.setConnectTimeout(HTTP_TIMEOUT_MS); in sendHttpMessage()67 connection.setReadTimeout(HTTP_TIMEOUT_MS); in sendHttpMessage()