@NotThreadSafe public abstract class HttpEntityEnclosingRequestBase extends HttpRequestBase implements HttpEntityEnclosingRequest
headergroup, params
Constructor and Description |
---|
HttpEntityEnclosingRequestBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
expectContinue()
Tells if this request should use the expect-continue handshake.
|
HttpEntity |
getEntity()
Returns the entity associated with this request.
|
void |
setEntity(HttpEntity entity)
Associates the entity with this request.
|
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
getRequestLine
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
abort, isAborted
public HttpEntity getEntity()
HttpEntityEnclosingRequest
getEntity
in interface HttpEntityEnclosingRequest
public void setEntity(HttpEntity entity)
HttpEntityEnclosingRequest
setEntity
in interface HttpEntityEnclosingRequest
entity
- the entity to send.public boolean expectContinue()
HttpEntityEnclosingRequest
expectContinue
in interface HttpEntityEnclosingRequest
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class AbstractExecutionAwareRequest
java.lang.CloneNotSupportedException