Defaults to true. false tells the client to not follow the redirections. @see HttpURLConnection#getFollowRedirects()
()
| 462 | * @see HttpURLConnection#getFollowRedirects() |
| 463 | */ |
| 464 | public boolean isFollowRedirects() { |
| 465 | return followRedirects; |
| 466 | } |
| 467 | |
| 468 | /** |
| 469 | * Connect Timeout Value. |
no outgoing calls