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

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

Introduction

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

Usage

From source file org.eclipse.aether.transport.http.HttpMkCol.java

/**
 * WebDAV MKCOL request to create parent directories.
 */
final class HttpMkCol extends HttpRequestBase {

    HttpMkCol(URI uri) {

From source file com.sap.core.odata.testutil.helper.HttpMerge.java

@NotThreadSafe
public class HttpMerge extends HttpRequestBase {

    public final static String METHOD_NAME = "MERGE";

    public HttpMerge() {

From source file com.sap.core.odata.testutil.helper.HttpSomethingUnsupported.java

@NotThreadSafe
public class HttpSomethingUnsupported extends HttpRequestBase {

    public final static String METHOD_NAME = "SOMETHING_UNSUPPORTED";

    public HttpSomethingUnsupported() {

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

/**
 *
 * @author mcevoyb
 */
public class MkColMethod extends HttpRequestBase {

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

/**
 *
 * @author mcevoyb
 */
class CopyMethod extends HttpRequestBase {

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

/**
 *
 * @author mcevoyb
 */
class MoveMethod extends HttpRequestBase {

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

/**
 *
 * @author mcevoyb
 */
public class UnLockMethod extends HttpRequestBase {

From source file org.olat.core.commons.services.webdav.HttpCopy.java

/**
 * 
 * Initial date: 11.11.2013<br>
 * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
 *
 */

From source file org.olat.core.commons.services.webdav.HttpMkcol.java

/**
 * 
 * Initial date: 11.11.2013<br>
 * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
 *
 */

From source file org.olat.core.commons.services.webdav.HttpMove.java

/**
 * 
 * Initial date: 11.11.2013<br>
 * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
 *
 */