Searched refs:handshakeTimeoutMillis (Results 1 – 2 of 2) sorted by relevance
95 private final long handshakeTimeoutMillis; field in ServerImpl145 this.handshakeTimeoutMillis = builder.handshakeTimeoutMillis; in ServerImpl()380 if (handshakeTimeoutMillis != Long.MAX_VALUE) { in init()382 .schedule(new TransportShutdownNow(), handshakeTimeoutMillis, TimeUnit.MILLISECONDS); in init()
103 long handshakeTimeoutMillis = DEFAULT_HANDSHAKE_TIMEOUT_MILLIS; field in AbstractServerImplBuilder200 handshakeTimeoutMillis = unit.toMillis(timeout); in handshakeTimeout()