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
|
HttpHeader | |
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 |
Quality of Service associated with a publish action or subscription
[MQTT-4.3].
|
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.