Class AsyncHttpClientWarmer

java.lang.Object
software.amazon.awssdk.core.internal.http.loader.AsyncHttpClientWarmer
All Implemented Interfaces:
HttpClientWarmer

@SdkInternalApi public final class AsyncHttpClientWarmer extends Object implements HttpClientWarmer
Warms every async SdkAsyncHttpService on the classpath for CRaC warm-up: builds each client and sends a best-effort GET to the resolved STS endpoint, draining the reactive response body, so the HTTP/DNS/TLS/cert-chain code is JIT-compiled into the snapshot.