Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for ChannelInfo (0.05 seconds)

  1. 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");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 11:13:46 GMT 2025
    - 7.7K bytes
    - Click Count (0)
  2. 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;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 68.9K bytes
    - Click Count (0)
Back to Top