Uses of Package
software.amazon.awssdk.core.internal.http.loader
Packages that use software.amazon.awssdk.core.internal.http.loader
-
Classes in software.amazon.awssdk.core.internal.http.loader used by software.amazon.awssdk.core.internal.http.loaderClassDescriptionWarms every async
SdkAsyncHttpServiceon the classpath for CRaC warm-up: builds each client and sends a best-effortGETto the resolved STS endpoint, draining the reactive response body, so the HTTP/DNS/TLS/cert-chain code is JIT-compiled into the snapshot.Warms the sync or async HTTP clients on the classpath for CRaC warm-up.Warms every HTTP client on the classpath for CRaC warm-up by invoking eachHttpClientWarmer.Warms every syncSdkHttpServiceon the classpath for CRaC warm-up: builds each client and sends a best-effortGETto the resolved STS endpoint, draining the response body, so the HTTP/DNS/TLS/cert-chain code is JIT-compiled into the snapshot.