java.lang.Object
org.apache.http.impl.DefaultHttpRequestFactory
- All Implemented Interfaces:
- org.apache.http.HttpRequestFactory
- public class DefaultHttpRequestFactory
- extends java.lang.Object
- implements org.apache.http.HttpRequestFactory
Default implementation of a factory for creating request objects.
- Since:
- 4.0
- Version:
- $Revision: 378645 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpRequestFactory
public DefaultHttpRequestFactory()
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline)
throws org.apache.http.MethodNotSupportedException
- Specified by:
newHttpRequest in interface org.apache.http.HttpRequestFactory
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(java.lang.String method,
java.lang.String uri)
throws org.apache.http.MethodNotSupportedException
- Specified by:
newHttpRequest in interface org.apache.http.HttpRequestFactory