Searched refs:NETWORKSTACK_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
49 private static final int NETWORKSTACK_TIMEOUT_MS = 10_000; field in NetworkStackClient270 if (System.currentTimeMillis() - before > NETWORKSTACK_TIMEOUT_MS) { in getRemoteConnector()