org.apache.http.impl
Class DefaultHttpRequestFactory

java.lang.Object
  extended by 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

Field Summary
static DefaultHttpRequestFactory INSTANCE
           
 
Constructor Summary
DefaultHttpRequestFactory()
           
 
Method Summary
 HttpRequest newHttpRequest(RequestLine requestline)
           
 HttpRequest newHttpRequest(String method, String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultHttpRequestFactory INSTANCE
Constructor Detail

DefaultHttpRequestFactory

public DefaultHttpRequestFactory()
Method Detail

newHttpRequest

public HttpRequest newHttpRequest(RequestLine requestline)
                           throws MethodNotSupportedException
Specified by:
newHttpRequest in interface HttpRequestFactory
Throws:
MethodNotSupportedException

newHttpRequest

public HttpRequest newHttpRequest(String method,
                                  String uri)
                           throws MethodNotSupportedException
Specified by:
newHttpRequest in interface HttpRequestFactory
Throws:
MethodNotSupportedException


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.