| org.apache.commons.httpclient.TestIdleConnectionTimeout
TestIdleConnectionTimeout | public class TestIdleConnectionTimeout extends TestCase (Code) | | |
Method Summary | |
public static Test | suite() | public void | testHandler() Tests that the IdleConnectionHandler correctly closes connections. | public void | testTimeoutThread() Tests that the IdleConnectionTimeoutThread works correctly. |
TestIdleConnectionTimeout | public TestIdleConnectionTimeout()(Code) | | |
TestIdleConnectionTimeout | public TestIdleConnectionTimeout(String arg0)(Code) | | Parameters: arg0 - |
suite | public static Test suite()(Code) | | |
testHandler | public void testHandler()(Code) | | Tests that the IdleConnectionHandler correctly closes connections.
|
testTimeoutThread | public void testTimeoutThread()(Code) | | Tests that the IdleConnectionTimeoutThread works correctly.
|
|
|