Skip navigation links
A B C E F G H I M N O P R S T U V 

A

abort() - Method in interface software.amazon.awssdk.http.Abortable
Aborts the execution of the task.
abort() - Method in class software.amazon.awssdk.http.AbortableInputStream
 
Abortable - Interface in software.amazon.awssdk.http
An Abortable task.
AbortableCallable<T> - Interface in software.amazon.awssdk.http
Callable task that can be aborted.
AbortableInputStream - Class in software.amazon.awssdk.http
Input stream that can be aborted.
AbortableInputStream(InputStream, Abortable) - Constructor for class software.amazon.awssdk.http.AbortableInputStream
 
AbortableRunnable - Interface in software.amazon.awssdk.http.async
Runnable that can be aborted.
ACCEPTED - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 

B

BAD_GATEWAY - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
BAD_REQUEST - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
build() - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpFullRequest
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpFullResponse
 
builder() - Static method in class software.amazon.awssdk.http.SdkRequestContext
 

C

clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all headers from this builder.
clearHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Removes all headers from this builder.
clearQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all query parameters from this builder.
complete() - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when all parts of the response have been received.
ConfigurationProvider - Interface in software.amazon.awssdk.http
Interface to provide read only access to the configuration of the SdkHttpClient.
CONNECTION_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for establishing a connection to a remote service.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The content, exactly as it was configured with SdkHttpFullRequest.Builder.content(InputStream).
content(InputStream) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpFullRequest.content() to be used in the created HTTP request.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest
Returns the optional stream containing the payload data to include for this request.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The content, exactly as it was configured with SdkHttpFullResponse.Builder.content(AbortableInputStream).
content(AbortableInputStream) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpFullResponse.content() to be used in the HTTP response.
content() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse
Returns the optional stream containing the payload data returned by the service.
CONTENT_LENGTH - Static variable in class software.amazon.awssdk.http.Headers
 
contentLength() - Method in interface software.amazon.awssdk.http.async.SdkHttpRequestProvider
 
CONTINUE - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
createAsyncHttpClientFactory() - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpService
 
CREATED - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
createHttpClientFactory() - Method in interface software.amazon.awssdk.http.SdkHttpService
 
createHttpClientWithDefaults(AttributeMap) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClientFactory
Create an SdkAsyncHttpClient with service specific defaults applied.
createHttpClientWithDefaults(AttributeMap) - Method in interface software.amazon.awssdk.http.SdkHttpClientFactory
Create an SdkHttpClient with service specific defaults applied.

E

