NettySdkAsyncHttpService@ThreadSafe public interface SdkAsyncHttpService
ServiceLoader to find appropriate
HTTP implementations on the classpath. HTTP implementations that wish to be discovered by the default HTTP provider chain
should implement this interface and declare that implementation as a service in the
META-INF/service/software.amazon.awssdk.http.async.SdkAsyncHttpService resource. See
SdkAsyncHttpClientFactory. Implementations must be thread safe.
| Modifier and Type | Method | Description |
|---|---|---|
SdkAsyncHttpClientFactory |
createAsyncHttpClientFactory() |
SdkAsyncHttpClientFactory createAsyncHttpClientFactory()
SdkAsyncHttpClientFactory capable of creating SdkAsyncHttpClient instances. This factory should
be thread safe.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.