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.
|
abort, getMethod, getProtocolVersion, getRequestLine, getURI, isAborted, setConnectionRequest, setReleaseTrigger, setURI
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestLine
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
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 HttpRequestBase
java.lang.CloneNotSupportedException