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

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

Introduction

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

Usage

From source file ws.antonov.config.consumer.mock.MockHttpMethod.java

/**
 * Copyright 2011 Alex Antonov
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *

From source file org.mule.transport.http.PatchMethod.java

public class PatchMethod extends HttpMethodBase {
    public PatchMethod() {
        super();
    }

    public PatchMethod(String uri) throws IllegalArgumentException, IllegalStateException {

From source file org.sakaiproject.nakamura.docproxy.url.HttpAnyMethod.java

/** Allows any HTTP method for HtttpClient */
public class HttpAnyMethod extends HttpMethodBase {
    private final String methodName;

    public HttpAnyMethod(String methodName, String uri) {
        super(uri);

From source file org.apache.sling.commons.testing.integration.HttpAnyMethod.java

/** Allows any HTTP method for HtttpClient */
public class HttpAnyMethod extends HttpMethodBase {
    private final String methodName;

    public HttpAnyMethod(String methodName, String uri) {
        super(uri);

From source file com.sixdimensions.wcm.cq.dao.webdav.HttpAnyMethod.java

/**
 * Allows any HTTP method for HttpClient.
 * 
 */
public class HttpAnyMethod extends HttpMethodBase {
    private final String methodName;

From source file com.springsource.insight.plugin.apache.http.hc3.HttpPlaceholderMethod.java

/**
 * Placeholder {@link HttpMethod} implementation used in the <code>around</code>
 * advice in case a <code>null</code> value was passed in order to generate a
 * valid operation / frame anyway. <B>Note:</B> the actual method call is allowed
 * to proceed using the original (<code>null</code>) argument, and (hopefully) an
 * exception will be generated by the code (but not by our aspect) and will be

From source file org.apache.webdav.lib.methods.MkcolMethod.java

/**
 * The MKCOL method is used to create a new collection. All DAV compliant
 * resources must support the MKCOL method.  Collections are merely
 * the HTTP name for structures like directories or folders (and, in
 * fact, often map directly to a folder or directory on the web server.
 *

From source file org.apache.webdav.lib.methods.HttpRequestBodyMethodBase.java

/**
 * PUT Method.
 *
 *
 * @since 1.0
 */

From source file smartrics.rest.client.MockRestClient.java

class HttpMethodClassCannotBeInstantiated extends HttpMethodBase {
    private HttpMethodClassCannotBeInstantiated() {

    }

    @Override

From source file org.pengyou.client.lib.methods.HttpRequestBodyMethodBase.java

/**
 * PUT Method.
 *
 *
 * @since 1.0
 */