Package | Description |
---|---|
software.amazon.awssdk.http | |
software.amazon.awssdk.http.async | |
software.amazon.awssdk.internal.http |
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() . |
FileStoreTlsKeyManagersProvider
Implementation of
FileStoreTlsKeyManagersProvider that loads a the
key store from a file. |
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 . |
SystemPropertyTlsKeyManagersProvider
Implementation of
TlsKeyManagersProvider that gets the information
about the KeyStore to load from the system properties. |
TlsKeyManagersProvider
Provider for the
key managers to be used by the SDK when
creating the SSL context. |
TlsTrustManagersProvider
Provider for the
trust managers to be used by the SDK when
creating the SSL context. |
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.
|
Class and Description |
---|
TlsKeyManagersProvider
Provider for the
key managers to be used by the SDK when
creating the SSL context. |
Copyright © 2021. All rights reserved.