Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ConnectionMetrics (0.07 seconds)

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

        private final AtomicLong connectionsRemoved = new AtomicLong(0);
        private final AtomicInteger activeConnections = new AtomicInteger(0);
        private final Map<String, ConnectionMetrics> connectionMetrics = new ConcurrentHashMap<>();
    
        // Proactive health monitoring
        private volatile boolean proactiveHealthCheckEnabled = true;
        private final long proactiveCheckInterval = DEFAULT_PROACTIVE_CHECK_INTERVAL;
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 33.4K bytes
    - Click Count (0)
Back to Top