T - Request class that is accepted by the underlying http client.@Beta public interface HttpRequestFactory<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | create(Request<?> request,
      HttpClientSettings settings)A factory method for creating http requests accepted by the underlying
 http client from the sdk request objects. | 
T create(Request<?> request, HttpClientSettings settings) throws IOException
request - sdk request object.settings - configuration to be set for the http request.IOExceptionCopyright © 2019. All rights reserved.