Sets the read timeout in milliseconds. @param readTimeout the read timeout
(long readTimeout)
| 232 | * @param readTimeout the read timeout |
| 233 | */ |
| 234 | public void setReadTimeout(long readTimeout) { |
| 235 | this.readTimeout = readTimeout; |
| 236 | } |
| 237 | |
| 238 | |
| 239 | /** |
no outgoing calls
no test coverage detected