Searched refs:MAX_CONNECTION_REFUSED_COUNT (Results 1 – 1 of 1) sorted by relevance
92 private static final int MAX_CONNECTION_REFUSED_COUNT = 3; field in RemoteInvocationExecution473 if (errorConnectCount > MAX_CONNECTION_REFUSED_COUNT) { in isStillRunning()