aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Http::ConnectionCallbackData Struct Reference

Public Member Functions

 ConnectionCallbackData (Allocator *allocator)
 

Public Attributes

std::weak_ptr< HttpClientConnectionconnection
 
Allocatorallocator
 
OnConnectionSetup onConnectionSetup
 
OnConnectionShutdown onConnectionShutdown
 

Constructor & Destructor Documentation

Aws::Crt::Http::ConnectionCallbackData::ConnectionCallbackData ( Allocator allocator)
inlineexplicit

Member Data Documentation

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

The documentation for this struct was generated from the following file: