Example usage for org.apache.commons.httpclient HttpMethod interface-usage

List of usage examples for org.apache.commons.httpclient HttpMethod interface-usage

Introduction

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

Usage

From source file org.eclipse.mylyn.commons.net.http.CommonHttpMethod3.java

/**
 * @author Steffen Pingel
 * @since 3.7
 */
public interface CommonHttpMethod3 extends HttpMethod {

From source file com.eviware.soapui.impl.wsdl.submit.transports.http.ExtendedHttpMethod.java

public interface ExtendedHttpMethod extends HttpMethod {
    public long getMaxSize();

    public void setMaxSize(long maxSize);

    public long getResponseReadTime();

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

/**
 * <code>DavMethod</code>...
 */
public interface DavMethod extends HttpMethod {

    /**

From source file org.lockss.util.urlconn.MockHttpMethod.java

/**
 * Mock implementation of Jakarta HttpMethod
 */
public class MockHttpMethod implements HttpMethod {

    public String getName() {