-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy path_http_connection_manager_8h_source.html
187 lines (185 loc) · 26.1 KB
/
_http_connection_manager_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>aws-crt-cpp: include/aws/crt/http/HttpConnectionManager.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">aws-crt-cpp
</div>
<div id="projectbrief">C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_076842b242c291358044feb169933571.html">aws</a></li><li class="navelem"><a class="el" href="dir_cc4322e4b2151c90adb7cd2e3f54423a.html">crt</a></li><li class="navelem"><a class="el" href="dir_e8db083dcbf399d3a7f9ad98d39e0e38.html">http</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">HttpConnectionManager.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_http_connection_manager_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <<a class="code" href="_http_connection_8h.html">aws/crt/http/HttpConnection.h</a>></span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include <atomic></span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <condition_variable></span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <future></span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include <mutex></span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">struct </span>aws_http_connection_manager;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_aws.html">Aws</a></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>{</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">namespace </span>Crt</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> {</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">namespace </span>Http</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="namespace_aws_1_1_crt_1_1_http.html#abf17b6f7768fa03af126b8c812ef9bd1"> 26</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#abf17b6f7768fa03af126b8c812ef9bd1">OnClientConnectionAvailable</a> =</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> std::function<void(std::shared_ptr<HttpClientConnection>, <span class="keywordtype">int</span> errorCode)>;</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="foldopen" id="foldopen00032" data-start="{" data-end="};">
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html"> 32</a></span> <span class="keyword">class </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> {</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a>() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ae9d7c43df048a3ed7d58cfe174fda598"> 36</a></span> <a class="code hl_function" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ae9d7c43df048a3ed7d58cfe174fda598">HttpClientConnectionManagerOptions</a>(<span class="keyword">const</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad0b12376571150ca1733de2e470ed2dc"> 37</a></span> <a class="code hl_function" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad0b12376571150ca1733de2e470ed2dc">HttpClientConnectionManagerOptions</a>(<a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &&rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a15f952ba7ec873a1b69d29d7a7e4fb8d"> 39</a></span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &<a class="code hl_function" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a15f952ba7ec873a1b69d29d7a7e4fb8d">operator=</a>(<span class="keyword">const</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ac1229b6393b1f6fcbec7b84b42edef9f"> 40</a></span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &<a class="code hl_function" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ac1229b6393b1f6fcbec7b84b42edef9f">operator=</a>(<a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &&rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a17e375fc50cc7a74302ecc284bb1bb0f"> 45</a></span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_options.html">HttpClientConnectionOptions</a> <a class="code hl_variable" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a17e375fc50cc7a74302ecc284bb1bb0f">ConnectionOptions</a>;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a7fb01bcc751c2f6af2f622682cbe45eb"> 50</a></span> <span class="keywordtype">size_t</span> <a class="code hl_variable" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a7fb01bcc751c2f6af2f622682cbe45eb">MaxConnections</a>;</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad11468906db10b1ef09583efabcbce2d"> 59</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad11468906db10b1ef09583efabcbce2d">EnableBlockingShutdown</a>;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> };</div>
</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="foldopen" id="foldopen00065" data-start="{" data-end="};">
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html"> 65</a></span> <span class="keyword">class </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html">HttpClientConnectionManager</a> final</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> : <span class="keyword">public</span> std::enable_shared_from_this<HttpClientConnectionManager></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> {</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html">~HttpClientConnectionManager</a>();</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keywordtype">bool</span> AcquireConnection(<span class="keyword">const</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#abf17b6f7768fa03af126b8c812ef9bd1">OnClientConnectionAvailable</a> &onClientConnectionAvailable) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> std::future<void> InitiateShutdown() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">static</span> std::shared_ptr<HttpClientConnectionManager> NewClientConnectionManager(</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">const</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &connectionManagerOptions,</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Allocator</a> *allocator = <a class="code hl_function" href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">ApiAllocator</a>()) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html">HttpClientConnectionManager</a>(</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">const</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> &options,</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Allocator</a> *allocator = <a class="code hl_function" href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">ApiAllocator</a>()) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Allocator</a> *m_allocator;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> aws_http_connection_manager *m_connectionManager;</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">HttpClientConnectionManagerOptions</a> m_options;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> std::promise<void> m_shutdownPromise;</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> std::atomic<bool> m_releaseInvoked;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <span class="keyword">static</span> <span class="keywordtype">void</span> s_onConnectionSetup(</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> aws_http_connection *connection,</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> <span class="keywordtype">int</span> errorCode,</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> <span class="keywordtype">void</span> *userData) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="keyword">static</span> <span class="keywordtype">void</span> s_shutdownCompleted(<span class="keywordtype">void</span> *userData) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html#af8a15107ebe7178044a1fc62d0ee5bcd"> 123</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_managed_connection.html">ManagedConnection</a>;</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> };</div>
</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> } <span class="comment">// namespace Http</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> } <span class="comment">// namespace Crt</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span>} <span class="comment">// namespace Aws</span></div>
<div class="ttc" id="a_exports_8h_html_a0a3f6c46aee6b588ce99a142cdb22d1d"><div class="ttname"><a href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a></div><div class="ttdeci">#define AWS_CRT_CPP_API</div><div class="ttdef"><b>Definition</b> Exports.h:36</div></div>
<div class="ttc" id="a_http_connection_8h_html"><div class="ttname"><a href="_http_connection_8h.html">HttpConnection.h</a></div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager.html">Aws::Crt::Http::HttpClientConnectionManager</a></div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:67</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html">Aws::Crt::Http::HttpClientConnectionManagerOptions</a></div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:33</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_a15f952ba7ec873a1b69d29d7a7e4fb8d"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a15f952ba7ec873a1b69d29d7a7e4fb8d">Aws::Crt::Http::HttpClientConnectionManagerOptions::operator=</a></div><div class="ttdeci">HttpClientConnectionManagerOptions & operator=(const HttpClientConnectionManagerOptions &rhs)=default</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_a17e375fc50cc7a74302ecc284bb1bb0f"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a17e375fc50cc7a74302ecc284bb1bb0f">Aws::Crt::Http::HttpClientConnectionManagerOptions::ConnectionOptions</a></div><div class="ttdeci">HttpClientConnectionOptions ConnectionOptions</div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:45</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_a7fb01bcc751c2f6af2f622682cbe45eb"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#a7fb01bcc751c2f6af2f622682cbe45eb">Aws::Crt::Http::HttpClientConnectionManagerOptions::MaxConnections</a></div><div class="ttdeci">size_t MaxConnections</div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:50</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_ac1229b6393b1f6fcbec7b84b42edef9f"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ac1229b6393b1f6fcbec7b84b42edef9f">Aws::Crt::Http::HttpClientConnectionManagerOptions::operator=</a></div><div class="ttdeci">HttpClientConnectionManagerOptions & operator=(HttpClientConnectionManagerOptions &&rhs)=default</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_ad0b12376571150ca1733de2e470ed2dc"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad0b12376571150ca1733de2e470ed2dc">Aws::Crt::Http::HttpClientConnectionManagerOptions::HttpClientConnectionManagerOptions</a></div><div class="ttdeci">HttpClientConnectionManagerOptions(HttpClientConnectionManagerOptions &&rhs)=default</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_ad11468906db10b1ef09583efabcbce2d"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ad11468906db10b1ef09583efabcbce2d">Aws::Crt::Http::HttpClientConnectionManagerOptions::EnableBlockingShutdown</a></div><div class="ttdeci">bool EnableBlockingShutdown</div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:59</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options_html_ae9d7c43df048a3ed7d58cfe174fda598"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_manager_options.html#ae9d7c43df048a3ed7d58cfe174fda598">Aws::Crt::Http::HttpClientConnectionManagerOptions::HttpClientConnectionManagerOptions</a></div><div class="ttdeci">HttpClientConnectionManagerOptions(const HttpClientConnectionManagerOptions &rhs)=default</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_client_connection_options_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_client_connection_options.html">Aws::Crt::Http::HttpClientConnectionOptions</a></div><div class="ttdef"><b>Definition</b> HttpConnection.h:347</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_managed_connection_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_managed_connection.html">Aws::Crt::Http::ManagedConnection</a></div><div class="ttdef"><b>Definition</b> HttpConnectionManager.cpp:177</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_1_1_http_html_abf17b6f7768fa03af126b8c812ef9bd1"><div class="ttname"><a href="namespace_aws_1_1_crt_1_1_http.html#abf17b6f7768fa03af126b8c812ef9bd1">Aws::Crt::Http::OnClientConnectionAvailable</a></div><div class="ttdeci">std::function< void(std::shared_ptr< HttpClientConnection >, int errorCode)> OnClientConnectionAvailable</div><div class="ttdef"><b>Definition</b> HttpConnectionManager.h:27</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_a3df51ca65ad8c873825aacd24abba5f5"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Aws::Crt::Allocator</a></div><div class="ttdeci">aws_allocator Allocator</div><div class="ttdef"><b>Definition</b> Allocator.h:14</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_a47fd6342e28c4e66e4637a404153918a"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">Aws::Crt::ApiAllocator</a></div><div class="ttdeci">AWS_CRT_CPP_API Allocator * ApiAllocator() noexcept</div><div class="ttdef"><b>Definition</b> Allocator.cpp:24</div></div>
<div class="ttc" id="anamespace_aws_html"><div class="ttname"><a href="namespace_aws.html">Aws</a></div><div class="ttdef"><b>Definition</b> Allocator.h:11</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>