Uses of Class
software.amazon.awssdk.crt.http.HttpException
-
Packages that use HttpException Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpException in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpException Modifier and Type Method Description static boolean
HttpClientConnection. isErrorRetryable(HttpException exception)
Certain exceptions thrown by this HTTP API are from invalid boundary conditions that, if the request isn't altered, will never succeed.
-