Example usage for org.apache.commons.httpclient.methods EntityEnclosingMethod subclass-usage

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

Introduction

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

Usage

From source file org.exjello.mail.ExchangeMethod.java

class ExchangeMethod extends EntityEnclosingMethod {

    private final String methodName;

    private final Map<String, String> setHeaders = new HashMap<String, String>();

From source file org.apache.jackrabbit.webdav.client.methods.DavMethodBase.java

/**
 * <code>DavMethodBase</code>...
 */
public abstract class DavMethodBase extends EntityEnclosingMethod implements DavMethod, DavConstants {

    private static Logger log = LoggerFactory.getLogger(DavMethodBase.class);

From source file org.parosproxy.paros.network.GenericMethod.java

/**
 * This class is basing on the HttpClient under Apache licence 2.0
 */
public class GenericMethod extends EntityEnclosingMethod {

    /** Log object for this class. */