Sets the time without read activity before sending a keepalive ping. An unreasonably small value might be increased, and Long.MAX_VALUE nano seconds or an unreasonably large value will disable keepalive. The typical default is two hours when supported. @throws IllegalArgumentException if ti
(long keepAliveTime, TimeUnit timeUnit)
| 255 | * @since 1.47.0 |
| 256 | */ |
| 257 | @ExperimentalApi("https://github.com/grpc/grpc-java/issues/9009") |
| 258 | public T keepAliveTime(long keepAliveTime, TimeUnit timeUnit) { |
| 259 | throw new UnsupportedOperationException(); |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Sets a time waiting for read activity after sending a keepalive ping. If the time expires |
no outgoing calls
no test coverage detected