AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Attributes | List of all members
Aws::Http::WinConnectionPoolMgr::HostConnectionContainer Class Reference

#include <WinConnectionPoolMgr.h>

Public Attributes

uint16_t port
 
 
unsigned currentPoolSize
 

Detailed Description

Container for the connection pool. Allows tracking of number of connections per endpoint and also their handles.

Definition at line 66 of file WinConnectionPoolMgr.h.

Member Data Documentation

◆ currentPoolSize

unsigned Aws::Http::WinConnectionPoolMgr::HostConnectionContainer::currentPoolSize

Definition at line 71 of file WinConnectionPoolMgr.h.

◆ hostConnections

Aws::Utils::ExclusiveOwnershipResourceManager<void*> Aws::Http::WinConnectionPoolMgr::HostConnectionContainer::hostConnections

Definition at line 70 of file WinConnectionPoolMgr.h.

◆ port

uint16_t Aws::Http::WinConnectionPoolMgr::HostConnectionContainer::port

Definition at line 69 of file WinConnectionPoolMgr.h.


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