Class CrtUtils
- java.lang.Object
-
- software.amazon.awssdk.http.crt.internal.CrtUtils
-
public final class CrtUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CRT_TLS_NEGOTIATION_ERROR_CODE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
reportMetrics(software.amazon.awssdk.crt.http.HttpClientConnectionManager connManager, MetricCollector metricCollector, long acquireStartTime)
static Throwable
wrapConnectionFailureException(Throwable throwable)
static Throwable
wrapWithIoExceptionIfRetryable(software.amazon.awssdk.crt.http.HttpException httpException)
-
-
-
Field Detail
-
CRT_TLS_NEGOTIATION_ERROR_CODE
public static final int CRT_TLS_NEGOTIATION_ERROR_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrapWithIoExceptionIfRetryable
public static Throwable wrapWithIoExceptionIfRetryable(software.amazon.awssdk.crt.http.HttpException httpException)
-
wrapConnectionFailureException
public static Throwable wrapConnectionFailureException(Throwable throwable)
-
reportMetrics
public static void reportMetrics(software.amazon.awssdk.crt.http.HttpClientConnectionManager connManager, MetricCollector metricCollector, long acquireStartTime)
-
-