AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
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

◆ ConnectionCallbackData()

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

Member Data Documentation

◆ allocator

Allocator* Aws::Crt::Http::ConnectionCallbackData::allocator

◆ connection

std::weak_ptr<HttpClientConnection> Aws::Crt::Http::ConnectionCallbackData::connection

◆ onConnectionSetup

OnConnectionSetup Aws::Crt::Http::ConnectionCallbackData::onConnectionSetup

◆ onConnectionShutdown

OnConnectionShutdown Aws::Crt::Http::ConnectionCallbackData::onConnectionShutdown

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