org.apache.http.impl
Class DefaultHttpRequestFactory
java.lang.Object
   org.apache.http.impl.DefaultHttpRequestFactory
org.apache.http.impl.DefaultHttpRequestFactory
- All Implemented Interfaces: 
- HttpRequestFactory
- @Contract(threading=IMMUTABLE)
public class DefaultHttpRequestFactory 
- extends Object- implements HttpRequestFactory
Default factory for creating HttpRequest objects.
- Since:
- 4.0
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final DefaultHttpRequestFactory INSTANCE
DefaultHttpRequestFactory
public DefaultHttpRequestFactory()
newHttpRequest
public HttpRequest newHttpRequest(RequestLine requestline)
                           throws MethodNotSupportedException
- 
- Specified by:
- newHttpRequestin interface- HttpRequestFactory
 
- 
- Throws:
- MethodNotSupportedException
 
newHttpRequest
public HttpRequest newHttpRequest(String method,
                                  String uri)
                           throws MethodNotSupportedException
- 
- Specified by:
- newHttpRequestin interface- HttpRequestFactory
 
- 
- Throws:
- MethodNotSupportedException
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.