public class HttpRequestFactory
extends java.lang.Object
Request
s to HttpRequest
s.Constructor and Description |
---|
HttpRequestFactory() |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
createHttpRequest(Request<?> request,
ClientConfiguration clientConfiguration,
com.amazonaws.http.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, com.amazonaws.http.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 © 2018 Amazon Web Services, Inc. All Rights Reserved.