- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for ChannelInfo (1.49 sec)
-
src/test/java/jcifs/internal/smb2/multichannel/ChannelFailoverTest.java
} @Test void testPendingOperationRedistribution() throws Exception { // Setup pending operations failedChannel.addPendingOperation(mockOperation); ChannelInfo alternativeChannel = mock(ChannelInfo.class); when(mockLoadBalancer.selectChannel(mockOperation)).thenReturn(alternativeChannel); IOException error = new IOException("Connection failed");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 7.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
import jcifs.internal.smb2.Smb2Constants; import jcifs.internal.smb2.Smb2EncryptionContext; import jcifs.internal.smb2.Smb2SigningDigest; import jcifs.internal.smb2.lease.LeaseManager; import jcifs.internal.smb2.multichannel.ChannelInfo; import jcifs.internal.smb2.multichannel.ChannelManager; import jcifs.internal.smb2.nego.Smb2NegotiateResponse; import jcifs.internal.smb2.persistent.PersistentHandleManager;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)