Package org.apache.http
Interface HttpRequestFactory
- 
- All Known Implementing Classes:
 DefaultHttpRequestFactory
public interface HttpRequestFactoryA factory forHttpRequestobjects.- Since:
 - 4.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequestnewHttpRequest(java.lang.String method, java.lang.String uri)HttpRequestnewHttpRequest(RequestLine requestline) 
 - 
 
- 
- 
Method Detail
- 
newHttpRequest
HttpRequest newHttpRequest(RequestLine requestline) throws MethodNotSupportedException
- Throws:
 MethodNotSupportedException
 
- 
newHttpRequest
HttpRequest newHttpRequest(java.lang.String method, java.lang.String uri) throws MethodNotSupportedException
- Throws:
 MethodNotSupportedException
 
 - 
 
 -