Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MultiChannelManager (0.11 seconds)

  1. src/main/java/jcifs/smb/MultiChannelManager.java

     *
     * Manages multiple network connections for improved performance and redundancy
     * as specified in the SMB 3.x multi-channel feature.
     */
    public class MultiChannelManager {
    
        private static final Logger log = LoggerFactory.getLogger(MultiChannelManager.class);
    
        // Multi-channel configuration
        private final Configuration config;
        private final int maxChannels;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 20.5K bytes
    - Click Count (0)
Back to Top