| |
|
| org.apache.commons.httpclient.HttpClientTestBase org.apache.commons.httpclient.params.TestSSLTunnelParams
TestSSLTunnelParams | public class TestSSLTunnelParams extends HttpClientTestBase (Code) | | Tunnelling proxy configuration.
author: Oleg Kalnichevski version: $Id: TestSSLTunnelParams.java 515317 2007-03-06 21:41:04Z sebb $ |
suite | public static Test suite()(Code) | | |
testTunnellingParamsAgentLevel | public void testTunnellingParamsAgentLevel() throws IOException(Code) | | Tests correct proparation of HTTP params from the client to
CONNECT method.
|
testTunnellingParamsHostHTTP10AndMethodHTTP11 | public void testTunnellingParamsHostHTTP10AndMethodHTTP11() throws IOException(Code) | | Tests ability to use HTTP/1.0 to execute CONNECT method and HTTP/1.1 to
execute methods once the tunnel is established.
|
testTunnellingParamsHostLevel | public void testTunnellingParamsHostLevel() throws IOException(Code) | | Tests correct proparation of HTTP params from the host config to
CONNECT method.
|
|
|
|