aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Deprecated List
Member
Aws::Crt::Http::AwsHttpProxyAuthenticationType
enum that designates what kind of authentication, if any, to use when connecting to a proxy server.
Member
Aws::Crt::Http::HttpClientConnectionProxyOptions::AuthType
What kind of authentication approach to use when connecting to the proxy Replaced by proxy strategy
Member
Aws::Crt::Http::HttpClientConnectionProxyOptions::BasicAuthPassword
The password to use if connecting to the proxy via basic authentication Replaced by using the result of CreateBasicHttpProxyStrategy()
Member
Aws::Crt::Http::HttpClientConnectionProxyOptions::BasicAuthUsername
The username to use if connecting to the proxy via basic authentication Replaced by using the result of CreateBasicHttpProxyStrategy()
Member
Aws::Crt::Io::OffsetType
Use int64_t instead for offsets in public APIs.
Member
Aws::Crt::Io::TlsContextOptions::SetKeychainPath
(ByteCursor &keychain_path) noexcept
Custom keychain management is deprecated.
Member
Aws::Crt::Mqtt::MqttConnection::SetOnMessageHandler
(OnPublishReceivedHandler &&onPublish) noexcept
Use alternate
SetOnMessageHandler()
Member
Aws::Crt::Mqtt::MqttConnection::SetWebsocketProxyOptions
(const
Http::HttpClientConnectionProxyOptions
&proxyOptions) noexcept
Sets websocket proxy options. Replaced by SetHttpProxyOptions.
Member
Aws::Crt::Mqtt::MqttConnection::Subscribe
(const char *topicFilter, QOS qos, OnPublishReceivedHandler &&onPublish, OnSubAckHandler &&onSubAck) noexcept
Use alternate
Subscribe()
Member
Aws::Crt::Mqtt::MqttConnection::Subscribe
(const Vector< std::pair< const char *, OnPublishReceivedHandler > > &topicFilters, QOS qos, OnMultiSubAckHandler &&onOpComplete) noexcept
Use alternate
Subscribe()
Member
Aws::Crt::Mqtt::OnPublishReceivedHandler
Use OnMessageReceivedHandler
Member
Aws::Iot::WebsocketConfig::ProxyOptions
Specify ProxyOptions to use a proxy with your websocket connection.
Generated by
1.9.2