|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Public Member Functions | |
| ConnectionCallbackData (Allocator *allocator) | |
Public Attributes | |
| std::weak_ptr< HttpClientConnection > | connection |
| Allocator * | allocator |
| OnConnectionSetup | onConnectionSetup |
| OnConnectionShutdown | onConnectionShutdown |
|
inlineexplicit |
| Allocator* Aws::Crt::Http::ConnectionCallbackData::allocator |
| std::weak_ptr<HttpClientConnection> Aws::Crt::Http::ConnectionCallbackData::connection |
| OnConnectionSetup Aws::Crt::Http::ConnectionCallbackData::onConnectionSetup |
| OnConnectionShutdown Aws::Crt::Http::ConnectionCallbackData::onConnectionShutdown |