Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Hc4ConnectionMonitorTarget (0.12 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4ConnectionMonitorTarget.java

     *   <li>Logs a warning if an exception occurs during connection monitoring.</li>
     * </ul>
     *
     */
    public class Hc4ConnectionMonitorTarget implements TimeoutTarget {
        private static final Logger logger = LogManager.getLogger(Hc4ConnectionMonitorTarget.class);
    
        private final HttpClientConnectionManager clientConnectionManager;
    
        /**
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Sun Jan 04 13:09:59 GMT 2026
    - 3.3K bytes
    - Click Count (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4HttpClient.java

            }
    
            clientConnectionManager = buildConnectionManager(httpClientBuilder);
    
            connectionMonitorTask = TimeoutManager.getInstance()
                    .addTimeoutTarget(new Hc4ConnectionMonitorTarget(clientConnectionManager, idleConnectionTimeout), connectionCheckInterval,
                            true);
    
            final CloseableHttpClient closeableHttpClient = httpClientBuilder.setDnsResolver(dnsResolver)
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Fri Jan 09 23:46:52 GMT 2026
    - 54.4K bytes
    - Click Count (0)
Back to Top