|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http
Interface HttpEntityEnclosingRequest

- All Superinterfaces:
- HttpMessage, HttpRequest
- public interface HttpEntityEnclosingRequest
- extends HttpRequest
A request with an entity.
- Since:
- 4.0
- Version:
- $Revision: 378645 $
| Method Summary | |
boolean |
expectContinue()
|
HttpEntity |
getEntity()
|
void |
setEntity(HttpEntity entity)
|
| Methods inherited from interface org.apache.http.HttpRequest |
getRequestLine |
| Methods inherited from interface org.apache.http.HttpMessage |
addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getHttpVersion, getLastHeader, getParams, headerIterator, removeHeader, removeHeaders, setHeader, setParams |
| Method Detail |
expectContinue
public boolean expectContinue()
setEntity
public void setEntity(HttpEntity entity)
getEntity
public HttpEntity getEntity()
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC