public abstract class HttpEntityEnclosingRequestBase extends HttpRequestBase implements org.apache.http.HttpEntityEnclosingRequest
| Modifier and Type | Field and Description |
|---|---|
private org.apache.http.HttpEntity |
entity |
| Constructor and Description |
|---|
HttpEntityEnclosingRequestBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
expectContinue() |
org.apache.http.HttpEntity |
getEntity() |
void |
setEntity(org.apache.http.HttpEntity entity) |
getConfig, getMethod, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toStringabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTriggeraddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsabort, isAbortedpublic org.apache.http.HttpEntity getEntity()
getEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic void setEntity(org.apache.http.HttpEntity entity)
setEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic boolean expectContinue()
expectContinue in interface org.apache.http.HttpEntityEnclosingRequestpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class AbstractExecutionAwareRequestjava.lang.CloneNotSupportedException