@NotThreadSafe public abstract class HttpEntityEnclosingRequestBase extends HttpRequestBase implements HttpEntityEnclosingRequest
headergroup, params| Constructor and Description |
|---|
HttpEntityEnclosingRequestBase() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
expectContinue() |
HttpEntity |
getEntity() |
void |
setEntity(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, waitgetRequestLineaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsabort, isAbortedpublic HttpEntity getEntity()
getEntity in interface HttpEntityEnclosingRequestpublic void setEntity(HttpEntity entity)
setEntity in interface HttpEntityEnclosingRequestpublic boolean expectContinue()
expectContinue in interface HttpEntityEnclosingRequestpublic Object clone() throws CloneNotSupportedException
clone in class AbstractExecutionAwareRequestCloneNotSupportedExceptionCopyright © 1999–2013 The Apache Software Foundation. All rights reserved.