org.apache.http
Interface HttpRequestFactory
- All Known Implementing Classes:
- DefaultHttpRequestFactory
- public interface HttpRequestFactory
A factory for HttpRequest
objects.
- Since:
- 4.0
- Version:
- $Revision: 496070 $
- Author:
- Oleg Kalnichevski
newHttpRequest
public HttpRequest newHttpRequest(RequestLine requestline)
throws MethodNotSupportedException
- Throws:
MethodNotSupportedException
newHttpRequest
public HttpRequest newHttpRequest(java.lang.String method,
java.lang.String uri)
throws MethodNotSupportedException
- Throws:
MethodNotSupportedException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.