encodedPath() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.encodedPath(String).
encodedPath(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.encodedPath() to be used in the created HTTP request.
encodedPath() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the URL-encoded path that should be used in the HTTP request.
exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when an exception occurs during the request/response.

F

firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
firstMatchingHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Perform a case-insensitive search for a particular header in this request, returning the first matching header, if one is found.
FORBIDDEN - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
fromValue(String) - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
 

G

GATEWAY_TIMEOUT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in interface software.amazon.awssdk.http.ConfigurationProvider
Retrieve the current value of the configuration option, if present.
getUri() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Convert this HTTP request's protocol, host, port, path and query string into a properly-encoded URI string that matches the URI string used for AWS request signing.
GLOBAL_HTTP_DEFAULTS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 

H

header(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single header to be included in the created HTTP request.
header(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single header with multiple values to be included in the created HTTP request.
header(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Add a single header to be included in the created HTTP response.
header(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Add a single header with multiple values to be included in the created HTTP response.
Headers - Class in software.amazon.awssdk.http
Constants for commonly used HTTP headers.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP request.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpHeaders.headers() to be used in the created HTTP response.
headers() - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Returns a map of all HTTP headers in this message, sorted in case-insensitive order by their header name.
headersReceived(SdkHttpResponse) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when the initial response with headers is received.
host() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The host, exactly as it was configured with SdkHttpFullRequest.Builder.host(String).
host(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.host() to be used in the created HTTP request.
host() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the host that should be communicated with.
HttpStatusCodes - Class in software.amazon.awssdk.http
Constants for common HTTP status codes.
HttpStatusFamily - Enum in software.amazon.awssdk.http
The set of HTTP status families defined by the standard.

I

INTERNAL_SERVER_ERROR - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
isOneOf(HttpStatusFamily...) - Method in enum software.amazon.awssdk.http.HttpStatusFamily
Determine whether this HTTP status family is in the list of provided families.

M

MAX_CONNECTIONS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Maximum number of connections allowed in a connection pool.
method() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The path, exactly as it was configured with SdkHttpFullRequest.Builder.method(SdkHttpMethod).
method(SdkHttpMethod) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.method() to be used in the created HTTP request.
method() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the HTTP method (GET, POST, etc) to use when sending this request.
METHOD_NOT_ALLOWED - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
MOVED_PERMANENTLY - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
MOVED_TEMPORARILY - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 

N

name() - Method in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Note that the name is mainly used for debugging purposes.
NO_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
NOT_ACCEPTABLE - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
NOT_FOUND - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 

O

of(int) - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Retrieve the HTTP status family for the given HTTP status code.
OK - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
onComplete() - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onError(Throwable) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onNext(ByteBuffer) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 
onStream(Publisher<ByteBuffer>) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when the HTTP client is ready to start sending data to the response handler.
onSubscribe(Subscription) - Method in class software.amazon.awssdk.http.async.SimpleSubscriber
 

P

PARTIAL_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
port() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The port, exactly as it was configured with SdkHttpFullRequest.Builder.port(Integer).
port(Integer) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.port() to be used in the created HTTP request.
port() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
The port that should be used for HTTP communication.
prepareRequest(SdkHttpRequest, SdkRequestContext, SdkHttpRequestProvider, SdkHttpResponseHandler) - Method in interface software.amazon.awssdk.http.async.SdkAsyncHttpClient
Create an AbortableRunnable that can be used to execute the HTTP request.
prepareRequest(SdkHttpFullRequest, SdkRequestContext) - Method in interface software.amazon.awssdk.http.SdkHttpClient
Create a AbortableCallable that can be used to execute the HTTP request.
protocol() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
The protocol, exactly as it was configured with SdkHttpFullRequest.Builder.protocol(String).
protocol(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure a SdkHttpRequest.protocol() to be used in the created HTTP request.
protocol() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the protocol that should be used for HTTP communication.

R

rawQueryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter to be included in the created HTTP request.
rawQueryParameter(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Add a single un-encoded query parameter with multiple values to be included in the created HTTP request.
rawQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
rawQueryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Configure an SdkHttpRequest.rawQueryParameters() to be used in the created HTTP request.
rawQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns a map of all non-URL encoded parameters in this request.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Remove all values for the requested header from this builder.
removeHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Remove all values for the requested header from this builder.
removeQueryParameter(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Remove all values for the requested query parameter from this builder.
REQUEST_TIMEOUT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
REQUEST_TOO_LONG - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
RESET_CONTENT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 

S

SdkAsyncHttpClient - Interface in software.amazon.awssdk.http.async
 
SdkAsyncHttpClientFactory - Interface in software.amazon.awssdk.http.async
Interface for creating an SdkAsyncHttpClient with service specific defaults applied.
SdkAsyncHttpService - Interface in software.amazon.awssdk.http.async
Service Provider interface for Async HTTP implementations.
SdkHttpClient - Interface in software.amazon.awssdk.http
Generic interface to take a representation of an HTTP request, make the HTTP call, and return a representation of an HTTP response.
SdkHttpClientFactory - Interface in software.amazon.awssdk.http
Interface for creating an SdkHttpClient with service specific defaults applied.
SdkHttpConfigurationOption<T> - Class in software.amazon.awssdk.http
Type safe key for an HTTP related configuration option.
SdkHttpFullRequest - Interface in software.amazon.awssdk.http
An immutable HTTP request with a possible HTTP body.
SdkHttpFullRequest.Builder - Interface in software.amazon.awssdk.http
A mutable builder for SdkHttpFullRequest.
SdkHttpFullResponse - Interface in software.amazon.awssdk.http
An immutable HTTP response with a possible HTTP body.
SdkHttpFullResponse.Builder - Interface in software.amazon.awssdk.http
Builder for a DefaultSdkHttpFullResponse.
SdkHttpHeaders - Interface in software.amazon.awssdk.http
An immutable set of HTTP headers.
SdkHttpMethod - Enum in software.amazon.awssdk.http
Enum for available HTTP methods.
SdkHttpRequest - Interface in software.amazon.awssdk.http
An immutable HTTP request without access to the request body.
SdkHttpRequestProvider - Interface in software.amazon.awssdk.http.async
A Publisher of HTTP content data that allows streaming operations for asynchronous HTTP clients.
SdkHttpResponse - Interface in software.amazon.awssdk.http
An immutable HTTP response without access to the response body.
SdkHttpResponseHandler<T> - Interface in software.amazon.awssdk.http.async
Responsible for handling asynchronous http responses
SdkHttpService - Interface in software.amazon.awssdk.http
Service Provider interface for HTTP implementations.
SdkRequestContext - Class in software.amazon.awssdk.http
Container for extra dependencies needed during execution of a request.
SdkRequestContext.Builder - Class in software.amazon.awssdk.http
Builder for a SdkRequestContext.
SERVICE_UNAVAILABLE - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
SimpleSubscriber - Class in software.amazon.awssdk.http.async
Simple subscriber that does no backpressure and doesn't care about errors or completion.
SimpleSubscriber(Consumer<ByteBuffer>) - Constructor for class software.amazon.awssdk.http.async.SimpleSubscriber
 
SOCKET_TIMEOUT - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Timeout for each read to the underlying socket.
software.amazon.awssdk.http - package software.amazon.awssdk.http
 
software.amazon.awssdk.http.async - package software.amazon.awssdk.http.async
 
statusCode() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusCode(int).
statusCode(int) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusCode() to be used in the created HTTP response.
statusCode() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status code (eg.
statusText() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
The status text, exactly as it was configured with SdkHttpFullResponse.Builder.statusText(String).
statusText(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse.Builder
Configure an SdkHttpResponse.statusText() to be used in the created HTTP response.
statusText() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status text returned by the service.

T

TEMPORARY_REDIRECT - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
toString() - Method in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 

U

UNAUTHORIZED - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
USE_STRICT_HOSTNAME_VERIFICATION - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Whether or not to use strict hostname verification when establishing the SSL connection.

V

valueOf(String) - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.http.HttpStatusFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.http.SdkHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H I M N O P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.