- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for completeReconnect (0.2 sec)
-
src/main/java/jcifs/internal/smb2/persistent/HandleReconnector.java
*/ private CompletableFuture<HandleInfo> attemptReconnect(HandleInfo info, int attempt, Exception originalCause) { if (attempt >= maxRetries) { handleManager.completeReconnect(info.getPath(), false); return CompletableFuture.failedFuture(new IOException( "Failed to reconnect after " + maxRetries + " attempts. " + "Original cause: " + originalCause.getMessage(),Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 8.5K bytes - Viewed (1)