- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for maxChannels (0.05 seconds)
-
src/test/java/jcifs/config/MultiChannelConfigurationTest.java
Properties props = new Properties(); props.setProperty("jcifs.smb.client.maxChannels", "8"); PropertyConfiguration config = new PropertyConfiguration(props); assertEquals(8, config.getMaxChannels()); props.setProperty("jcifs.smb.client.maxChannels", "1"); config = new PropertyConfiguration(props); assertEquals(1, config.getMaxChannels()); }
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) -
src/test/java/jcifs/internal/smb2/multichannel/MultiChannelIntegrationTest.java
// Setup multi-channel configuration Properties props = new Properties(); props.setProperty("jcifs.smb.client.useMultiChannel", "true"); props.setProperty("jcifs.smb.client.maxChannels", "4"); props.setProperty("jcifs.smb.client.loadBalancingStrategy", "adaptive"); props.setProperty("jcifs.smb.client.channelHealthCheckInterval", "5"); multiConfig = new PropertyConfiguration(props);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)