Http2ClientConnection.Http2ErrorCode |
|
Http2ConnectionSetting |
|
Http2ConnectionSetting.ID |
Predefined settings identifiers (RFC-7540 6.5.2).
|
Http2ConnectionSettingListBuilder |
|
Http2Request |
Represents a single Client Request to be sent on a HTTP connection
|
Http2Stream |
An HttpStream represents a single HTTP/2 specific Http Request/Response.
|
Http2StreamManager |
Manages a Pool of HTTP/2 Streams.
|
Http2StreamManagerOptions |
Contains all the configuration options for a Http2StreamManager
instance
|
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
|
HttpException |
This exception will be thrown by any exceptional cases encountered within the
JNI bindings to the AWS Common Runtime
|
HttpHeader |
A wrapper class for http header key-value pairs
|
HttpHeaderBlock |
Type of header block.
|
HttpManagerMetrics |
|
HttpMonitoringOptions |
This class provides access to basic http connection monitoring controls in lieu of the more traditional
timeouts.
|
HttpProxyEnvironmentVariableSetting |
This class provides access to Http proxy environment variable configuration
setting
|
HttpProxyEnvironmentVariableSetting.HttpProxyEnvironmentVariableType |
|
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
|
HttpProxyOptions.HttpProxyConnectionType |
What kind of proxy connection to establish
|
HttpRequest |
Represents a single Client Request to be sent on a HTTP connection
|
HttpRequestBase |
|
HttpRequestBodyStream |
Interface that Native code knows how to call when handling Http Request bodies
|
HttpStream |
An HttpStream represents a single HTTP/1.1 specific Http Request/Response.
|
HttpStream.HttpStreamWriteChunkCompletionCallback |
Completion interface for writing chunks to an http stream
|
HttpStreamBase |
An base class represents a single Http Request/Response for both HTTP/1.1 and
HTTP/2 and wraps the native resources from the aws-c-http library.
|
HttpStreamBaseResponseHandler |
Interface that Native code knows how to call when handling Http 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
|
HttpStreamMetrics |
Holds tracing metrics for an HTTP stream.
|
HttpStreamResponseHandler |
Interface that Native code knows how to call when handling Http Responses for HTTP/1.1 only.
|
HttpVersion |
|