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.HttpRequestFactory
org.apache.http.MethodNotSupportedException
public org.apache.http.HttpRequest newHttpRequest(java.lang.String method, java.lang.String uri) throws org.apache.http.MethodNotSupportedException
newHttpRequest
in interface org.apache.http.HttpRequestFactory
org.apache.http.MethodNotSupportedException
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.