aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
This is the complete list of members for Aws::Iot::WebsocketConfig, including all inherited members.
CreateSigningConfigCb | Aws::Iot::WebsocketConfig | |
CredentialsProvider | Aws::Iot::WebsocketConfig | |
ProxyOptions | Aws::Iot::WebsocketConfig | |
ServiceName | Aws::Iot::WebsocketConfig | |
Signer | Aws::Iot::WebsocketConfig | |
SigningRegion | Aws::Iot::WebsocketConfig | |
WebsocketConfig(const Crt::String &signingRegion, Crt::Io::ClientBootstrap *bootstrap, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::WebsocketConfig | |
WebsocketConfig(const Crt::String &signingRegion, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::WebsocketConfig | |
WebsocketConfig(const Crt::String &signingRegion, const std::shared_ptr< Crt::Auth::ICredentialsProvider > &credentialsProvider, Crt::Allocator *allocator=Crt::ApiAllocator()) noexcept | Aws::Iot::WebsocketConfig | |
WebsocketConfig(const std::shared_ptr< Crt::Auth::ICredentialsProvider > &credentialsProvider, const std::shared_ptr< Crt::Auth::IHttpRequestSigner > &signer, CreateSigningConfig createSigningConfig) noexcept | Aws::Iot::WebsocketConfig |