Package software.amazon.awssdk.http.crt
Class AwsCrtSdkHttpService
- java.lang.Object
-
- software.amazon.awssdk.http.crt.AwsCrtSdkHttpService
-
- All Implemented Interfaces:
SdkAsyncHttpService
public class AwsCrtSdkHttpService extends Object implements SdkAsyncHttpService
Service binding for the AWS common runtime HTTP client implementation. Allows SDK to pick this up automatically from the classpath.
-
-
Constructor Summary
Constructors Constructor Description AwsCrtSdkHttpService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkAsyncHttpClient.Builder
createAsyncHttpClientFactory()
-
-
-
Method Detail
-
createAsyncHttpClientFactory
public SdkAsyncHttpClient.Builder createAsyncHttpClientFactory()
- Specified by:
createAsyncHttpClientFactory
in interfaceSdkAsyncHttpService
-
-