Package software.amazon.awssdk.http.crt
Class AwsCrtSdkHttpService
- java.lang.Object
-
- software.amazon.awssdk.http.crt.AwsCrtSdkHttpService
-
- All Implemented Interfaces:
SdkAsyncHttpService
,SdkHttpService
public class AwsCrtSdkHttpService extends Object implements SdkAsyncHttpService, SdkHttpService
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 AwsCrtAsyncHttpClient.Builder
createAsyncHttpClientFactory()
AwsCrtHttpClient.Builder
createHttpClientBuilder()
-
-
-
Method Detail
-
createAsyncHttpClientFactory
public AwsCrtAsyncHttpClient.Builder createAsyncHttpClientFactory()
- Specified by:
createAsyncHttpClientFactory
in interfaceSdkAsyncHttpService
-
createHttpClientBuilder
public AwsCrtHttpClient.Builder createHttpClientBuilder()
- Specified by:
createHttpClientBuilder
in interfaceSdkHttpService
-
-