HttpMessage, HttpRequestBasicHttpEntityEnclosingRequestpublic interface HttpEntityEnclosingRequest extends HttpRequest
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsgetRequestLineboolean expectContinue()
void setEntity(HttpEntity entity)
entity - the entity to send.HttpEntity getEntity()