Class ApacheSdkHttpService
java.lang.Object
software.amazon.awssdk.http.apache.ApacheSdkHttpService
- All Implemented Interfaces:
SdkHttpService
@SdkPublicApi
@Deprecated
public class ApacheSdkHttpService
extends Object
implements SdkHttpService
Deprecated.
Apache 4.x is in maintenance mode. Users are encouraged to switch to the
Apache 5 HTTP Client
which is feature compatible with this client.
Service binding for the Apache implementation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApacheSdkHttpService
public ApacheSdkHttpService()Deprecated.
-
-
Method Details
-
createHttpClientBuilder
Deprecated.- Specified by:
createHttpClientBuilderin interfaceSdkHttpService- Returns:
- An
SdkHttpClient.Buildercapable of creatingSdkHttpClientinstances. This factory should be thread safe.
-