Example usage for org.apache.commons.httpclient MultiThreadedHttpConnectionManager subclass-usage

List of usage examples for org.apache.commons.httpclient MultiThreadedHttpConnectionManager subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient MultiThreadedHttpConnectionManager subclass-usage.

Usage

From source file nl.nn.adapterframework.http.HttpConnectionManager.java

/**
 * @author  Gerrit van Brakel
 * @since   4.9
 */
public class HttpConnectionManager extends MultiThreadedHttpConnectionManager {
    protected Logger log = LogUtil.getLogger(this);

From source file org.bibsonomy.recommender.tags.database.IdleClosingConnectionManager.java

/**
 * @author fei
 * @version $Id: IdleClosingConnectionManager.java,v 1.3 2010-07-14 11:47:58 nosebrain Exp $
 */
public class IdleClosingConnectionManager extends MultiThreadedHttpConnectionManager {
    private static final Log log = LogFactory.getLog(IdleClosingConnectionManager.class);