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

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
 
abort() - Method in interface software.amazon.awssdk.http.async.SdkRequestChannel
Signify that this request should be aborted.
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.SdkHttpFullResponse.Builder
 
build() - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
builder() - Static method in interface software.amazon.awssdk.http.SdkHttpFullResponse
 
builder() - Static method in class software.amazon.awssdk.http.SdkRequestContext
 

C

clearQueryParameters() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all query parameters from the builder.
complete() - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when all parts of the response have been received.
complete() - Method in interface software.amazon.awssdk.http.async.SdkRequestChannel
Signify that all data has been written and this request is complete.
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(InputStream) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Sets the HTTP content for the builder.
content(AbortableInputStream) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
content(InputStream) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
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

endpoint(URI) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Sets the endpoint for the builder.
equals(Object) - Method in class software.amazon.awssdk.http.HandlerContextKey
 
exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when an exception occurs during the request/response.

F

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.
getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Returns the optional stream containing the payload data to include for this request.
getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest
Returns the optional stream containing the payload data to include for this request.
getContent() - Method in interface software.amazon.awssdk.http.SdkHttpFullResponse
Returns the input stream containing the response content.
getEndpoint() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
getFirstHeaderValue(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Gets the first value of the given header, if it's present.
getHeaders() - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Returns the HTTP headers returned with this object.
getHttpMethod() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the HTTP method (GET, POST, etc) to use when sending this request.
getName() - Method in class software.amazon.awssdk.http.HandlerContextKey
 
getParameters() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns a map of all parameters in this request.
getResourcePath() - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Returns the path to the resource being requested.
getStatusCode() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status code (ex: 200, 404, etc) associated with this response.
getStatusText() - Method in interface software.amazon.awssdk.http.SdkHttpResponse
Returns the HTTP status text associated with this response.
getValuesForHeader(String) - Method in interface software.amazon.awssdk.http.SdkHttpHeaders
Returns the list of values for a given header.
GLOBAL_HTTP_DEFAULTS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
 

H

handlerContext(HandlerContextKey<T>, T) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds to the handler context for the builder.
handlerContext(HandlerContextKey<T>) - Method in interface software.amazon.awssdk.http.SdkHttpRequest
Gets context from the request.
HandlerContextKey<T> - Class in software.amazon.awssdk.http
A type safe key used for setting and retrieving context in a SdkHttpFullRequest object.
HandlerContextKey(Class<T>, String) - Constructor for class software.amazon.awssdk.http.HandlerContextKey
 
hashCode() - Method in class software.amazon.awssdk.http.HandlerContextKey
 
header(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the header to the builder.
header(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the header values to the builder.
header(String, List<String>) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
Headers - Class in software.amazon.awssdk.http
Constants for commonly used HTTP headers.
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the headers to the builder.
headers(Map<String, List<String>>) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
headersReceived(SdkHttpResponse) - Method in interface software.amazon.awssdk.http.async.SdkHttpResponseHandler
Called when the initial response with headers is received.
httpMethod(SdkHttpMethod) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Sets the SdkHttpMethod for the builder.
HttpStatusCodes - Class in software.amazon.awssdk.http
Constants for common HTTP status codes.
HttpStatusCodes() - Constructor for class software.amazon.awssdk.http.HttpStatusCodes
 

I

INTERNAL_SERVER_ERROR - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 

M

MAX_CONNECTIONS - Static variable in class software.amazon.awssdk.http.SdkHttpConfigurationOption
Maximum number of connections allowed in a connection pool.
METHOD_NOT_ALLOWED - Static variable in class software.amazon.awssdk.http.HttpStatusCodes
 
metrics(AwsRequestMetrics) - Method in class software.amazon.awssdk.http.SdkRequestContext.Builder
 
metrics() - Method in class software.amazon.awssdk.http.SdkRequestContext
 
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

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
 
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.

Q

queryParameter(String, String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the query parameter to the builder.
queryParameter(String, List<String>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the query parameter with multiple values to the builder.
queryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Adds the query parameters to the builder.

R

removeQueryParameter(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Removes all values for the query paramter from the 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
 
resourcePath(String) - Method in interface software.amazon.awssdk.http.SdkHttpFullRequest.Builder
Sets the resource path on the builder.

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
Represents a request being sent to an Amazon Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc.
SdkHttpFullRequest.Builder - Interface in software.amazon.awssdk.http
Builder interface for SdkHttpFullRequest.
SdkHttpFullResponse - Interface in software.amazon.awssdk.http
Generic representation of an HTTP response.
SdkHttpFullResponse.Builder - Class in software.amazon.awssdk.http
Builder for a DefaultSdkHttpFullResponse.
SdkHttpHeaders - Interface in software.amazon.awssdk.http
 
SdkHttpMethod - Enum in software.amazon.awssdk.http
Enum for available HTTP methods.
SdkHttpRequest - Interface in software.amazon.awssdk.http
 
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
 
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.
SdkRequestChannel - Interface in software.amazon.awssdk.http.async
A object that allows writing data to an open socket.
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(int) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 
statusText(String) - Method in class software.amazon.awssdk.http.SdkHttpFullResponse.Builder
 

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.SdkHttpMethod
Returns the enum constant of this type with the specified name.
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.

W

write(ByteBuffer) - Method in interface software.amazon.awssdk.http.async.SdkRequestChannel
Write data to the socket.
A B C E F G H I M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.