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:
createAsyncHttpClientFactory
in interfaceSdkAsyncHttpService
- Returns:
- An
SdkAsyncHttpClient.Builder
capable of creatingSdkAsyncHttpClient
instances. This factory should be thread safe.
-