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::ConnectionManagerCallbackArgs Struct Reference

Public Member Functions

 ConnectionManagerCallbackArgs ()=default
 

Public Attributes

OnClientConnectionAvailable m_onClientConnectionAvailable
 
std::shared_ptr< HttpClientConnectionManagerm_connectionManager
 

Constructor & Destructor Documentation

◆ ConnectionManagerCallbackArgs()

Aws::Crt::Http::ConnectionManagerCallbackArgs::ConnectionManagerCallbackArgs ( )
default

Member Data Documentation

◆ m_connectionManager

std::shared_ptr<HttpClientConnectionManager> Aws::Crt::Http::ConnectionManagerCallbackArgs::m_connectionManager

◆ m_onClientConnectionAvailable

OnClientConnectionAvailable Aws::Crt::Http::ConnectionManagerCallbackArgs::m_onClientConnectionAvailable

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