@Immutable public class DefaultHttpRequestFactoryHC4 extends java.lang.Object implements org.apache.http.HttpRequestFactory
HttpRequest objects.| Modifier and Type | Field and Description |
|---|---|
static DefaultHttpRequestFactoryHC4 |
INSTANCE |
| Constructor and Description |
|---|
DefaultHttpRequestFactoryHC4() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpRequest |
newHttpRequest(org.apache.http.RequestLine requestline) |
org.apache.http.HttpRequest |
newHttpRequest(java.lang.String method,
java.lang.String uri) |
public static final DefaultHttpRequestFactoryHC4 INSTANCE
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline)
throws org.apache.http.MethodNotSupportedException
newHttpRequest in interface org.apache.http.HttpRequestFactoryorg.apache.http.MethodNotSupportedExceptionpublic org.apache.http.HttpRequest newHttpRequest(java.lang.String method,
java.lang.String uri)
throws org.apache.http.MethodNotSupportedException
newHttpRequest in interface org.apache.http.HttpRequestFactoryorg.apache.http.MethodNotSupportedExceptionCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.