| Package | Description |
|---|---|
| software.amazon.awssdk.http | |
| software.amazon.awssdk.http.async |
| Class and Description |
|---|
| Abortable
An Abortable task.
|
| AbortableInputStream
Input stream that can be aborted.
|
| ContentStreamProvider
Provides the content stream of a request.
|
| ExecutableHttpRequest
An HTTP request that can be invoked by
ExecutableHttpRequest.call(). |
| HttpExecuteRequest
Request object containing the parameters necessary to make a synchronous HTTP request.
|
| HttpExecuteRequest.Builder |
| HttpExecuteResponse |
| HttpExecuteResponse.Builder |
| HttpStatusFamily
The set of HTTP status families defined by the standard.
|
| Protocol |
| SdkHttpClient
Interface to take a representation of an HTTP request, make an HTTP call, and return a representation of an HTTP response.
|
| SdkHttpClient.Builder
Interface for creating an
SdkHttpClient with service specific defaults applied. |
| SdkHttpConfigurationOption
Type safe key for an HTTP related configuration option.
|
| SdkHttpFullRequest
An immutable HTTP request with a possible HTTP body.
|
| SdkHttpFullRequest.Builder
A mutable builder for
SdkHttpFullRequest. |
| SdkHttpFullResponse
An immutable HTTP response with a possible HTTP body.
|
| SdkHttpFullResponse.Builder
Builder for a
DefaultSdkHttpFullResponse. |
| SdkHttpHeaders
An immutable set of HTTP headers.
|
| SdkHttpMethod
Enum for available HTTP methods.
|
| SdkHttpRequest
An immutable HTTP request without access to the request body.
|
| SdkHttpRequest.Builder
A mutable builder for
SdkHttpFullRequest. |
| SdkHttpResponse
An immutable HTTP response without access to the response body.
|
| SdkHttpResponse.Builder
Builder for a
DefaultSdkHttpFullResponse. |
| SdkRequestContext
Container for extra dependencies needed during execution of a request.
|
| SdkRequestContext.Builder
Builder for a
SdkRequestContext. |
| Class and Description |
|---|
| SdkHttpRequest
An immutable HTTP request without access to the request body.
|
| SdkHttpResponse
An immutable HTTP response without access to the response body.
|
Copyright © 2019. All rights reserved.