Uses of Class
com.amazonaws.util.FakeIOException
-
Packages that use FakeIOException Package Description com.amazonaws.http.apache.request.impl com.amazonaws.http.apache.utils -
-
Uses of FakeIOException in com.amazonaws.http.apache.request.impl
Methods in com.amazonaws.http.apache.request.impl that throw FakeIOException Modifier and Type Method Description org.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 FakeIOException Modifier and Type Method Description static 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.
-