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 cn.openwatch.internal.http.loopj.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.github.sardine.impl.methods.HttpPropFind.java

/**
 * Simple class for making WebDAV <code>PROPFIND</code> requests.
 *
 */
public class HttpPropFind extends HttpEntityEnclosingRequestBase {
    public static final String METHOD_NAME = "PROPFIND";

From source file com.riversandlakes.thirdutils.android_async_http.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 de.aflx.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.example.pierre.applicompanies.library_http.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.example.pierre.applicompanies.library_http.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.skydragon.gplay.loopj.android.http.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.skydragon.gplay.loopj.android.http.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.example.pierre.applicompanies.library_http.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.skydragon.gplay.loopj.android.http.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.
 */