Example usage for org.apache.http.client.methods HttpEntityEnclosingRequestBase subclass-usage

List of usage examples for org.apache.http.client.methods HttpEntityEnclosingRequestBase subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.client.methods HttpEntityEnclosingRequestBase subclass-usage.

Usage

From source file com.vmware.identity.rest.core.client.methods.HttpDeleteWithBody.java

/**
 * HTTP DELETE method with body
 *
 * @see org.apache.http.client.methods.HttpDelete
 */
@NotThreadSafe // HttpEntityEnclosingRequestBase is @NotThreadSafe

From source file org.wso2.esb.httpmethodrevision.HttpDeleteWithBody.java

@NotThreadSafe
public class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase {
    public static final String METHOD_NAME = "DELETE";

    public String getMethod() {
        return METHOD_NAME;

From source file org.jboss.pnc.auth.keycloakutil.httpcomponents.HttpDelete.java

/**
 * @author <a href="mailto:mstrukel@redhat.com">Marko Strukelj</a>
 */
public class HttpDelete extends HttpEntityEnclosingRequestBase {

    public HttpDelete(final String uri) {

From source file io.restassured.internal.http.CustomHttpMethod.java

public class CustomHttpMethod extends HttpEntityEnclosingRequestBase {
    private final String methodName;

    public CustomHttpMethod(String methodName, final String uri) {
        this(methodName, URI.create(uri));
    }

From source file com.fujitsu.dc.client.http.HttpAclMethod.java

/**
 * It creates a new object of HttpAclMethod. This class is the ACL method definition class.
 */
public class HttpAclMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method Name. */

From source file com.fujitsu.dc.client.http.HttpMergeMethod.java

/**
 * It is used to created a new object of HttpMergeMethod. This class is the Merge Method Definition class.
 */
public class HttpMergeMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method name definition. */

From source file com.fujitsu.dc.client.http.HttpMkColMethod.java

/**
 * It is used to created a new object of HttpMkColMethod. This class is the MKCOL method definition class.
 */
public class HttpMkColMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method Name. */

From source file io.personium.client.http.HttpAclMethod.java

/**
 * It creates a new object of HttpAclMethod. This class is the ACL method definition class.
 */
public class HttpAclMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method Name. */

From source file io.personium.client.http.HttpMergeMethod.java

/**
 * It is used to created a new object of HttpMergeMethod. This class is the Merge Method Definition class.
 */
public class HttpMergeMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method name definition. */

From source file io.personium.client.http.HttpMkColMethod.java

/**
 * It is used to created a new object of HttpMkColMethod. This class is the MKCOL method definition class.
 */
public class HttpMkColMethod extends HttpEntityEnclosingRequestBase {
    // /** ??. */
    /** Method Name. */