testClientClonesHostConfiguration() Test that HttpClient uses HostConfiguration.clone (not the copy
constructor) to copy its default HostConfiguration when preparing to
execute a method.
public void testAbsoluteURLHitWithoutDefaultHost() throws IOException(Code)
testAbsoluteURLOverridesClientDefaultHost
public void testAbsoluteURLOverridesClientDefaultHost() throws IOException(Code)
testAbsoluteURLOverridesDefaultHostParam
public void testAbsoluteURLOverridesDefaultHostParam() throws IOException(Code)
testClientClonesHostConfiguration
public void testClientClonesHostConfiguration() throws IOException(Code)
Test that HttpClient uses HostConfiguration.clone (not the copy
constructor) to copy its default HostConfiguration when preparing to
execute a method. This behavior is required to support specialized
Protocols; for example, HostConfigurationWithStickyProtocol.
See Also:org.apache.commons.httpclient.contrib.ssl.HostConfigurationWithStickyProtocol
testRelativeURLHitWithDefaultHost
public void testRelativeURLHitWithDefaultHost() throws IOException(Code)
testRelativeURLHitWithoutDefaultHost
public void testRelativeURLHitWithoutDefaultHost() throws IOException(Code)
Fields inherited from org.apache.commons.httpclient.HttpClientTestBase