Class ApacheHttpClient

  • All Implemented Interfaces:
    HttpClient, org.apache.http.HttpRequestInterceptor

    public class ApacheHttpClient
    extends Object
    implements HttpClient, org.apache.http.HttpRequestInterceptor
    Author:
    pthomas3
    • Constructor Detail

      • ApacheHttpClient

        public ApacheHttpClient​(ScenarioEngine engine)
    • Method Detail

      • process

        public void process​(org.apache.http.HttpRequest hr,
                            org.apache.http.protocol.HttpContext hc)
                     throws org.apache.http.HttpException,
                            IOException
        Specified by:
        process in interface org.apache.http.HttpRequestInterceptor
        Throws:
        org.apache.http.HttpException
        IOException