| Interface | 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
|
| Class | Description |
|---|---|
| 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 | |
| HttpProxyOptions |
This class provides access to Http proxy configuration options
|
| 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.
|
| Enum | Description |
|---|---|
| HttpHeaderBlock |
Type of header block
|
| HttpProxyOptions.HttpProxyAuthorizationType |
what kind of authentication, if any, to use when connecting to a proxy server
|
| Exception | Description |
|---|---|
| HttpException |
This exception will be thrown by any exceptional cases encountered within the
JNI bindings to the AWS Common Runtime
|
Copyright © 2019. All rights reserved.