public abstract class HttpEntityEnclosingRequestBase extends HttpRequestBase implements HttpEntityEnclosingRequest
| Constructor and Description |
|---|
HttpEntityEnclosingRequestBase() |
| Modifier and Type | Method and Description |
|---|---|
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, toStringabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTriggeraddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRequestLineaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsabort, isAbortedpublic HttpEntity getEntity()
HttpEntityEnclosingRequestgetEntity in interface HttpEntityEnclosingRequestpublic void setEntity(HttpEntity entity)
HttpEntityEnclosingRequestsetEntity in interface HttpEntityEnclosingRequestentity - the entity to send.public boolean expectContinue()
HttpEntityEnclosingRequestexpectContinue in interface HttpEntityEnclosingRequestpublic Object clone() throws CloneNotSupportedException
clone in class AbstractExecutionAwareRequestCloneNotSupportedExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved