Package software.amazon.awssdk.http.crt
Class AwsCrtSdkHttpService
java.lang.Object
software.amazon.awssdk.http.crt.AwsCrtSdkHttpService
- All Implemented Interfaces:
 SdkAsyncHttpService
Service binding for the AWS common runtime HTTP client implementation. Allows SDK to pick this up automatically from the
 classpath.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
AwsCrtSdkHttpService
public AwsCrtSdkHttpService() 
 - 
 - 
Method Details
- 
createAsyncHttpClientFactory
- Specified by:
 createAsyncHttpClientFactoryin interfaceSdkAsyncHttpService- Returns:
 - An 
SdkAsyncHttpClient.Buildercapable of creatingSdkAsyncHttpClientinstances. This factory should be thread safe. 
 
 -