Class SynapseHTTPRequestFactory
- java.lang.Object
-
- org.apache.synapse.transport.http.conn.SynapseHTTPRequestFactory
-
- All Implemented Interfaces:
org.apache.http.HttpRequestFactory
public class SynapseHTTPRequestFactory extends Object implements org.apache.http.HttpRequestFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENDPOINT_URL
-
Constructor Summary
Constructors Constructor Description SynapseHTTPRequestFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpRequest
newHttpRequest(String method, String uri)
org.apache.http.HttpRequest
newHttpRequest(org.apache.http.RequestLine requestline)
-
-
-
Field Detail
-
ENDPOINT_URL
public static final String ENDPOINT_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline) throws org.apache.http.MethodNotSupportedException
- Specified by:
newHttpRequest
in interfaceorg.apache.http.HttpRequestFactory
- Throws:
org.apache.http.MethodNotSupportedException
-
-