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.ikilun.http.HttpOther.java

public class HttpOther extends HttpEntityEnclosingRequestBase {
    private String method;

    public HttpOther(HttpMethod method) {
        super();
        this.method = method.name();

From source file io.milton.httpclient.ReportMethod.java

/**
 *
 * @author brad
 */
public class ReportMethod extends HttpEntityEnclosingRequestBase {

From source file com.ettrema.httpclient.PropFindMethod.java

/**
 *
 * @author mcevoyb
 */
public class PropFindMethod extends HttpEntityEnclosingRequestBase {

From source file another.planet.clutch.util.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be

From source file csic.ceab.movelab.beepath.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be

From source file com.fheebiy.http.lite.apache.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be

From source file com.herokuapp.sportstat.sportstat.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be

From source file com.litesuits.http.impl.apache.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be

From source file io.milton.httpclient.LockMethod.java

/**
 *
 * @author mcevoyb
 */
public class LockMethod extends HttpEntityEnclosingRequestBase {
    private final int timeout;

From source file com.jenwis.litehttp_gradle.core.http.impl.apache.HttpPatch.java

/**
 * HTTP PATCH method.
 * <p>
 * The HTTP PATCH method is defined in <a
 * href="http://tools.ietf.org/html/rfc5789">RF5789</a>: <blockquote> The PATCH
 * method requests that a set of changes described in the request entity be