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

- public interface HttpRequestFactory
A factory for HttpRequest objects.
- Since:
- 4.0
- Version:
- $Revision: 390874 $
| Method Summary | |
HttpRequest |
newHttpRequest(RequestLine requestline)
|
HttpRequest |
newHttpRequest(java.lang.String method,
java.lang.String uri)
|
| Method Detail |
newHttpRequest
public HttpRequest newHttpRequest(RequestLine requestline) throws MethodNotSupportedException
newHttpRequest
public HttpRequest newHttpRequest(java.lang.String method, java.lang.String uri) throws MethodNotSupportedException
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC