Class TestInfoPassingClient


  • public class TestInfoPassingClient
    extends org.apache.commons.httpclient.HttpClient
    HttpClient extension which also passes test related headers as part of outgoing HTTP request
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int executeMethod​(org.apache.commons.httpclient.HostConfiguration hostconfig, org.apache.commons.httpclient.HttpMethod method, org.apache.commons.httpclient.HttpState state)  
      • Methods inherited from class org.apache.commons.httpclient.HttpClient

        executeMethod, executeMethod, getHost, getHostConfiguration, getHttpConnectionManager, getParams, getPort, getState, isStrictMode, setConnectionTimeout, setHostConfiguration, setHttpConnectionFactoryTimeout, setHttpConnectionManager, setParams, setState, setStrictMode, setTimeout
    • Constructor Detail

      • TestInfoPassingClient

        public TestInfoPassingClient()
    • Method Detail

      • executeMethod

        public int executeMethod​(org.apache.commons.httpclient.HostConfiguration hostconfig,
                                 org.apache.commons.httpclient.HttpMethod method,
                                 org.apache.commons.httpclient.HttpState state)
                          throws IOException
        Overrides:
        executeMethod in class org.apache.commons.httpclient.HttpClient
        Throws:
        IOException