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

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

Introduction

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

Usage

From source file org.openlaszlo.utils.LZDeleteMethod.java

/**
 * Special get method that overrides the unfortunate cookie processing in the
 * httpclient 2.0-rc1 library.
 */
public class LZDeleteMethod extends DeleteMethod {
    @Override

From source file org.jbpm.formbuilder.server.mock.MockDeleteMethod.java

public class MockDeleteMethod extends DeleteMethod {

    public MockDeleteMethod() {
        super();
    }

From source file smartrics.rest.fitnesse.fixture.support.http.DeleteMethod.java

/**
 * Delete method, enhanced with support of query parameters.
 * 
 * @author smartrics
 * 
 */