@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, 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()
getEntity
in interface HttpEntityEnclosingRequest
public void setEntity(HttpEntity entity)
setEntity
in interface HttpEntityEnclosingRequest
public boolean expectContinue()
expectContinue
in interface HttpEntityEnclosingRequest
public Object clone() throws CloneNotSupportedException
clone
in class AbstractExecutionAwareRequest
CloneNotSupportedException
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.