List of usage examples for org.apache.http.client.methods HttpRequestBase subclass-usage
From source file org.olat.core.commons.services.webdav.HttpPropFind.java
/**
*
* Initial date: 14.05.2013<br>
* @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
*
*/
From source file org.olat.core.commons.services.webdav.HttpUnlock.java
/**
*
* Initial date: 11.11.2013<br>
* @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
*
*/
From source file com.ettrema.httpclient.RangedGetMethod.java
/**
* Implements the HTTP GET method.
* <p>
* The HTTP GET method is defined in section 9.3 of
* <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
* <blockquote>
From source file com.sun.identity.proxy.client.NonEntityRequest.java
/**
* A request that does not enclose an entity, suitable for submission to the
* Apache HttpComponents Client.
*
* @author Paul C. Bryan
*/
From source file io.milton.httpclient.RangedGetMethod.java
/**
* Implements the HTTP GET method.
* <p>
* The HTTP GET method is defined in section 9.3 of
* <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
* <blockquote>
From source file org.apache.olingo.odata2.testutil.helper.HttpMerge.java
@NotThreadSafe public class HttpMerge extends HttpRequestBase { public final static String METHOD_NAME = "MERGE"; public HttpMerge() {
From source file org.apache.olingo.odata2.testutil.helper.HttpSomethingUnsupported.java
@NotThreadSafe public class HttpSomethingUnsupported extends HttpRequestBase { public final static String METHOD_NAME = "SOMETHING_UNSUPPORTED"; public HttpSomethingUnsupported() {
From source file com.android.idtt.http.client.HttpRequest.java
/** * Author: wyouflf * Date: 13-7-26 * Time: ?2:49 */ public class HttpRequest extends HttpRequestBase implements HttpEntityEnclosingRequest {
From source file org.robolectric.shadows.httpclient.HttpRedirect.java
/**
* Redirect request (can be either GET or HEAD).
*
* @since 4.0
*/
@NotThreadSafe
From source file com.adis.tools.http.client.HttpRequest.java
/** * Author: wyouflf * Date: 13-7-26 * Time: ?2:49 */ public class HttpRequest extends HttpRequestBase implements HttpEntityEnclosingRequest {