Sets the permitted time for new connections to complete negotiation handshakes before being killed. The default value is 2 minutes. @return this @throws IllegalArgumentException if timeout is negative @throws UnsupportedOperationException if unsupported @since 1.8.0
(long timeout, TimeUnit unit)
| 240 | * @since 1.8.0 |
| 241 | */ |
| 242 | public T handshakeTimeout(long timeout, TimeUnit unit) { |
| 243 | throw new UnsupportedOperationException(); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Sets the time without read activity before sending a keepalive ping. An unreasonably small |
no outgoing calls
no test coverage detected