Read Timeout value. @return current read timeout value.
()
| 489 | * @return current read timeout value. |
| 490 | */ |
| 491 | public long readTimeout() { |
| 492 | return readTimeout; |
| 493 | } |
| 494 | |
| 495 | /** |
| 496 | * TimeUnit for the Read Timeout value. |
no outgoing calls
no test coverage detected