Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scheduleRecoveryWithTransport (1.35 sec)

  1. src/main/java/jcifs/internal/smb2/multichannel/ChannelFailover.java

                    return;
                }
                // Recovery might be viable, attempt it with pre-created transport
                if (state.shouldRetry()) {
                    scheduleRecoveryWithTransport(failedChannel, state, testTransport);
                } else {
                    // Remove channel after max retries
                    removeChannel(failedChannel);
                }
            } catch (Exception e) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 11:13:46 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top