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 de.aflx.sardine.impl.methods.HttpMkCol.java

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

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

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

From source file 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 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 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 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 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 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.github.sardine.impl.methods.HttpAcl.java

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

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

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