Uses of Class
com.amazonaws.util.FakeIOException
Packages that use FakeIOException
-
Uses of FakeIOException in com.amazonaws.http.apache.request.impl
Methods in com.amazonaws.http.apache.request.impl that throw FakeIOExceptionModifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpRequestBase
ApacheHttpRequestFactory.create
(Request<?> request, HttpClientSettings settings) -
Uses of FakeIOException in com.amazonaws.http.apache.utils
Methods in com.amazonaws.http.apache.utils that throw FakeIOExceptionModifier and TypeMethodDescriptionstatic org.apache.http.HttpEntity
ApacheUtils.newBufferedHttpEntity
(org.apache.http.HttpEntity entity) Utility function for creating a new BufferedEntity and wrapping any errors as an AmazonClientException.