AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <WinConnectionPoolMgr.h>
Connection pool manager for windows apis maintains open connections for a given hostname and port.
Definition at line 26 of file WinConnectionPoolMgr.h.
Cleans up all open resources.
Gives an opportunity of implementations to make their api calls to cleanup a handle.
Gets the configured connection timeout for this connection pool.
Definition at line 86 of file WinConnectionPoolMgr.h.
Whether sending TCP keep-alive packet for this connection pool.
Definition at line 90 of file WinConnectionPoolMgr.h.
Gets the tag for use for the logging system across the various implementations of this class.
Reimplemented in Aws::Http::WinHttpConnectionPoolMgr, and Aws::Http::WinINetConnectionPoolMgr.
Definition at line 56 of file WinConnectionPoolMgr.h.
Gets the current global "open handle"
Definition at line 77 of file WinConnectionPoolMgr.h.
Gets the configured request timeout for this connection pool.
Definition at line 82 of file WinConnectionPoolMgr.h.
Gets the interval to send a keep-alive packet for this connection pool.
Definition at line 94 of file WinConnectionPoolMgr.h.
Definition at line 122 of file WinConnectionPoolMgr.h.