Defaults to 60 seconds. 0 implies no timeout. @see java.net.HttpURLConnection#getReadTimeout()
()
| 453 | * @see java.net.HttpURLConnection#getReadTimeout() |
| 454 | */ |
| 455 | public int readTimeoutMillis() { |
| 456 | return (int) readTimeoutUnit.toMillis(readTimeout); |
| 457 | } |
| 458 | |
| 459 | /** |
| 460 | * Defaults to true. {@code false} tells the client to not follow the redirections. |
no outgoing calls