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

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

Introduction

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

Usage

From source file org.zaproxy.zap.ZapHttpConnection.java

/**
 * Custom {@link HttpConnection} that exposes its socket and avoids closing.
 */
public class ZapHttpConnection extends HttpConnection {

    /**

From source file org.globus.axis.transport.commons.ExtendedHttpConnection.java

public class ExtendedHttpConnection extends HttpConnection {

    private static Log logger = LogFactory.getLog(ExtendedHttpConnection.class);

    private boolean staleChecking = true;
    private boolean fromPool = false;

From source file com.exalead.io.failover.HttpConnectionAdapter.java

/**
 * A helper HttpConnection wrapper that ensures a connection cannot be used
 * once released.
 */
class HttpConnectionAdapter extends HttpConnection {
    // the wrapped connection

From source file domderrien.wrapper.UrlFetch.UrlFetchHttpConnection.java

public class UrlFetchHttpConnection extends HttpConnection {

    private static URLFetchService urlFS = URLFetchServiceFactory.getURLFetchService();

    private HostConfiguration hostConfiguration;
    private HTTPRequest _request;