|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.http.impl.DefaultHttpRequestFactory
Default implementation of a factory for creating request objects.
| Constructor Summary | |
DefaultHttpRequestFactory()
|
|
| Method Summary | |
HttpRequest |
newHttpRequest(RequestLine requestline)
|
HttpRequest |
newHttpRequest(java.lang.String method,
java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultHttpRequestFactory()
| Method Detail |
public HttpRequest newHttpRequest(RequestLine requestline)
throws MethodNotSupportedException
newHttpRequest in interface HttpRequestFactoryMethodNotSupportedException
public HttpRequest newHttpRequest(java.lang.String method,
java.lang.String uri)
throws MethodNotSupportedException
newHttpRequest in interface HttpRequestFactoryMethodNotSupportedException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||