-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy path_mqtt_common_8h_source.html
168 lines (166 loc) · 21.4 KB
/
_mqtt_common_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
<!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/iot/MqttCommon.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_b7cefccc70786e24fcc1cc9528dacb60.html">iot</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">MqttCommon.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_mqtt_common_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 <aws/crt/Config.h></span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <<a class="code" href="_exports_8h.html">aws/crt/Exports.h</a>></span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include <<a class="code" href="_sigv4_signing_8h.html">aws/crt/auth/Sigv4Signing.h</a>></span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <<a class="code" href="crt_2mqtt_2_mqtt_client_8h.html">aws/crt/mqtt/MqttClient.h</a>></span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#if !BYO_CRYPTO</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">namespace </span><a class="code hl_namespace" href="namespace_aws.html">Aws</a></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>Iot</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> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="namespace_aws_1_1_iot.html#a4b7bd202524f790cef32d4cd5830d787"> 18</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="namespace_aws_1_1_iot.html#a4b7bd202524f790cef32d4cd5830d787">CreateSigningConfig</a> = std::function<std::shared_ptr<Crt::Auth::ISigningConfig>(<span class="keywordtype">void</span>)>;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="foldopen" id="foldopen00023" data-start="{" data-end="};">
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html"> 23</a></span> <span class="keyword">struct </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_struct" href="struct_aws_1_1_iot_1_1_websocket_config.html">WebsocketConfig</a></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> {</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> <a class="code hl_struct" href="struct_aws_1_1_iot_1_1_websocket_config.html">WebsocketConfig</a>(</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">const</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> &signingRegion,</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_io_1_1_client_bootstrap.html">Crt::Io::ClientBootstrap</a> *bootstrap,</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Crt::Allocator</a> *allocator = Crt::ApiAllocator()) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <a class="code hl_struct" href="struct_aws_1_1_iot_1_1_websocket_config.html">WebsocketConfig</a>(<span class="keyword">const</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> &signingRegion, <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Crt::Allocator</a> *allocator = Crt::ApiAllocator()) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_struct" href="struct_aws_1_1_iot_1_1_websocket_config.html">WebsocketConfig</a>(</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">const</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> &signingRegion,</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">const</span> std::shared_ptr<Crt::Auth::ICredentialsProvider> &credentialsProvider,</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Crt::Allocator</a> *allocator = Crt::ApiAllocator()) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <a class="code hl_struct" href="struct_aws_1_1_iot_1_1_websocket_config.html">WebsocketConfig</a>(</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">const</span> std::shared_ptr<Crt::Auth::ICredentialsProvider> &credentialsProvider,</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keyword">const</span> std::shared_ptr<Crt::Auth::IHttpRequestSigner> &signer,</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_typedef" href="namespace_aws_1_1_iot.html#a4b7bd202524f790cef32d4cd5830d787">CreateSigningConfig</a> createSigningConfig) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#aff5042d2b565f8270b3746dfe0d9f5a6"> 85</a></span> std::shared_ptr<Crt::Auth::ICredentialsProvider> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#aff5042d2b565f8270b3746dfe0d9f5a6">CredentialsProvider</a>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#a11e130fd6dac6864a4d41a756e4db27a"> 86</a></span> std::shared_ptr<Crt::Auth::IHttpRequestSigner> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#a11e130fd6dac6864a4d41a756e4db27a">Signer</a>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#af939f64ba2c130fe0e6535e6d90aedb2"> 87</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_iot.html#a4b7bd202524f790cef32d4cd5830d787">CreateSigningConfig</a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#af939f64ba2c130fe0e6535e6d90aedb2">CreateSigningConfigCb</a>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#ac80d61d69aa5ad62b7cc5e953767bf30"> 95</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#aa8f82604df3f410e862691561154627e">Crt::Optional<Crt::Http::HttpClientConnectionProxyOptions></a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#ac80d61d69aa5ad62b7cc5e953767bf30">ProxyOptions</a>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#a37fbae74b51ef56bc47513fdea4325f0"> 96</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#a37fbae74b51ef56bc47513fdea4325f0">SigningRegion</a>;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_websocket_config.html#a2a3f538f5ae05a41e4ad4f3f287c6d9e"> 97</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_websocket_config.html#a2a3f538f5ae05a41e4ad4f3f287c6d9e">ServiceName</a>;</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> };</div>
</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="foldopen" id="foldopen00104" data-start="{" data-end="};">
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_pkcs12_options.html"> 104</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="struct_aws_1_1_iot_1_1_pkcs12_options.html">Pkcs12Options</a></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> {</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a1c627abe2a2be70696ba328d5d0f4351"> 106</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a1c627abe2a2be70696ba328d5d0f4351">pkcs12_file</a>;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a7cb3a4a521d02f0b79509e211b97b475"> 107</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Crt::String</a> <a class="code hl_variable" href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a7cb3a4a521d02f0b79509e211b97b475">pkcs12_password</a>;</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> };</div>
</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> } <span class="comment">// namespace Iot</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span>} <span class="comment">// namespace Aws</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="preprocessor">#endif </span><span class="comment">// !BYO_CRYPTO</span></div>
<div class="ttc" id="a_exports_8h_html"><div class="ttname"><a href="_exports_8h.html">Exports.h</a></div></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_sigv4_signing_8h_html"><div class="ttname"><a href="_sigv4_signing_8h.html">Sigv4Signing.h</a></div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_io_1_1_client_bootstrap_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_io_1_1_client_bootstrap.html">Aws::Crt::Io::ClientBootstrap</a></div><div class="ttdef"><b>Definition</b> Bootstrap.h:35</div></div>
<div class="ttc" id="acrt_2mqtt_2_mqtt_client_8h_html"><div class="ttname"><a href="crt_2mqtt_2_mqtt_client_8h.html">MqttClient.h</a></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_a865381ab2bc5db45524fa6ce43c394c3"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Aws::Crt::String</a></div><div class="ttdeci">std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String</div><div class="ttdef"><b>Definition</b> Types.h:45</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_aa8f82604df3f410e862691561154627e"><div class="ttname"><a href="namespace_aws_1_1_crt.html#aa8f82604df3f410e862691561154627e">Aws::Crt::ScopedResource</a></div><div class="ttdeci">std::unique_ptr< T, std::function< void(T *)> > ScopedResource</div><div class="ttdef"><b>Definition</b> Types.h:163</div></div>
<div class="ttc" id="anamespace_aws_1_1_iot_html_a4b7bd202524f790cef32d4cd5830d787"><div class="ttname"><a href="namespace_aws_1_1_iot.html#a4b7bd202524f790cef32d4cd5830d787">Aws::Iot::CreateSigningConfig</a></div><div class="ttdeci">std::function< std::shared_ptr< Crt::Auth::ISigningConfig >(void)> CreateSigningConfig</div><div class="ttdef"><b>Definition</b> MqttCommon.h:18</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 class="ttc" id="astruct_aws_1_1_iot_1_1_pkcs12_options_html"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_pkcs12_options.html">Aws::Iot::Pkcs12Options</a></div><div class="ttdef"><b>Definition</b> MqttCommon.h:105</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_pkcs12_options_html_a1c627abe2a2be70696ba328d5d0f4351"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a1c627abe2a2be70696ba328d5d0f4351">Aws::Iot::Pkcs12Options::pkcs12_file</a></div><div class="ttdeci">Crt::String pkcs12_file</div><div class="ttdef"><b>Definition</b> MqttCommon.h:106</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_pkcs12_options_html_a7cb3a4a521d02f0b79509e211b97b475"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_pkcs12_options.html#a7cb3a4a521d02f0b79509e211b97b475">Aws::Iot::Pkcs12Options::pkcs12_password</a></div><div class="ttdeci">Crt::String pkcs12_password</div><div class="ttdef"><b>Definition</b> MqttCommon.h:107</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html">Aws::Iot::WebsocketConfig</a></div><div class="ttdef"><b>Definition</b> MqttCommon.h:24</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_a11e130fd6dac6864a4d41a756e4db27a"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#a11e130fd6dac6864a4d41a756e4db27a">Aws::Iot::WebsocketConfig::Signer</a></div><div class="ttdeci">std::shared_ptr< Crt::Auth::IHttpRequestSigner > Signer</div><div class="ttdef"><b>Definition</b> MqttCommon.h:86</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_a2a3f538f5ae05a41e4ad4f3f287c6d9e"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#a2a3f538f5ae05a41e4ad4f3f287c6d9e">Aws::Iot::WebsocketConfig::ServiceName</a></div><div class="ttdeci">Crt::String ServiceName</div><div class="ttdef"><b>Definition</b> MqttCommon.h:97</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_a37fbae74b51ef56bc47513fdea4325f0"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#a37fbae74b51ef56bc47513fdea4325f0">Aws::Iot::WebsocketConfig::SigningRegion</a></div><div class="ttdeci">Crt::String SigningRegion</div><div class="ttdef"><b>Definition</b> MqttCommon.h:96</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_ac80d61d69aa5ad62b7cc5e953767bf30"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#ac80d61d69aa5ad62b7cc5e953767bf30">Aws::Iot::WebsocketConfig::ProxyOptions</a></div><div class="ttdeci">Crt::Optional< Crt::Http::HttpClientConnectionProxyOptions > ProxyOptions</div><div class="ttdef"><b>Definition</b> MqttCommon.h:95</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_af939f64ba2c130fe0e6535e6d90aedb2"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#af939f64ba2c130fe0e6535e6d90aedb2">Aws::Iot::WebsocketConfig::CreateSigningConfigCb</a></div><div class="ttdeci">CreateSigningConfig CreateSigningConfigCb</div><div class="ttdef"><b>Definition</b> MqttCommon.h:87</div></div>
<div class="ttc" id="astruct_aws_1_1_iot_1_1_websocket_config_html_aff5042d2b565f8270b3746dfe0d9f5a6"><div class="ttname"><a href="struct_aws_1_1_iot_1_1_websocket_config.html#aff5042d2b565f8270b3746dfe0d9f5a6">Aws::Iot::WebsocketConfig::CredentialsProvider</a></div><div class="ttdeci">std::shared_ptr< Crt::Auth::ICredentialsProvider > CredentialsProvider</div><div class="ttdef"><b>Definition</b> MqttCommon.h:85</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>