|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpEntityEnclosingRequest
A request with an entity.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.apache.http.HttpRequest |
---|
getRequestLine |
Methods inherited from interface org.apache.http.HttpMessage |
---|
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams |
Method Detail |
---|
boolean expectContinue()
void setEntity(HttpEntity entity)
entity
- the entity to send.HttpEntity getEntity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |