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.zftlive.android.library.third.asynchttp.HttpDelete.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client does not implement
 * a HttpEntityEnclosingRequestBase type of HTTP DELETE method.
 * Until the Android version is updated this can serve in it's stead.
 * This implementation can and should go away when the official solution arrives.
 */

From source file com.zftlive.android.library.third.asynchttp.HttpPatch.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client does not implement
 * the HTTP PATCH method. Until the Android version is updated this can serve in it's stead.
 * This implementation can and should go away when the official solution arrives.
 */
public final class HttpPatch extends HttpEntityEnclosingRequestBase {

From source file com.googlecode.sardine.impl.methods.HttpPropFind.java

/**
 * Simple class for making WebDAV <code>PROPFIND</code> requests.
 *
 * @version $Id: HttpPropFind.java 290 2011-07-04 17:22:05Z latchkey $
 */
public class HttpPropFind extends HttpEntityEnclosingRequestBase {

From source file com.zftlive.android.library.third.asynchttp.HttpGet.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client does not implement
 * a HttpEntityEnclosingRequestBase type of HTTP GET method.
 * Until the Android version is updated this can serve in it's stead.
 * This implementation can and should go away when the official solution arrives.
 */

From source file com.amytech.android.library.utils.asynchttp.HttpDelete.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client
 * does not implement a HttpEntityEnclosingRequestBase type of HTTP DELETE
 * method. Until the Android version is updated this can serve in it's stead.
 * This implementation can and should go away when the official solution
 * arrives.

From source file com.amytech.android.library.utils.asynchttp.HttpGet.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client
 * does not implement a HttpEntityEnclosingRequestBase type of HTTP GET method.
 * Until the Android version is updated this can serve in it's stead. This
 * implementation can and should go away when the official solution arrives.
 */

From source file com.amytech.android.library.utils.asynchttp.HttpPatch.java

/**
 * The current Android (API level 21) bundled version of the Apache Http Client
 * does not implement the HTTP PATCH method. Until the Android version is
 * updated this can serve in it's stead. This implementation can and should go
 * away when the official solution arrives.
 */

From source file com.github.sardine.impl.methods.HttpLock.java

/**
 */
public class HttpLock extends HttpEntityEnclosingRequestBase {
    public static final String METHOD_NAME = "LOCK";

    public HttpLock(String url) {

From source file de.aflx.sardine.impl.methods.HttpLock.java

/**
 * @version $Id: HttpLock.java 290 2011-07-04 17:22:05Z latchkey $
 */
public class HttpLock extends HttpEntityEnclosingRequestBase {
    public static final String METHOD_NAME = "LOCK";

From source file com.googlecode.sardine.impl.methods.HttpLock.java

/**
 * @version $Id: HttpLock.java 290 2011-07-04 17:22:05Z latchkey $
 */
public class HttpLock extends HttpEntityEnclosingRequestBase {
    public static final String METHOD_NAME = "LOCK";