Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testLoadBalancingStrategyProperty (0.52 seconds)

  1. src/test/java/jcifs/config/MultiChannelConfigurationTest.java

            config = new PropertyConfiguration(props);
            assertEquals(1, config.getChannelBindingPolicy());
        }
    
        @Test
        void testLoadBalancingStrategyProperty() throws CIFSException {
            Properties props = new Properties();
    
            String[] strategies = { "round_robin", "least_loaded", "weighted_random", "affinity_based", "adaptive" };
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 11:13:46 GMT 2025
    - 8.3K bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/smb2/multichannel/MultiChannelIntegrationTest.java

    Shinsuke Sugaya <******@****.***> 1755774826 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 21 11:13:46 GMT 2025
    - 8.2K bytes
    - Click Count (0)
Back to Top