Class SynapseHTTPRequestFactory

  • All Implemented Interfaces:
    org.apache.http.HttpRequestFactory

    public class SynapseHTTPRequestFactory
    extends Object
    implements org.apache.http.HttpRequestFactory
    • Constructor Detail

      • SynapseHTTPRequestFactory

        public SynapseHTTPRequestFactory()
    • Method Detail

      • newHttpRequest

        public org.apache.http.HttpRequest newHttpRequest​(org.apache.http.RequestLine requestline)
                                                   throws org.apache.http.MethodNotSupportedException
        Specified by:
        newHttpRequest in interface org.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:
        newHttpRequest in interface org.apache.http.HttpRequestFactory
        Throws:
        org.apache.http.MethodNotSupportedException