public class SynapseHTTPRequestFactory
extends java.lang.Object
implements org.apache.http.HttpRequestFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENDPOINT_URL |
| Constructor and Description |
|---|
SynapseHTTPRequestFactory() |
| 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 java.lang.String ENDPOINT_URL
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 © 2005-2021 Apache Software Foundation. All Rights Reserved.