public class HttpRequestFactory extends Object
Request
s to HttpRequest
s.Constructor and Description |
---|
HttpRequestFactory() |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
createHttpRequest(Request<?> request,
ClientConfiguration clientConfiguration,
ExecutionContext context)
Creates an
HttpClient request object based on the specified AWS
request and populates any parameters, headers, etc. |
public HttpRequest createHttpRequest(Request<?> request, ClientConfiguration clientConfiguration, ExecutionContext context)
HttpClient
request object based on the specified AWS
request and populates any parameters, headers, etc. from the original
request.request
- The request to convert to an HttpClient request object.clientConfiguration
- The client configuration.context
- The execution context of the HTTP request to be executedCopyright © 2017. All rights reserved.