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

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

Introduction

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

Usage

From source file net.packet.http.methods.HttpDelete.java

/**
 * Custom delete HTTP client method with Payload support.
 * 
 * @author Jeevanandam M. (https://github.com/jeevatkm)
 * @since v1.0.0
 */

From source file com.palominolabs.crm.sf.rest.HttpPatch.java

class HttpPatch extends HttpPost {

    HttpPatch(URI uri) {
        super(uri);
    }

From source file nz.co.jsrsolutions.tideservice.scraper.provider.AbstractEasyTideHttpPost.java

public abstract class AbstractEasyTideHttpPost extends HttpPost {

    public AbstractEasyTideHttpPost(URI uri, String viewState) {

        super(uri);

From source file com.teamlazerbeez.crm.sf.rest.HttpPatch.java

class HttpPatch extends HttpPost {

    HttpPatch(URI uri) {
        super(uri);
    }

From source file com.googlesource.gerrit.plugins.its.rtc.network.HttpPatch.java

public class HttpPatch extends HttpPost {

    public HttpPatch() {
        super();
    }

From source file com.microsoft.windowsazure.core.pipeline.apache.CustomHttpDelete.java

public class CustomHttpDelete extends HttpPost {
    public CustomHttpDelete(String url) {
        super(url);
    }

    @Override

From source file com.googlesource.gerrit.plugins.hooks.rtc.network.HttpPatch.java

public class HttpPatch extends HttpPost {

    public HttpPatch() {
        super();
    }

From source file org.whispercomm.c2dm4j.impl.C2dmHttpPost.java

/**
 * Encapsulates an HTTP POST request to the C2DM service. This class is
 * responsible for constructing the request from a {@link Message} instance.
 * 
 * @author David R. Bild
 * 

From source file co.aurasphere.botmill.fb.internal.util.network.HttpDeleteWithBody.java

/**
 * Utility class used to represent a DELETE request with a body (like a POST
 * does).
 * 
 * @author Donato Rimenti
 * 

From source file securitytools.veracode.http.request.GetBuildListRequest.java

/**
 * 
 *
 * @author Adam Parsons
 * @version 0.0.1, 05/15/14
 * @since 1.0.0