Package software.amazon.awssdk.core.internal.http.loader
package software.amazon.awssdk.core.internal.http.loader
-
ClassDescriptionWarms 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.HttpWarmupInvokerthat owns the set ofHttpClientWarmers and invokes each.Utility to load the default HTTP client factory and create an instance ofSdkHttpClient.Utility to load the default HTTP client factory and create an instance ofSdkHttpClient.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.