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::Crt::ApiHandle, including all inherited members.
ApiHandle(Allocator *allocator) noexcept | Aws::Crt::ApiHandle | |
ApiHandle() noexcept | Aws::Crt::ApiHandle | |
ApiHandle(const ApiHandle &)=delete | Aws::Crt::ApiHandle | |
ApiHandle(ApiHandle &&)=delete | Aws::Crt::ApiHandle | |
InitializeLogging(LogLevel level, const char *filename) | Aws::Crt::ApiHandle | |
InitializeLogging(LogLevel level, FILE *fp) | Aws::Crt::ApiHandle | |
operator=(const ApiHandle &)=delete | Aws::Crt::ApiHandle | |
operator=(ApiHandle &&)=delete | Aws::Crt::ApiHandle | |
SetBYOCryptoClientTlsCallback(Io::NewClientTlsHandlerCallback &&callback) | Aws::Crt::ApiHandle | |
SetBYOCryptoNewMD5Callback(Crypto::CreateHashCallback &&callback) | Aws::Crt::ApiHandle | |
SetBYOCryptoNewSHA256Callback(Crypto::CreateHashCallback &&callback) | Aws::Crt::ApiHandle | |
SetBYOCryptoNewSHA256HMACCallback(Crypto::CreateHMACCallback &&callback) | Aws::Crt::ApiHandle | |
SetBYOCryptoTlsContextCallbacks(Io::NewTlsContextImplCallback &&newCallback, Io::DeleteTlsContextImplCallback &&deleteCallback, Io::IsTlsAlpnSupportedCallback &&alpnCallback) | Aws::Crt::ApiHandle | |
SetShutdownBehavior(ApiHandleShutdownBehavior behavior) | Aws::Crt::ApiHandle | |
~ApiHandle() | Aws::Crt::ApiHandle |