Package | Description |
---|---|
software.amazon.awssdk.http | |
software.amazon.awssdk.http.async |
Modifier and Type | Interface and Description |
---|---|
interface |
SdkHttpFullResponse
An immutable HTTP response with a possible HTTP body.
|
Modifier and Type | Method and Description |
---|---|
SdkHttpResponse |
HttpExecuteResponse.httpResponse() |
Modifier and Type | Method and Description |
---|---|
HttpExecuteResponse.Builder |
HttpExecuteResponse.Builder.response(SdkHttpResponse response)
Set the HTTP response to be executed by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
SdkHttpResponseHandler.headersReceived(SdkHttpResponse response)
Called when the initial response with headers is received.
|
void |
SdkAsyncHttpResponseHandler.onHeaders(SdkHttpResponse headers)
Called when the headers have been received.
|
Copyright © 2020. All rights reserved.