Class SynapseHTTPRequestFactory
java.lang.Object
org.apache.synapse.transport.http.conn.SynapseHTTPRequestFactory
- All Implemented Interfaces:
org.apache.http.HttpRequestFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.HttpRequestnewHttpRequest(String method, String uri) org.apache.http.HttpRequestnewHttpRequest(org.apache.http.RequestLine requestline)
-
Field Details
-
ENDPOINT_URL
- See Also:
-
-
Constructor Details
-
SynapseHTTPRequestFactory
public SynapseHTTPRequestFactory()
-
-
Method Details
-
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(org.apache.http.RequestLine requestline) throws org.apache.http.MethodNotSupportedException - Specified by:
newHttpRequestin interfaceorg.apache.http.HttpRequestFactory- Throws:
org.apache.http.MethodNotSupportedException
-
newHttpRequest
public org.apache.http.HttpRequest newHttpRequest(String method, String uri) throws org.apache.http.MethodNotSupportedException - Specified by:
newHttpRequestin interfaceorg.apache.http.HttpRequestFactory- Throws:
org.apache.http.MethodNotSupportedException
-