Class TestInfoPassingClient
- java.lang.Object
-
- org.apache.commons.httpclient.HttpClient
-
- org.apache.sling.commons.testing.integration.TestInfoPassingClient
-
public class TestInfoPassingClient extends org.apache.commons.httpclient.HttpClient
HttpClient extension which also passes test related headers as part of outgoing HTTP request
-
-
Constructor Summary
Constructors Constructor Description TestInfoPassingClient()
-
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
-
-
-
-
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 classorg.apache.commons.httpclient.HttpClient
- Throws:
IOException
-
-