@Private @Evolving
| Class | Description |
|---|---|
| ClientErrorRetryReason |
Category that can capture server-response errors for 4XX status-code.
|
| ConnectionResetRetryReason |
Category that can capture server-response errors for connection-reset exception.
|
| ConnectionTimeoutRetryReason |
Category that can capture server-response errors for connection-timeout.
|
| ReadTimeoutRetryReason |
Category that can capture server-response errors for read-timeout.
|
| RetryReasonCategory |
Provides methods to define if given exception can be categorised to certain category.
|
| ServerErrorRetryReason |
Category that can capture server-response errors for 5XX status-code.
|
| UnknownHostRetryReason |
Category that can capture server-response errors for
UnknownHostException. |
| UnknownIOExceptionRetryReason |
Category that can capture server-response errors for
IOException. |
| UnknownSocketExceptionRetryReason |
Category that can capture server-response errors for
SocketException. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.