public static class RetryPolicyTestBase.ThrowingExceptionHttpClient extends RetryPolicyTestBase.MockHttpClient
Constructor and Description |
---|
ThrowingExceptionHttpClient(Throwable t) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpResponse |
execute(org.apache.http.client.methods.HttpUriRequest request) |
execute, execute, execute, execute, execute, execute, execute, getConnectionManager, getHttpClientConnectionManager, getParams
public ThrowingExceptionHttpClient(Throwable t)
t
- An IOException or RuntimeException object.public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest request) throws IOException, org.apache.http.client.ClientProtocolException
execute
in interface org.apache.http.client.HttpClient
execute
in class RetryPolicyTestBase.MockHttpClient
IOException
org.apache.http.client.ClientProtocolException
Copyright © 2017. All rights reserved.