| Package | Description |
|---|---|
| software.amazon.awssdk.crt.http |
| Class and Description |
|---|
| CrtHttpStreamHandler
Interface that Native code knows how to call when handling Http Request/Responses
Maps 1-1 to the Native Http API here: https://github.com/awslabs/aws-c-http/blob/master/include/aws/http/request_response.h
|
| HttpClientConnection
This class wraps aws-c-http to provide the basic HTTP request/response functionality via the AWS Common Runtime.
|
| HttpClientConnectionManager
Manages a Pool of Http Connections
|
| HttpClientConnectionManagerOptions
Contains all the configuration options for a HttpConnectionPoolManager instance
|
| HttpHeader |
| HttpHeaderBlock
Type of header block
|
| HttpProxyOptions
This class provides access to Http proxy configuration options
|
| HttpProxyOptions.HttpProxyAuthorizationType
what kind of authentication, if any, to use when connecting to a proxy server
|
| HttpRequest
Represents a single Client Request to be sent on a HTTP connection
|
| HttpStream
An HttpStream represents a single Http Request/Response pair within a HttpClientConnection, and wraps the native resources
from the aws-c-http library.
|
Copyright © 2019. All rights reserved.