Signals that the target server failed to respond with a valid HTTP response.
63646566676869
} @Test public void testRetryMethodNoHttpResponseException() { assertTrue(retry.retryMethod(new GetMethod(), new NoHttpResponseException(), 4)); }