- All Implemented Interfaces:
- java.lang.Cloneable, org.apache.http.client.methods.AbortableHttpRequest, org.apache.http.client.methods.Configurable, org.apache.http.client.methods.HttpExecutionAware, org.apache.http.client.methods.HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest
public class AnyEntityMethod
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
Implements any HTTP extension method, without any entity content.
The above point will maybe require to have an empty http:request/http:body
on requests with a method allowing body, but with an empty body. So at
runtime if we do not know the method, we can at least choose between the base
classes HttpRequestBase and HttpEntityEnclosingRequestBase.
- Author:
- Florent Georges