Package org.apache.http
Interface HttpRequestFactory
- All Known Implementing Classes:
DefaultHttpRequestFactory
public interface HttpRequestFactory
A factory for
HttpRequest
objects.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionnewHttpRequest
(String method, String uri) newHttpRequest
(RequestLine requestline)
-
Method Details
-
newHttpRequest
- Throws:
MethodNotSupportedException
-
newHttpRequest
- Throws:
MethodNotSupportedException
-