Searched refs:MIN_KEEPALIVE_TIMEOUT_NANOS (Results 1 – 1 of 1) sorted by relevance
35 private static final long MIN_KEEPALIVE_TIMEOUT_NANOS = TimeUnit.MILLISECONDS.toNanos(10L); field in KeepAliveManager241 return Math.max(keepAliveTimeoutInNanos, MIN_KEEPALIVE_TIMEOUT_NANOS); in clampKeepAliveTimeoutInNanos()