Class SyncHttpClientWarmer

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

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