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, toString
abort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
abort, isAborted
public org.apache.http.HttpEntity getEntity()
getEntity
in interface org.apache.http.HttpEntityEnclosingRequest
public void setEntity(org.apache.http.HttpEntity entity)
setEntity
in interface org.apache.http.HttpEntityEnclosingRequest
public boolean expectContinue()
expectContinue
in interface org.apache.http.HttpEntityEnclosingRequest
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractExecutionAwareRequest
java.lang.CloneNotSupportedException