Uses of Interface
software.amazon.awssdk.core.internal.http.loader.HttpClientWarmer
Packages that use HttpClientWarmer
-
Uses of HttpClientWarmer in software.amazon.awssdk.core.internal.http.loader
Classes in software.amazon.awssdk.core.internal.http.loader that implement HttpClientWarmerModifier and TypeClassDescriptionfinal classWarms every asyncSdkAsyncHttpServiceon 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.final classWarms 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.