|
|||||||||
| 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 HttpResponseFactory

- public interface HttpResponseFactory
A factory for HttpResponse objects.
- Since:
- 4.0
- Version:
- $Revision: 378645 $
| Method Summary | |
HttpResponse |
newHttpResponse(HttpVersion ver,
int status)
|
HttpResponse |
newHttpResponse(StatusLine statusline)
|
| Method Detail |
newHttpResponse
public HttpResponse newHttpResponse(HttpVersion ver, int status)
newHttpResponse
public HttpResponse newHttpResponse(StatusLine statusline)
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC