You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2017/08/31 17:07:33 UTC

[1/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 905cafdf0 -> 2d0f15582


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html b/input/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
new file mode 100644
index 0000000..5d7e46e
--- /dev/null
+++ b/input/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
@@ -0,0 +1,120 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: proton/reconnect_options.hpp 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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('reconnect__options_8hpp_source.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="headertitle">
+<div class="title">reconnect_options.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.  See the NOTICE file</span></div><di
 v class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><
 a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00020"></a>
 <span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class
 ="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="source_8hpp.html">./source.hpp</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classproton_1_1reconnect__options.html
 ">   43</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1reconnect__options.html">reconnect_options</a> {</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>();</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>(<span class="keyword">const</span> reconnect_options&amp;);</div><div class="line"><a name="l00051"></a><span class="line
 no">   51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    PN_CPP_EXTERN ~reconnect_options();</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a>(<span class="keyword">const</span> reconnect_options&amp;);</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><di
 v class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a>(<span class="keywordtype">float</span>);</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a>(<span class="keyw
 ordtype">int</span>);</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l0
 0080"></a><span class="lineno">   80</span>&#160;};</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="preprocessor">#endif // PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="ttc" id="classproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, senders, and receivers. </div><div class="ttdef"><b>Definition:</b> container.hpp:51</div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html"><div class="ttname"><a href="classproton_1_1reconnect__options.html">proton::reconnect_options</a></div><div class="ttdoc">Experimental - Options that determine a series of delays to coordinate reconnection attempts...</div><div class="ttdef"><b>Definition:</b> reconnect_options.hpp:43</div></div>
+<div class="ttc" id="classproton_1_1duration_html"><div class="ttname"><a href="classproton_1_1duration.html">proton::duration</a></div><div class="ttdoc">A span of time in milliseconds. </div><div class="ttdef"><b>Definition:</b> duration.hpp:36</div></div>
+<div class="ttc" id="source_8hpp_html"><div class="ttname"><a href="source_8hpp.html">source.hpp</a></div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a8456389a8174cf6d2ae2550e05e3e650"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">proton::reconnect_options::delay_multiplier</a></div><div class="ttdeci">reconnect_options &amp; delay_multiplier(float)</div><div class="ttdoc">Scaling multiplier for successive reconnect delays (default is 2.0) </div></div>
+<div class="ttc" id="duration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.hpp</a></div><div class="ttdoc">Time duration data type. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_ac327dafeb06728192df6cb94dde35edc"><div class="ttname"><a href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">proton::reconnect_options::reconnect_options</a></div><div class="ttdeci">reconnect_options()</div><div class="ttdoc">Create an empty set of options. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a700d91bfa7a95ee851dd94eda092721b"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">proton::reconnect_options::delay</a></div><div class="ttdeci">reconnect_options &amp; delay(duration)</div><div class="ttdoc">Base value for recurring delay (default is 10 milliseconds). </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_aea298c3d006e10b7da6608591949b270"><div class="ttname"><a href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">proton::reconnect_options::operator=</a></div><div class="ttdeci">reconnect_options &amp; operator=(const reconnect_options &amp;)</div><div class="ttdoc">Copy options. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a7e6b1a75735da02638374a317a232428"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">proton::reconnect_options::max_attempts</a></div><div class="ttdeci">reconnect_options &amp; max_attempts(int)</div><div class="ttdoc">Maximum reconnect attempts (default 0, meaning no limit) </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a7840ff5254abe6996b44e3906cf1445b"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">proton::reconnect_options::max_delay</a></div><div class="ttdeci">reconnect_options &amp; max_delay(duration)</div><div class="ttdoc">Maximum delay between successive connect attempts (default duration::FOREVER, i.e. </div></div>
+<div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:30</div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="navelem"><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html">proton</a></li><li class="navelem"><b>reconnect_options.hpp</b></li>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp.html b/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp.html
deleted file mode 100644
index eadc160..0000000
--- a/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp.html
+++ /dev/null
@@ -1,110 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.13"/>
-<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Qpid Proton C++ API: proton/reconnect_timer.hpp File Reference</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="navtree.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="resize.js"></script>
-<script type="text/javascript" src="navtreedata.js"></script>
-<script type="text/javascript" src="navtree.js"></script>
-<script type="text/javascript">
-  $(document).ready(initResizable);
-</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>
-<script type="text/javascript">
-  $(document).ready(function() { init_search(); });
-</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 style="height: 56px;">
-  <td id="projectalign" style="padding-left: 0.5em;">
-   <div id="projectname">Qpid Proton C++ API
-   &#160;<span id="projectnumber">master</span>
-   </div>
-  </td>
-   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
-        <span class="left">
-          <img id="MSearchSelect" src="search/mag_sel.png"
-               onmouseover="return searchBox.OnSearchSelectShow()"
-               onmouseout="return searchBox.OnSearchSelectHide()"
-               alt=""/>
-          <input type="text" id="MSearchField" value="Search" accesskey="S"
-               onfocus="searchBox.OnSearchFieldFocus(true)" 
-               onblur="searchBox.OnSearchFieldFocus(false)" 
-               onkeyup="searchBox.OnSearchFieldChange(event)"/>
-          </span><span class="right">
-            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
-          </span>
-        </div>
-</td>
- </tr>
- </tbody>
-</table>
-</div>
-<!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
-<script type="text/javascript">
-var searchBox = new SearchBox("searchBox", "search",false,'Search');
-</script>
-</div><!-- top -->
-<div id="side-nav" class="ui-resizable side-nav-resizable">
-  <div id="nav-tree">
-    <div id="nav-tree-contents">
-      <div id="nav-sync" class="sync"></div>
-    </div>
-  </div>
-  <div id="splitbar" style="-moz-user-select:none;" 
-       class="ui-resizable-handle">
-  </div>
-</div>
-<script type="text/javascript">
-$(document).ready(function(){initNavTree('reconnect__timer_8hpp.html','');});
-</script>
-<div id="doc-content">
-<!-- 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">
-<iframe src="javascript:void(0)" frameborder="0" 
-        name="MSearchResults" id="MSearchResults">
-</iframe>
-</div>
-
-<div class="header">
-  <div class="headertitle">
-<div class="title">reconnect_timer.hpp File Reference</div>  </div>
-</div><!--header-->
-<div class="contents">
-
-<p><a href="reconnect__timer_8hpp_source.html">Go to the source code of this file.</a></p>
-</div><!-- contents -->
-</div><!-- doc-content -->
-<!-- start footer part -->
-<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
-  <ul>
-    <li class="navelem"><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html">proton</a></li><li class="navelem"><a class="el" href="reconnect__timer_8hpp.html">reconnect_timer.hpp</a></li>
-    <li class="footer">Generated by
-    <a href="http://www.doxygen.org/index.html">
-    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
-  </ul>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp_source.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp_source.html b/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp_source.html
deleted file mode 100644
index c691ff9..0000000
--- a/input/releases/qpid-proton-master/proton/cpp/api/reconnect__timer_8hpp_source.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.13"/>
-<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Qpid Proton C++ API: proton/reconnect_timer.hpp 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="navtree.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="resize.js"></script>
-<script type="text/javascript" src="navtreedata.js"></script>
-<script type="text/javascript" src="navtree.js"></script>
-<script type="text/javascript">
-  $(document).ready(initResizable);
-</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>
-<script type="text/javascript">
-  $(document).ready(function() { init_search(); });
-</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 style="height: 56px;">
-  <td id="projectalign" style="padding-left: 0.5em;">
-   <div id="projectname">Qpid Proton C++ API
-   &#160;<span id="projectnumber">master</span>
-   </div>
-  </td>
-   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
-        <span class="left">
-          <img id="MSearchSelect" src="search/mag_sel.png"
-               onmouseover="return searchBox.OnSearchSelectShow()"
-               onmouseout="return searchBox.OnSearchSelectHide()"
-               alt=""/>
-          <input type="text" id="MSearchField" value="Search" accesskey="S"
-               onfocus="searchBox.OnSearchFieldFocus(true)" 
-               onblur="searchBox.OnSearchFieldFocus(false)" 
-               onkeyup="searchBox.OnSearchFieldChange(event)"/>
-          </span><span class="right">
-            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
-          </span>
-        </div>
-</td>
- </tr>
- </tbody>
-</table>
-</div>
-<!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
-<script type="text/javascript">
-var searchBox = new SearchBox("searchBox", "search",false,'Search');
-</script>
-</div><!-- top -->
-<div id="side-nav" class="ui-resizable side-nav-resizable">
-  <div id="nav-tree">
-    <div id="nav-tree-contents">
-      <div id="nav-sync" class="sync"></div>
-    </div>
-  </div>
-  <div id="splitbar" style="-moz-user-select:none;" 
-       class="ui-resizable-handle">
-  </div>
-</div>
-<script type="text/javascript">
-$(document).ready(function(){initNavTree('reconnect__timer_8hpp_source.html','');});
-</script>
-<div id="doc-content">
-<!-- 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">
-<iframe src="javascript:void(0)" frameborder="0" 
-        name="MSearchResults" id="MSearchResults">
-</iframe>
-</div>
-
-<div class="header">
-  <div class="headertitle">
-<div class="title">reconnect_timer.hpp</div>  </div>
-</div><!--header-->
-<div class="contents">
-<a href="reconnect__timer_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_RECONNECT_TIMER_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_RECONNECT_TIMER_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or
  more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">
    13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  S
 ee the License for the</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preproc
 essor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="timestamp_8hpp.html">./timestamp.hpp</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">class </s
 pan>reconnect_timer {</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    PN_CPP_EXTERN reconnect_timer(uint32_t first = 0, int32_t max = -1, uint32_t increment = 100,</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;                                  <span class="keywordtype">bool</span> doubling = <span class="keyword">true</span>, int32_t max_retries = -1, int32_t timeout = -1);</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    PN_CPP_EXTERN <span class="keywordtype">void</span> reset();</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;    PN_CPP_EXTERN <span
  class="keywordtype">int</span> next_delay(timestamp now);</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;    duration first_delay_;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    duration max_delay_;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    duration increment_;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;    <span class="keywordtype">bool</span> doubling_;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    int32_t max_retries_;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;    duration timeout_;</div><div class="line"><a name="l00062"></a><span clas
 s="lineno">   62</span>&#160;    int32_t retries_;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    duration next_delay_;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    timestamp timeout_deadline_;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;};</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor">#endif // PROTON_RECONNECT_TIMER_HPP</span></div><div class="ttc" id="duration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.h
 pp</a></div><div class="ttdoc">Time duration data type. </div></div>
-<div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:30</div></div>
-<div class="ttc" id="timestamp_8hpp_html"><div class="ttname"><a href="timestamp_8hpp.html">timestamp.hpp</a></div></div>
-</div><!-- fragment --></div><!-- contents -->
-</div><!-- doc-content -->
-<!-- start footer part -->
-<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
-  <ul>
-    <li class="navelem"><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html">proton</a></li><li class="navelem"><a class="el" href="reconnect__timer_8hpp.html">reconnect_timer.hpp</a></li>
-    <li class="footer">Generated by
-    <a href="http://www.doxygen.org/index.html">
-    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
-  </ul>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/all_3.js b/input/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
index b10d116..b9b1e5e 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
@@ -9,6 +9,8 @@ var searchData=
   ['decoder',['decoder',['../classproton_1_1codec_1_1decoder.html',1,'decoder'],['../classproton_1_1codec_1_1decoder.html#ac9222fed91a5066887b42f471de0be8a',1,'proton::codec::decoder::decoder(const data &amp;d, bool exact=false)'],['../classproton_1_1codec_1_1decoder.html#adaca283b3eeb8861b7f7e8e94f784810',1,'proton::codec::decoder::decoder(const internal::value_base &amp;, bool exact=false)']]],
   ['default_5fpriority',['default_priority',['../classproton_1_1message.html#a2014354e2553f4acc49fc9a921da7e92',1,'proton::message']]],
   ['default_5fsession',['default_session',['../classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462',1,'proton::connection']]],
+  ['delay',['delay',['../classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b',1,'proton::reconnect_options']]],
+  ['delay_5fmultiplier',['delay_multiplier',['../classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650',1,'proton::reconnect_options']]],
   ['delivery',['delivery',['../classproton_1_1delivery.html',1,'proton']]],
   ['delivery_2ehpp',['delivery.hpp',['../delivery_8hpp.html',1,'']]],
   ['delivery_5fcount',['delivery_count',['../classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2',1,'proton::message::delivery_count() const'],['../classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1',1,'proton::message::delivery_count(uint32_t)']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/all_a.js b/input/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
index e77389f..d7a7aa6 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
@@ -4,6 +4,8 @@ var searchData=
   ['map',['map',['../classproton_1_1map.html',1,'map&lt; K, T &gt;'],['../classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b',1,'proton::map::map()'],['../classproton_1_1map.html#abd67a924a05c8bd5353cd2fa429b5272',1,'proton::map::map(const map &amp;)'],['../classproton_1_1map.html#aa4042115b50aa33d3e365ce1e4b254d4',1,'proton::map::map(map &amp;&amp;)'],['../namespaceproton.html#a83c2656d467d69eb49725c18f5aa13a9a4cafa5feda04184537b4d7d346e1e89b',1,'proton::MAP()']]],
   ['map_2ehpp',['map.hpp',['../codec_2map_8hpp.html',1,'(Global Namespace)'],['../map_8hpp.html',1,'(Global Namespace)']]],
   ['map_3c_20symbol_2c_20value_20_3e',['map&lt; symbol, value &gt;',['../classproton_1_1map.html',1,'proton']]],
+  ['max_5fattempts',['max_attempts',['../classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428',1,'proton::reconnect_options']]],
+  ['max_5fdelay',['max_delay',['../classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b',1,'proton::reconnect_options']]],
   ['max_5fframe_5fsize',['max_frame_size',['../classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f',1,'proton::connection::max_frame_size()'],['../classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686',1,'proton::connection_options::max_frame_size()']]],
   ['max_5fsessions',['max_sessions',['../classproton_1_1connection.html#a089389fc8a798fec049618c96c53444c',1,'proton::connection::max_sessions()'],['../classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347',1,'proton::connection_options::max_sessions()']]],
   ['mech',['mech',['../classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2',1,'proton::sasl']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/all_c.js b/input/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
index 336ab19..2acde8a 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
@@ -42,7 +42,7 @@ var searchData=
   ['operator_28_29',['operator()',['../classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240',1,'proton::void_function0::operator()()'],['../classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b',1,'proton::work::operator()()']]],
   ['operator_3c',['operator&lt;',['../classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576',1,'proton::scalar_base']]],
   ['operator_3c_3c',['operator&lt;&lt;',['../classproton_1_1byte__array.html#af73e25d01bd5857297741fe1e6ff986e',1,'proton::byte_array::operator&lt;&lt;()'],['../classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531',1,'proton::codec::encoder::operator&lt;&lt;(const internal::value_base &amp;)'],['../classproton_1_1codec_1_1encoder.html#ae899d62164114228541da27e80372bc2',1,'proton::codec::encoder::operator&lt;&lt;(const start &amp;)'],['../classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a',1,'proton::codec::encoder::operator&lt;&lt;(const finish &amp;)'],['../classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42',1,'proton::scalar_base::operator&lt;&lt;()'],['../classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18',1,'proton::value::operator&lt;&lt;()'],['../namespaceproton.html#ae6fabe30961a3d3280bb8445e743b21c',1,'proton::operator&lt;&lt;()'],['../namespaceproton_1_1codec.html#a7991a313b6d063eebd84ad53775e2da4',1,'proton::co
 dec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a9efff4e41d71e301c56f75172a2329a3',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad13c484af677d071bdf98748427f8b81',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a0ad9766f309e0daae2af184b8d925f3f',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#acdb9db1193e2f3d0719ed56e4d7ae8d2',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const char *s)'],['../namespaceproton_1_1codec.html#aad3ea7f84bd70e8fef93486f56e4ee17',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, T i)'],['../namespaceproton_1_1codec.html#a247212acd2edbd5a34273bf5caa29456',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::for
 ward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a96a5943f2e7d06e6c675e6e3a874bc67',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a848dfc807df84bbf6bd140ba42fab643',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad0af111d0e56652af109a15e5bc439e8',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a2f8bd97624d14c25e6cad671d2099f27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad3bcfa850b3981bbdf208aff86b257d0',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a88f5bde762f2b43bbd66089c5fbecd4a',1,'proton::codec::operator&lt
 ;&lt;(encoder &amp;e, const std::list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad562645a0177bbc4ec943bb8fbeb01ee',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae23e34a1d9b425148810a3f3b727a571',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#a709f54bfbefa8b5623928d6dd8a80c29',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#af849ddb888805d62912a1640228e9bf4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a24e0d0f5aeb70f15a8b912d6585af9cc',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#aefd3a2464fd563e1b686f901e069cc27',1,'pr
 oton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a85a70243c4885196a6df7c1bd798e047',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#aec04001c66a08483b8e23f836da2d621',1,'proton::operator&lt;&lt;(std::ostream &amp;, const decimal32 &amp;)'],['../namespaceproton.html#a184d0e22e7da9fe7b3d1c8c84ce73f2f',1,'proton::operator&lt;&lt;(std::ostream &amp;, duration)'],['../namespaceproton.html#a3ece552dd5bced0c858f7f1ecd5d4e80',1,'proton::operator&lt;&lt;(proton::codec::encoder &amp;e, const map&lt; K, T &gt; &amp;m)'],['../namespaceproton.html#aed74ac4c1f42d3d4bed8b37934dbcc77',1,'proton::operator&lt;&lt;(std::ostream &amp;, timestamp)'],['../namespaceproton.html#ada44820890dab1d51fb1efd5d5d5bc95',1,'proton::operator&lt;&lt;(std::ostream &amp;, type_id)'],['../namespaceproton.html#a4c209c923a89ef95bdde7c11474f5231',1,'prot
 on::operator&lt;&lt;(std::ostream &amp;, const uuid &amp;)']]],
-  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'
 proton::value::operator=()']]],
+  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270',1,'proton::reconnect_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c4
 64c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'proton::value::operator=()']]],
   ['operator_3d_3d',['operator==',['../classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651',1,'proton::scalar_base']]],
   ['operator_3e_3e',['operator&gt;&gt;',['../classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690',1,'proton::codec::decoder::operator&gt;&gt;(start &amp;)'],['../classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d',1,'proton::codec::decoder::operator&gt;&gt;(const finish &amp;)'],['../classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b',1,'proton::codec::decoder::operator&gt;&gt;(sequence_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#a92c526a77d6aa412e17051a2cfeb7210',1,'proton::codec::decoder::operator&gt;&gt;(associative_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc',1,'proton::codec::decoder::operator&gt;&gt;(pair_sequence_ref&lt; T &gt; r)'],['../namespaceproton_1_1codec.html#a7efc9868b69ee772a81b1f6f63ddcb36',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, T &amp;i)'],['../namespaceproton_1_1codec.html#ad2c49d5956f7d1b75b8413cc80bbfd0f',1,'proton::codec:
 :operator&gt;&gt;(decoder &amp;d, std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a51e1fb8dcb1990503c26160d2670a54e',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae72bd507e05dcf6626197eaaf2237c2c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4b8904c23b1cf2056ac7bd9b4f0000d4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a449d6a4e73d35aa50056f516c32f2a32',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a408d5d3abcfa52cdbc3b31e8d21608e3',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4919a22de736d2708deead606b5d54b5',
 1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aef4af999b76238149864967d51f8aa09',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aca214d45c318798794bad18e06b152a4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a60e434209337aad807915388c644f68c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#a6bf02b4db50d17a060e281c8317a11d0',1,'proton::operator&gt;&gt;()']]],
   ['outcome',['outcome',['../classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd',1,'proton::sasl::outcome()'],['../classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00',1,'proton::sasl::outcome() const']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/all_e.js b/input/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
index 9efe7b6..a009b60 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
@@ -10,7 +10,8 @@ var searchData=
   ['receiver_5foptions',['receiver_options',['../classproton_1_1receiver__options.html',1,'receiver_options'],['../classproton_1_1connection.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::connection::receiver_options()'],['../classproton_1_1container.html#adb619b02f3b5725a4b0e9f5adcc16f4d',1,'proton::container::receiver_options(const class receiver_options &amp;)'],['../classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::container::receiver_options() const'],['../classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36',1,'proton::receiver_options::receiver_options()'],['../classproton_1_1receiver__options.html#a09be031fe2c8df29e3f0f1b0f1c904c3',1,'proton::receiver_options::receiver_options(const receiver_options &amp;)']]],
   ['receiver_5foptions_2ehpp',['receiver_options.hpp',['../receiver__options_8hpp.html',1,'']]],
   ['receivers',['receivers',['../classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::connection::receivers()'],['../classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::session::receivers()']]],
-  ['reconnect_5ftimer_2ehpp',['reconnect_timer.hpp',['../reconnect__timer_8hpp.html',1,'']]],
+  ['reconnect',['reconnect',['../classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc',1,'proton::connection_options']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html',1,'reconnect_options'],['../classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc',1,'proton::reconnect_options::reconnect_options()'],['../classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08',1,'proton::reconnect_options::reconnect_options(const reconnect_options &amp;)']]],
   ['reject',['reject',['../classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c',1,'proton::delivery']]],
   ['rejected',['REJECTED',['../classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364',1,'proton::transfer']]],
   ['release',['release',['../classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591',1,'proton::delivery']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js b/input/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
index 1b6154a..3856509 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
@@ -2,5 +2,6 @@ var searchData=
 [
   ['receiver',['receiver',['../classproton_1_1receiver.html',1,'proton']]],
   ['receiver_5foptions',['receiver_options',['../classproton_1_1receiver__options.html',1,'proton']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html',1,'proton']]],
   ['returned',['returned',['../classproton_1_1returned.html',1,'proton']]]
 ];

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/files_9.js b/input/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
index e67f5c1..bd7307b 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
@@ -2,6 +2,5 @@ var searchData=
 [
   ['receiver_2ehpp',['receiver.hpp',['../receiver_8hpp.html',1,'']]],
   ['receiver_5foptions_2ehpp',['receiver_options.hpp',['../receiver__options_8hpp.html',1,'']]],
-  ['reconnect_5ftimer_2ehpp',['reconnect_timer.hpp',['../reconnect__timer_8hpp.html',1,'']]],
   ['returned_2ehpp',['returned.hpp',['../returned_8hpp.html',1,'']]]
 ];

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
index 1894b7f..2b5b2db 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
@@ -3,6 +3,8 @@ var searchData=
   ['decode',['decode',['../classproton_1_1codec_1_1decoder.html#a2db9ebfc344a8b1718099047639e32b2',1,'proton::codec::decoder::decode(const char *buffer, size_t size)'],['../classproton_1_1codec_1_1decoder.html#a8a2c9746655f00930f1d609b2bb9ff17',1,'proton::codec::decoder::decode(const std::string &amp;)'],['../classproton_1_1message.html#a72fbad8f3ef14c3d485f7478271f2cd4',1,'proton::message::decode()']]],
   ['decoder',['decoder',['../classproton_1_1codec_1_1decoder.html#ac9222fed91a5066887b42f471de0be8a',1,'proton::codec::decoder::decoder(const data &amp;d, bool exact=false)'],['../classproton_1_1codec_1_1decoder.html#adaca283b3eeb8861b7f7e8e94f784810',1,'proton::codec::decoder::decoder(const internal::value_base &amp;, bool exact=false)']]],
   ['default_5fsession',['default_session',['../classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462',1,'proton::connection']]],
+  ['delay',['delay',['../classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b',1,'proton::reconnect_options']]],
+  ['delay_5fmultiplier',['delay_multiplier',['../classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650',1,'proton::reconnect_options']]],
   ['delivery_5fcount',['delivery_count',['../classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2',1,'proton::message::delivery_count() const'],['../classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1',1,'proton::message::delivery_count(uint32_t)']]],
   ['delivery_5fmode',['delivery_mode',['../classproton_1_1receiver__options.html#a582bced77754ed8a85f9597e2e457079',1,'proton::receiver_options::delivery_mode()'],['../classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db',1,'proton::sender_options::delivery_mode()']]],
   ['description',['description',['../classproton_1_1error__condition.html#a07ffe70037e0a16554c868bcdd8f83b5',1,'proton::error_condition']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
index e3cfcf0..810caf3 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
@@ -2,6 +2,8 @@ var searchData=
 [
   ['make_5fwork',['make_work',['../namespaceproton.html#a8b9a9f4f45c6ee25e0e4516855dc7fc8',1,'proton']]],
   ['map',['map',['../classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b',1,'proton::map::map()'],['../classproton_1_1map.html#abd67a924a05c8bd5353cd2fa429b5272',1,'proton::map::map(const map &amp;)'],['../classproton_1_1map.html#aa4042115b50aa33d3e365ce1e4b254d4',1,'proton::map::map(map &amp;&amp;)']]],
+  ['max_5fattempts',['max_attempts',['../classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428',1,'proton::reconnect_options']]],
+  ['max_5fdelay',['max_delay',['../classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b',1,'proton::reconnect_options']]],
   ['max_5fframe_5fsize',['max_frame_size',['../classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f',1,'proton::connection::max_frame_size()'],['../classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686',1,'proton::connection_options::max_frame_size()']]],
   ['max_5fsessions',['max_sessions',['../classproton_1_1connection.html#a089389fc8a798fec049618c96c53444c',1,'proton::connection::max_sessions()'],['../classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347',1,'proton::connection_options::max_sessions()']]],
   ['mech',['mech',['../classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2',1,'proton::sasl']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
index 471aa33..6d5b49a 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
@@ -40,7 +40,7 @@ var searchData=
   ['operator_21',['operator!',['../classproton_1_1error__condition.html#a61efd4196a96540ee018fee8791f3f10',1,'proton::error_condition']]],
   ['operator_28_29',['operator()',['../classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240',1,'proton::void_function0::operator()()'],['../classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b',1,'proton::work::operator()()']]],
   ['operator_3c_3c',['operator&lt;&lt;',['../classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531',1,'proton::codec::encoder::operator&lt;&lt;(const internal::value_base &amp;)'],['../classproton_1_1codec_1_1encoder.html#ae899d62164114228541da27e80372bc2',1,'proton::codec::encoder::operator&lt;&lt;(const start &amp;)'],['../classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a',1,'proton::codec::encoder::operator&lt;&lt;(const finish &amp;)'],['../namespaceproton.html#ae6fabe30961a3d3280bb8445e743b21c',1,'proton::operator&lt;&lt;()'],['../namespaceproton_1_1codec.html#a7991a313b6d063eebd84ad53775e2da4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a9efff4e41d71e301c56f75172a2329a3',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad13c484af677d071bdf98748427f8b81',1,'proton::codec::operat
 or&lt;&lt;(encoder &amp;e, const std::deque&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a0ad9766f309e0daae2af184b8d925f3f',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#acdb9db1193e2f3d0719ed56e4d7ae8d2',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const char *s)'],['../namespaceproton_1_1codec.html#aad3ea7f84bd70e8fef93486f56e4ee17',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, T i)'],['../namespaceproton_1_1codec.html#a247212acd2edbd5a34273bf5caa29456',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a96a5943f2e7d06e6c675e6e3a874bc67',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a848dfc807df84bbf6bd140ba42fab643',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::
 forward_list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad0af111d0e56652af109a15e5bc439e8',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a2f8bd97624d14c25e6cad671d2099f27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad3bcfa850b3981bbdf208aff86b257d0',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a88f5bde762f2b43bbd66089c5fbecd4a',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad562645a0177bbc4ec943bb8fbeb01ee',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae23e34a1d9b425148810a3f3b727a571',1,'proton::codec::o
 perator&lt;&lt;(encoder &amp;e, const std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#a709f54bfbefa8b5623928d6dd8a80c29',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#af849ddb888805d62912a1640228e9bf4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a24e0d0f5aeb70f15a8b912d6585af9cc',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#aefd3a2464fd563e1b686f901e069cc27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a85a70243c4885196a6df7c1bd798e047',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#aec04001c66a08483b8e23f836da2d621',
 1,'proton::operator&lt;&lt;(std::ostream &amp;, const decimal32 &amp;)'],['../namespaceproton.html#a184d0e22e7da9fe7b3d1c8c84ce73f2f',1,'proton::operator&lt;&lt;(std::ostream &amp;, duration)'],['../namespaceproton.html#a3ece552dd5bced0c858f7f1ecd5d4e80',1,'proton::operator&lt;&lt;(proton::codec::encoder &amp;e, const map&lt; K, T &gt; &amp;m)'],['../namespaceproton.html#aed74ac4c1f42d3d4bed8b37934dbcc77',1,'proton::operator&lt;&lt;(std::ostream &amp;, timestamp)'],['../namespaceproton.html#ada44820890dab1d51fb1efd5d5d5bc95',1,'proton::operator&lt;&lt;(std::ostream &amp;, type_id)'],['../namespaceproton.html#a4c209c923a89ef95bdde7c11474f5231',1,'proton::operator&lt;&lt;(std::ostream &amp;, const uuid &amp;)']]],
-  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'
 proton::value::operator=()']]],
+  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270',1,'proton::reconnect_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c4
 64c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'proton::value::operator=()']]],
   ['operator_3e_3e',['operator&gt;&gt;',['../classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690',1,'proton::codec::decoder::operator&gt;&gt;(start &amp;)'],['../classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d',1,'proton::codec::decoder::operator&gt;&gt;(const finish &amp;)'],['../classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b',1,'proton::codec::decoder::operator&gt;&gt;(sequence_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#a92c526a77d6aa412e17051a2cfeb7210',1,'proton::codec::decoder::operator&gt;&gt;(associative_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc',1,'proton::codec::decoder::operator&gt;&gt;(pair_sequence_ref&lt; T &gt; r)'],['../namespaceproton_1_1codec.html#a7efc9868b69ee772a81b1f6f63ddcb36',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, T &amp;i)'],['../namespaceproton_1_1codec.html#ad2c49d5956f7d1b75b8413cc80bbfd0f',1,'proton::codec:
 :operator&gt;&gt;(decoder &amp;d, std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a51e1fb8dcb1990503c26160d2670a54e',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae72bd507e05dcf6626197eaaf2237c2c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4b8904c23b1cf2056ac7bd9b4f0000d4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a449d6a4e73d35aa50056f516c32f2a32',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a408d5d3abcfa52cdbc3b31e8d21608e3',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4919a22de736d2708deead606b5d54b5',
 1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aef4af999b76238149864967d51f8aa09',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aca214d45c318798794bad18e06b152a4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a60e434209337aad807915388c644f68c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#a6bf02b4db50d17a060e281c8317a11d0',1,'proton::operator&gt;&gt;()']]],
   ['outcome',['outcome',['../classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00',1,'proton::sasl']]],
   ['outgoing_5fbytes',['outgoing_bytes',['../classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0',1,'proton::session']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
index d726e82..9b577f4 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
@@ -7,6 +7,8 @@ var searchData=
   ['receiver',['receiver',['../classproton_1_1delivery.html#aeb4319de46c92afec4ebbb3116d67c39',1,'proton::delivery::receiver()'],['../classproton_1_1receiver.html#a24b1f20b28b31ee266f387d1fe31b627',1,'proton::receiver::receiver()']]],
   ['receiver_5foptions',['receiver_options',['../classproton_1_1connection.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::connection::receiver_options()'],['../classproton_1_1container.html#adb619b02f3b5725a4b0e9f5adcc16f4d',1,'proton::container::receiver_options(const class receiver_options &amp;)'],['../classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::container::receiver_options() const'],['../classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36',1,'proton::receiver_options::receiver_options()'],['../classproton_1_1receiver__options.html#a09be031fe2c8df29e3f0f1b0f1c904c3',1,'proton::receiver_options::receiver_options(const receiver_options &amp;)']]],
   ['receivers',['receivers',['../classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::connection::receivers()'],['../classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::session::receivers()']]],
+  ['reconnect',['reconnect',['../classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc',1,'proton::connection_options']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc',1,'proton::reconnect_options::reconnect_options()'],['../classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08',1,'proton::reconnect_options::reconnect_options(const reconnect_options &amp;)']]],
   ['reject',['reject',['../classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c',1,'proton::delivery']]],
   ['release',['release',['../classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591',1,'proton::delivery']]],
   ['reply_5fto',['reply_to',['../classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c',1,'proton::message::reply_to(const std::string &amp;addr)'],['../classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245',1,'proton::message::reply_to() const']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html b/input/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
index 1df463a..5e79648 100644
--- a/input/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
+++ b/input/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
@@ -97,7 +97,7 @@
     <td width="15%" align="right" valign="top" class="summary">
       <span class="summary-type">&nbsp;</span>
     </td><td class="summary">
-        <a name="PYCTX"></a><span class="summary-name">PYCTX</span> = <code title="1040877806096">1040877806096</code>
+        <a name="PYCTX"></a><span class="summary-name">PYCTX</span> = <code title="33903153680">33903153680</code>
     </td>
   </tr>
 <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[8/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
QPID-7903: Refresh the snapshot of the Proton C docs again


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/2d0f1558
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/2d0f1558
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/2d0f1558

Branch: refs/heads/asf-site
Commit: 2d0f155823997bded86ae4bbecab254760fe4fbc
Parents: 905cafd
Author: Justin Ross <jr...@apache.org>
Authored: Thu Aug 31 10:07:19 2017 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Thu Aug 31 10:07:19 2017 -0700

----------------------------------------------------------------------
 content/releases/qpid-proton-master/index.html  |   2 +-
 .../proton/cpp/api/annotated.html               |  61 +--
 .../proton/cpp/api/classes.html                 |  44 +-
 ...ssproton_1_1connection__options-members.html |  23 +-
 .../api/classproton_1_1connection__options.html |   4 +
 .../api/classproton_1_1connection__options.js   |   1 +
 ...assproton_1_1reconnect__options-members.html | 118 +++++
 .../api/classproton_1_1reconnect__options.html  | 177 +++++++
 .../api/classproton_1_1reconnect__options.js    |  11 +
 .../cpp/api/connection__options_8hpp.html       |   6 +-
 .../api/connection__options_8hpp_source.html    |   4 +-
 .../dir_25143d27009f52d175c1d192441a738a.html   |   2 -
 .../api/dir_25143d27009f52d175c1d192441a738a.js |   2 +-
 .../proton/cpp/api/files.html                   |   2 +-
 .../proton/cpp/api/functions_d.html             |  10 +-
 .../proton/cpp/api/functions_func_d.html        |  10 +-
 .../proton/cpp/api/functions_func_m.html        |   6 +
 .../proton/cpp/api/functions_func_o.html        |   5 +-
 .../proton/cpp/api/functions_func_r.html        |  10 +-
 .../proton/cpp/api/functions_m.html             |   8 +-
 .../proton/cpp/api/functions_o.html             |   9 +-
 .../proton/cpp/api/functions_r.html             |   8 +-
 .../proton/cpp/api/fwd_8hpp_source.html         |   2 +-
 .../proton/cpp/api/hierarchy.html               |  41 +-
 .../proton/cpp/api/hierarchy.js                 |   1 +
 .../proton/cpp/api/namespaceproton.html         |   3 +
 .../proton/cpp/api/namespaceproton.js           |   1 +
 .../proton/cpp/api/navtreedata.js               |   8 +-
 .../proton/cpp/api/navtreeindex0.js             |  24 +-
 .../proton/cpp/api/navtreeindex1.js             |   4 +-
 .../proton/cpp/api/navtreeindex2.js             | 456 +++++++++----------
 .../proton/cpp/api/navtreeindex3.js             | 162 +++----
 .../proton/cpp/api/navtreeindex4.js             |  19 +-
 .../cpp/api/reconnect__options_8hpp_source.html | 120 +++++
 .../proton/cpp/api/search/all_3.js              |   2 +
 .../proton/cpp/api/search/all_a.js              |   2 +
 .../proton/cpp/api/search/all_c.js              |   2 +-
 .../proton/cpp/api/search/all_e.js              |   3 +-
 .../proton/cpp/api/search/classes_8.js          |   1 +
 .../proton/cpp/api/search/files_9.js            |   1 -
 .../proton/cpp/api/search/functions_3.js        |   2 +
 .../proton/cpp/api/search/functions_a.js        |   2 +
 .../proton/cpp/api/search/functions_c.js        |   2 +-
 .../proton/cpp/api/search/functions_e.js        |   2 +
 .../python/api/proton.wrapper-module.html       |   2 +-
 input/releases/qpid-proton-master/index.md      |   2 +-
 .../proton/cpp/api/annotated.html               |  61 +--
 .../proton/cpp/api/classes.html                 |  44 +-
 ...ssproton_1_1connection__options-members.html |  23 +-
 .../api/classproton_1_1connection__options.html |   4 +
 .../api/classproton_1_1connection__options.js   |   1 +
 ...assproton_1_1reconnect__options-members.html | 118 +++++
 .../api/classproton_1_1reconnect__options.html  | 177 +++++++
 .../api/classproton_1_1reconnect__options.js    |  11 +
 .../cpp/api/connection__options_8hpp.html       |   6 +-
 .../api/connection__options_8hpp_source.html    |   4 +-
 .../dir_25143d27009f52d175c1d192441a738a.html   |   2 -
 .../api/dir_25143d27009f52d175c1d192441a738a.js |   2 +-
 .../proton/cpp/api/files.html                   |   2 +-
 .../proton/cpp/api/functions_d.html             |  10 +-
 .../proton/cpp/api/functions_func_d.html        |  10 +-
 .../proton/cpp/api/functions_func_m.html        |   6 +
 .../proton/cpp/api/functions_func_o.html        |   5 +-
 .../proton/cpp/api/functions_func_r.html        |  10 +-
 .../proton/cpp/api/functions_m.html             |   8 +-
 .../proton/cpp/api/functions_o.html             |   9 +-
 .../proton/cpp/api/functions_r.html             |   8 +-
 .../proton/cpp/api/fwd_8hpp_source.html         |   2 +-
 .../proton/cpp/api/hierarchy.html               |  41 +-
 .../proton/cpp/api/hierarchy.js                 |   1 +
 .../proton/cpp/api/namespaceproton.html         |   3 +
 .../proton/cpp/api/namespaceproton.js           |   1 +
 .../proton/cpp/api/navtreedata.js               |   8 +-
 .../proton/cpp/api/navtreeindex0.js             |  24 +-
 .../proton/cpp/api/navtreeindex1.js             |   4 +-
 .../proton/cpp/api/navtreeindex2.js             | 456 +++++++++----------
 .../proton/cpp/api/navtreeindex3.js             | 162 +++----
 .../proton/cpp/api/navtreeindex4.js             |  19 +-
 .../cpp/api/reconnect__options_8hpp_source.html | 120 +++++
 .../proton/cpp/api/reconnect__timer_8hpp.html   | 110 -----
 .../cpp/api/reconnect__timer_8hpp_source.html   | 111 -----
 .../proton/cpp/api/search/all_3.js              |   2 +
 .../proton/cpp/api/search/all_a.js              |   2 +
 .../proton/cpp/api/search/all_c.js              |   2 +-
 .../proton/cpp/api/search/all_e.js              |   3 +-
 .../proton/cpp/api/search/classes_8.js          |   1 +
 .../proton/cpp/api/search/files_9.js            |   1 -
 .../proton/cpp/api/search/functions_3.js        |   2 +
 .../proton/cpp/api/search/functions_a.js        |   2 +
 .../proton/cpp/api/search/functions_c.js        |   2 +-
 .../proton/cpp/api/search/functions_e.js        |   2 +
 .../python/api/proton.wrapper-module.html       |   2 +-
 92 files changed, 1882 insertions(+), 1109 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/index.html b/content/releases/qpid-proton-master/index.html
index ca9c52a..8842e45 100644
--- a/content/releases/qpid-proton-master/index.html
+++ b/content/releases/qpid-proton-master/index.html
@@ -124,7 +124,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 smoother experience, see the <a href="/releases/qpid-proton-0.17.0/index.html">current stable
 release</a>.</p>
 
-<p>This content was generated at 05:34  on Thursday, 31 August 2017.</p>
+<p>This content was generated at 10:02  on Thursday, 31 August 2017.</p>
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/annotated.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/annotated.html b/content/releases/qpid-proton-master/proton/cpp/api/annotated.html
index 0f2566e..daa6c5e 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/annotated.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/annotated.html
@@ -131,36 +131,37 @@ $(document).ready(function(){initNavTree('annotated.html','');});
 <tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1messaging__handler.html" target="_self">messaging_handler</a></td><td class="desc">A handler for Proton messaging events </td></tr>
 <tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver.html" target="_self">receiver</a></td><td class="desc">A channel for receiving messages </td></tr>
 <tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver__options.html" target="_self">receiver_options</a></td><td class="desc">Options for creating a receiver </td></tr>
-<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned</a></td><td class="desc">Return type for container functions </td></tr>
-<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
-<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar__base.html" target="_self">scalar_base</a></td><td class="desc">Base class for scalar types </td></tr>
-<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A channel for sending messages </td></tr>
-<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
-<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of senders and receivers </td></tr>
-<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
-<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
-<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
-<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
-<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
-<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
-<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
-<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">A <code>std::string</code> that represents the AMQP symbol type </td></tr>
-<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
-<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
-<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
-<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">An operation timed out </td></tr>
-<tr id="row_0_46_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A 64-bit timestamp in milliseconds since the Unix epoch </td></tr>
-<tr id="row_0_47_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1tracker.html" target="_self">tracker</a></td><td class="desc">A tracker for a sent message </td></tr>
-<tr id="row_0_48_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transfer.html" target="_self">transfer</a></td><td class="desc">The base class for delivery and tracker </td></tr>
-<tr id="row_0_49_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transport.html" target="_self">transport</a></td><td class="desc">A network channel supporting an AMQP connection </td></tr>
-<tr id="row_0_50_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
-<tr id="row_0_51_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">An error encountered during URL parsing </td></tr>
-<tr id="row_0_52_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
-<tr id="row_0_53_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for any AMQP value, simple or complex </td></tr>
-<tr id="row_0_54_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
-<tr id="row_0_55_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
-<tr id="row_0_56_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
+<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1reconnect__options.html" target="_self">reconnect_options</a></td><td class="desc"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts </td></tr>
+<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned</a></td><td class="desc">Return type for container functions </td></tr>
+<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
+<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
+<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar__base.html" target="_self">scalar_base</a></td><td class="desc">Base class for scalar types </td></tr>
+<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A channel for sending messages </td></tr>
+<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
+<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of senders and receivers </td></tr>
+<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
+<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
+<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
+<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
+<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
+<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
+<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
+<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">A <code>std::string</code> that represents the AMQP symbol type </td></tr>
+<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
+<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
+<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
+<tr id="row_0_46_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">An operation timed out </td></tr>
+<tr id="row_0_47_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A 64-bit timestamp in milliseconds since the Unix epoch </td></tr>
+<tr id="row_0_48_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1tracker.html" target="_self">tracker</a></td><td class="desc">A tracker for a sent message </td></tr>
+<tr id="row_0_49_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transfer.html" target="_self">transfer</a></td><td class="desc">The base class for delivery and tracker </td></tr>
+<tr id="row_0_50_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transport.html" target="_self">transport</a></td><td class="desc">A network channel supporting an AMQP connection </td></tr>
+<tr id="row_0_51_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
+<tr id="row_0_52_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">An error encountered during URL parsing </td></tr>
+<tr id="row_0_53_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
+<tr id="row_0_54_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for any AMQP value, simple or complex </td></tr>
+<tr id="row_0_55_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
+<tr id="row_0_56_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
+<tr id="row_0_57_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classes.html b/content/releases/qpid-proton-master/proton/cpp/api/classes.html
index 0818172..81fec22 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/classes.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classes.html
@@ -96,38 +96,38 @@ $(document).ready(function(){initNavTree('classes.html','');});
 <div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a>&#160;|&#160;<a class="qindex" href="#letter_w">w</a></div>
 <table class="classindex">
 <tr><td rowspan="2" valign="bottom"><a name="letter_a"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1decimal64.html">decimal64</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listener.html">listener</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender__options.html">sender_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transfer.html">transfer</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1decimal64.html">decimal64</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listener.html">listener</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender.html">sender</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1tracker.html">tracker</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1codec_1_1decoder.html">decoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1session.html">session</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transport.html">transport</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1annotation__key.html">annotation_key</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1delivery.html">delivery</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session__options.html">session_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
-</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1sender__options.html">sender_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transfer.html">transfer</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1annotation__key.html">annotation_key</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1delivery.html">delivery</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session.html">session</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transport.html">transport</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_b"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;b&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="structproton_1_1delivery__mode.html">delivery_mode</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1map.html">map</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source.html">source</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1duration.html">duration</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1message.html">message</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source__options.html">source_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1url.html">url</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="structproton_1_1delivery__mode.html">delivery_mode</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1map.html">map</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session__options.html">session_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
+</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1duration.html">duration</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1message.html">message</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source.html">source</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1binary.html">binary</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1message__id.html">message_id</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl.html">ssl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1url__error.html">url_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1byte__array.html">byte_array</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1messaging__handler.html">messaging_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__certificate.html">ssl_certificate</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1uuid.html">uuid</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1message__id.html">message_id</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source__options.html">source_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1url.html">url</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1byte__array.html">byte_array</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1messaging__handler.html">messaging_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl.html">ssl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1url__error.html">url_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;c&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1codec_1_1encoder.html">encoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1io_1_1mutable__buffer.html">mutable_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__client__options.html">ssl_client_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
-</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1codec_1_1encoder.html">encoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1io_1_1mutable__buffer.html">mutable_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__certificate.html">ssl_certificate</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1uuid.html">uuid</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1endpoint.html">endpoint</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_r"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;r&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1ssl__server__options.html">ssl_server_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1connection.html">connection</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1error.html">error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start">start</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1value.html">value</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1error__condition.html">error_condition</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1receiver.html">receiver</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1symbol.html">symbol</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1void__function0.html">void_function0</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1ssl__client__options.html">ssl_client_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
+</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1connection.html">connection</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1error.html">error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__server__options.html">ssl_server_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1error__condition.html">error_condition</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1receiver.html">receiver</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start">start</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1value.html">value</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1connection__options.html">connection_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;f&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
+</td><td valign="top"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1symbol.html">symbol</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1void__function0.html">void_function0</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="structproton_1_1io_1_1const__buffer.html">const_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
 </td><td rowspan="2" valign="bottom"><a name="letter_w"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;w&#160;&#160;</div></td></tr></table>
 </td></tr>
-<tr><td valign="top"><a class="el" href="structproton_1_1io_1_1const__buffer.html">const_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1returned.html">returned</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1container.html">container</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1finish">finish</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1target.html">target</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work.html">work</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1container.html">container</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1finish">finish</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1returned.html">returned</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="structproton_1_1conversion__error.html">conversion_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1target__options.html">target_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work__queue.html">work_queue</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
+</td><td valign="top"><a class="el" href="classproton_1_1target.html">target</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work.html">work</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1sasl.html">sasl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1terminus.html">terminus</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1link.html">link</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar.html">scalar</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1timeout__error.html">timeout_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1decimal128.html">decimal128</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1io_1_1link__namer.html">link_namer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar__base.html">scalar_base</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1timestamp.html">timestamp</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1decimal32.html">decimal32</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listen__handler.html">listen_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender.html">sender</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1tracker.html">tracker</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1target__options.html">target_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work__queue.html">work_queue</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1link.html">link</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sasl.html">sasl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1terminus.html">terminus</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1decimal128.html">decimal128</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1io_1_1link__namer.html">link_namer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar.html">scalar</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1timeout__error.html">timeout_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1decimal32.html">decimal32</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listen__handler.html">listen_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar__base.html">scalar_base</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1timestamp.html">timestamp</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
 <tr><td></td><td></td><td></td><td></td><td></td></tr>
 </table>
 <div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a>&#160;|&#160;<a class="qindex" href="#letter_w">w</a></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
index e2c7c45..b0f16b2 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
@@ -106,17 +106,18 @@ $(document).ready(function(){initNavTree('classproton_1_1connection__options.htm
   <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
   <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(const connection_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
   <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(const class ssl_client_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(const class ssl_server_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(const connection_options &amp;other)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(const std::string &amp;name)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~connection_options</b>() (defined in <a class="el" href="classproton_1_1connection__options.html">connection_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a>(reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(const class ssl_client_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(const class ssl_server_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(const connection_options &amp;other)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(const std::string &amp;name)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr bgcolor="#f0f0f0"><td class="entry"><b>~connection_options</b>() (defined in <a class="el" href="classproton_1_1connection__options.html">connection_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
 </table></div><!-- contents -->
 </div><!-- doc-content -->
 <!-- start footer part -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
index 77fea8b..0ce5580 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
@@ -174,6 +174,10 @@ Public Member Functions</h2></td></tr>
 <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a> (const std::string &amp;)</td></tr>
 <tr class="memdesc:a0fc40d55673b5c89e4b5a13c630edca5"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Unsettled API</b> - Set the SASL configuration path. <br /></td></tr>
 <tr class="separator:a0fc40d55673b5c89e4b5a13c630edca5"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a5a38fafc56619c03e10979b978393bbc"><td class="memItemLeft" align="right" valign="top"><a id="a5a38fafc56619c03e10979b978393bbc"></a>
+<a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a> (<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:a5a38fafc56619c03e10979b978393bbc"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Experimental</b> - Options for reconnect on outgoing connections. <br /></td></tr>
+<tr class="separator:a5a38fafc56619c03e10979b978393bbc"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a68a8c198dfa16653afc4a70a2b845604"><td class="memItemLeft" align="right" valign="top"><a id="a68a8c198dfa16653afc4a70a2b845604"></a>
 <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a> (const <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;other)</td></tr>
 <tr class="memdesc:a68a8c198dfa16653afc4a70a2b845604"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update option values from values set in other. <br /></td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
index ef2adac..5057871 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
@@ -11,6 +11,7 @@ var classproton_1_1connection__options =
     [ "max_sessions", "classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347", null ],
     [ "operator=", "classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167", null ],
     [ "password", "classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75", null ],
+    [ "reconnect", "classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc", null ],
     [ "sasl_allow_insecure_mechs", "classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322", null ],
     [ "sasl_allowed_mechs", "classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6", null ],
     [ "sasl_config_name", "classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6", null ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
new file mode 100755
index 0000000..7eb911f
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: Member List</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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('classproton_1_1reconnect__options.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="headertitle">
+<div class="title">reconnect_options Member List</div>  </div>
+</div><!--header-->
+<div class="contents">
+
+<p>This is the complete list of members for <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>, including all inherited members.</p>
+<table class="directory">
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a>(duration)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a>(float)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a>(int)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a>(duration)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a>(const reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>()</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a>(const reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr bgcolor="#f0f0f0"><td class="entry"><b>~reconnect_options</b>() (defined in <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+</table></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
new file mode 100755
index 0000000..6edb7d1
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: reconnect_options</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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('classproton_1_1reconnect__options.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="summary">
+<a href="#pub-methods">Public Member Functions</a> &#124;
+<a href="classproton_1_1reconnect__options-members.html">List of all members</a>  </div>
+  <div class="headertitle">
+<div class="title">reconnect_options</div>  </div>
+</div><!--header-->
+<div class="contents">
+
+<p><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts.  
+ <a href="classproton_1_1reconnect__options.html#details">More...</a></p>
+
+<p><code>#include &lt;<a class="el" href="reconnect__options_8hpp_source.html">reconnect_options.hpp</a>&gt;</code></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
+Public Member Functions</h2></td></tr>
+<tr class="memitem:ac327dafeb06728192df6cb94dde35edc"><td class="memItemLeft" align="right" valign="top"><a id="ac327dafeb06728192df6cb94dde35edc"></a>
+&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a> ()</td></tr>
+<tr class="memdesc:ac327dafeb06728192df6cb94dde35edc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an empty set of options. <br /></td></tr>
+<tr class="separator:ac327dafeb06728192df6cb94dde35edc"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aef23a4a6b4f399f86ba458e855e0ca08"><td class="memItemLeft" align="right" valign="top"><a id="aef23a4a6b4f399f86ba458e855e0ca08"></a>
+&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a> (const <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:aef23a4a6b4f399f86ba458e855e0ca08"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy options. <br /></td></tr>
+<tr class="separator:aef23a4a6b4f399f86ba458e855e0ca08"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aea298c3d006e10b7da6608591949b270"><td class="memItemLeft" align="right" valign="top"><a id="aea298c3d006e10b7da6608591949b270"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a> (const <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:aea298c3d006e10b7da6608591949b270"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy options. <br /></td></tr>
+<tr class="separator:aea298c3d006e10b7da6608591949b270"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a700d91bfa7a95ee851dd94eda092721b"><td class="memItemLeft" align="right" valign="top"><a id="a700d91bfa7a95ee851dd94eda092721b"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a> (<a class="el" href="classproton_1_1duration.html">duration</a>)</td></tr>
+<tr class="memdesc:a700d91bfa7a95ee851dd94eda092721b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Base value for recurring delay (default is 10 milliseconds). <br /></td></tr>
+<tr class="separator:a700d91bfa7a95ee851dd94eda092721b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a8456389a8174cf6d2ae2550e05e3e650"><td class="memItemLeft" align="right" valign="top"><a id="a8456389a8174cf6d2ae2550e05e3e650"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a> (float)</td></tr>
+<tr class="memdesc:a8456389a8174cf6d2ae2550e05e3e650"><td class="mdescLeft">&#160;</td><td class="mdescRight">Scaling multiplier for successive reconnect delays (default is 2.0) <br /></td></tr>
+<tr class="separator:a8456389a8174cf6d2ae2550e05e3e650"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a7840ff5254abe6996b44e3906cf1445b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a> (<a class="el" href="classproton_1_1duration.html">duration</a>)</td></tr>
+<tr class="memdesc:a7840ff5254abe6996b44e3906cf1445b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum delay between successive connect attempts (default <a class="el" href="classproton_1_1duration.html#acebdd3ee364870f89665ca128e97a4d7" title="Wait forever. ">duration::FOREVER</a>, i.e.  <a href="#a7840ff5254abe6996b44e3906cf1445b">More...</a><br /></td></tr>
+<tr class="separator:a7840ff5254abe6996b44e3906cf1445b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a7e6b1a75735da02638374a317a232428"><td class="memItemLeft" align="right" valign="top"><a id="a7e6b1a75735da02638374a317a232428"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a> (int)</td></tr>
+<tr class="memdesc:a7e6b1a75735da02638374a317a232428"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum reconnect attempts (default 0, meaning no limit) <br /></td></tr>
+<tr class="separator:a7e6b1a75735da02638374a317a232428"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
+<div class="textblock"><p><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts. </p>
+<p>They may be open ended or limited in time. They may be evenly spaced or increasing at an exponential rate.</p>
+<p>Options can be "chained" (</p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classproton_1_1connection__options.html" title="Options for creating a connection. ">proton::connection_options</a>).</dd></dl>
+<p>Normal value semantics: copy or assign creates a separate copy of the options. </p>
+</div><h2 class="groupheader">Member Function Documentation</h2>
+<a id="a7840ff5254abe6996b44e3906cf1445b"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a7840ff5254abe6996b44e3906cf1445b">&#9670;&nbsp;</a></span>max_delay()</h2>
+
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>&amp; max_delay </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="classproton_1_1duration.html">duration</a>&#160;</td>
+          <td class="paramname"></td><td>)</td>
+          <td></td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+
+<p>Maximum delay between successive connect attempts (default <a class="el" href="classproton_1_1duration.html#acebdd3ee364870f89665ca128e97a4d7" title="Wait forever. ">duration::FOREVER</a>, i.e. </p>
+<p>no limit) </p>
+
+</div>
+</div>
+<hr/>The documentation for this class was generated from the following file:<ul>
+<li>proton/<a class="el" href="reconnect__options_8hpp_source.html">reconnect_options.hpp</a></li>
+</ul>
+</div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="navelem"><a class="el" href="namespaceproton.html">proton</a></li><li class="navelem"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></li>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
new file mode 100755
index 0000000..3141289
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
@@ -0,0 +1,11 @@
+var classproton_1_1reconnect__options =
+[
+    [ "reconnect_options", "classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc", null ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08", null ],
+    [ "~reconnect_options", "classproton_1_1reconnect__options.html#ab6d4cad321fbb7a59efddecc0f36895d", null ],
+    [ "delay", "classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b", null ],
+    [ "delay_multiplier", "classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650", null ],
+    [ "max_attempts", "classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428", null ],
+    [ "max_delay", "classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b", null ],
+    [ "operator=", "classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270", null ]
+];
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[5/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html b/content/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
new file mode 100755
index 0000000..5d7e46e
--- /dev/null
+++ b/content/releases/qpid-proton-master/proton/cpp/api/reconnect__options_8hpp_source.html
@@ -0,0 +1,120 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: proton/reconnect_options.hpp 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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('reconnect__options_8hpp_source.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="headertitle">
+<div class="title">reconnect_options.hpp</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.  See the NOTICE file</span></div><di
 v class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><
 a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00020"></a>
 <span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class
 ="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="source_8hpp.html">./source.hpp</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classproton_1_1reconnect__options.html
 ">   43</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1reconnect__options.html">reconnect_options</a> {</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>();</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>(<span class="keyword">const</span> reconnect_options&amp;);</div><div class="line"><a name="l00051"></a><span class="line
 no">   51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;    PN_CPP_EXTERN ~reconnect_options();</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a>(<span class="keyword">const</span> reconnect_options&amp;);</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><di
 v class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a>(<span class="keywordtype">float</span>);</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN reconnect_options&amp; <a class="code" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a>(<span class="keyw
 ordtype">int</span>);</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l0
 0080"></a><span class="lineno">   80</span>&#160;};</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="preprocessor">#endif // PROTON_RECONNECT_OPTIONS_HPP</span></div><div class="ttc" id="classproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, senders, and receivers. </div><div class="ttdef"><b>Definition:</b> container.hpp:51</div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html"><div class="ttname"><a href="classproton_1_1reconnect__options.html">proton::reconnect_options</a></div><div class="ttdoc">Experimental - Options that determine a series of delays to coordinate reconnection attempts...</div><div class="ttdef"><b>Definition:</b> reconnect_options.hpp:43</div></div>
+<div class="ttc" id="classproton_1_1duration_html"><div class="ttname"><a href="classproton_1_1duration.html">proton::duration</a></div><div class="ttdoc">A span of time in milliseconds. </div><div class="ttdef"><b>Definition:</b> duration.hpp:36</div></div>
+<div class="ttc" id="source_8hpp_html"><div class="ttname"><a href="source_8hpp.html">source.hpp</a></div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a8456389a8174cf6d2ae2550e05e3e650"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">proton::reconnect_options::delay_multiplier</a></div><div class="ttdeci">reconnect_options &amp; delay_multiplier(float)</div><div class="ttdoc">Scaling multiplier for successive reconnect delays (default is 2.0) </div></div>
+<div class="ttc" id="duration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.hpp</a></div><div class="ttdoc">Time duration data type. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_ac327dafeb06728192df6cb94dde35edc"><div class="ttname"><a href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">proton::reconnect_options::reconnect_options</a></div><div class="ttdeci">reconnect_options()</div><div class="ttdoc">Create an empty set of options. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a700d91bfa7a95ee851dd94eda092721b"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">proton::reconnect_options::delay</a></div><div class="ttdeci">reconnect_options &amp; delay(duration)</div><div class="ttdoc">Base value for recurring delay (default is 10 milliseconds). </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_aea298c3d006e10b7da6608591949b270"><div class="ttname"><a href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">proton::reconnect_options::operator=</a></div><div class="ttdeci">reconnect_options &amp; operator=(const reconnect_options &amp;)</div><div class="ttdoc">Copy options. </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a7e6b1a75735da02638374a317a232428"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">proton::reconnect_options::max_attempts</a></div><div class="ttdeci">reconnect_options &amp; max_attempts(int)</div><div class="ttdoc">Maximum reconnect attempts (default 0, meaning no limit) </div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html_a7840ff5254abe6996b44e3906cf1445b"><div class="ttname"><a href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">proton::reconnect_options::max_delay</a></div><div class="ttdeci">reconnect_options &amp; max_delay(duration)</div><div class="ttdoc">Maximum delay between successive connect attempts (default duration::FOREVER, i.e. </div></div>
+<div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:30</div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="navelem"><a class="el" href="dir_25143d27009f52d175c1d192441a738a.html">proton</a></li><li class="navelem"><b>reconnect_options.hpp</b></li>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/all_3.js b/content/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
index b10d116..b9b1e5e 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/all_3.js
@@ -9,6 +9,8 @@ var searchData=
   ['decoder',['decoder',['../classproton_1_1codec_1_1decoder.html',1,'decoder'],['../classproton_1_1codec_1_1decoder.html#ac9222fed91a5066887b42f471de0be8a',1,'proton::codec::decoder::decoder(const data &amp;d, bool exact=false)'],['../classproton_1_1codec_1_1decoder.html#adaca283b3eeb8861b7f7e8e94f784810',1,'proton::codec::decoder::decoder(const internal::value_base &amp;, bool exact=false)']]],
   ['default_5fpriority',['default_priority',['../classproton_1_1message.html#a2014354e2553f4acc49fc9a921da7e92',1,'proton::message']]],
   ['default_5fsession',['default_session',['../classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462',1,'proton::connection']]],
+  ['delay',['delay',['../classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b',1,'proton::reconnect_options']]],
+  ['delay_5fmultiplier',['delay_multiplier',['../classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650',1,'proton::reconnect_options']]],
   ['delivery',['delivery',['../classproton_1_1delivery.html',1,'proton']]],
   ['delivery_2ehpp',['delivery.hpp',['../delivery_8hpp.html',1,'']]],
   ['delivery_5fcount',['delivery_count',['../classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2',1,'proton::message::delivery_count() const'],['../classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1',1,'proton::message::delivery_count(uint32_t)']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/all_a.js b/content/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
index e77389f..d7a7aa6 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/all_a.js
@@ -4,6 +4,8 @@ var searchData=
   ['map',['map',['../classproton_1_1map.html',1,'map&lt; K, T &gt;'],['../classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b',1,'proton::map::map()'],['../classproton_1_1map.html#abd67a924a05c8bd5353cd2fa429b5272',1,'proton::map::map(const map &amp;)'],['../classproton_1_1map.html#aa4042115b50aa33d3e365ce1e4b254d4',1,'proton::map::map(map &amp;&amp;)'],['../namespaceproton.html#a83c2656d467d69eb49725c18f5aa13a9a4cafa5feda04184537b4d7d346e1e89b',1,'proton::MAP()']]],
   ['map_2ehpp',['map.hpp',['../codec_2map_8hpp.html',1,'(Global Namespace)'],['../map_8hpp.html',1,'(Global Namespace)']]],
   ['map_3c_20symbol_2c_20value_20_3e',['map&lt; symbol, value &gt;',['../classproton_1_1map.html',1,'proton']]],
+  ['max_5fattempts',['max_attempts',['../classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428',1,'proton::reconnect_options']]],
+  ['max_5fdelay',['max_delay',['../classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b',1,'proton::reconnect_options']]],
   ['max_5fframe_5fsize',['max_frame_size',['../classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f',1,'proton::connection::max_frame_size()'],['../classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686',1,'proton::connection_options::max_frame_size()']]],
   ['max_5fsessions',['max_sessions',['../classproton_1_1connection.html#a089389fc8a798fec049618c96c53444c',1,'proton::connection::max_sessions()'],['../classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347',1,'proton::connection_options::max_sessions()']]],
   ['mech',['mech',['../classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2',1,'proton::sasl']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/all_c.js b/content/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
index 336ab19..2acde8a 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/all_c.js
@@ -42,7 +42,7 @@ var searchData=
   ['operator_28_29',['operator()',['../classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240',1,'proton::void_function0::operator()()'],['../classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b',1,'proton::work::operator()()']]],
   ['operator_3c',['operator&lt;',['../classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576',1,'proton::scalar_base']]],
   ['operator_3c_3c',['operator&lt;&lt;',['../classproton_1_1byte__array.html#af73e25d01bd5857297741fe1e6ff986e',1,'proton::byte_array::operator&lt;&lt;()'],['../classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531',1,'proton::codec::encoder::operator&lt;&lt;(const internal::value_base &amp;)'],['../classproton_1_1codec_1_1encoder.html#ae899d62164114228541da27e80372bc2',1,'proton::codec::encoder::operator&lt;&lt;(const start &amp;)'],['../classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a',1,'proton::codec::encoder::operator&lt;&lt;(const finish &amp;)'],['../classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42',1,'proton::scalar_base::operator&lt;&lt;()'],['../classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18',1,'proton::value::operator&lt;&lt;()'],['../namespaceproton.html#ae6fabe30961a3d3280bb8445e743b21c',1,'proton::operator&lt;&lt;()'],['../namespaceproton_1_1codec.html#a7991a313b6d063eebd84ad53775e2da4',1,'proton::co
 dec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a9efff4e41d71e301c56f75172a2329a3',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad13c484af677d071bdf98748427f8b81',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a0ad9766f309e0daae2af184b8d925f3f',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#acdb9db1193e2f3d0719ed56e4d7ae8d2',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const char *s)'],['../namespaceproton_1_1codec.html#aad3ea7f84bd70e8fef93486f56e4ee17',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, T i)'],['../namespaceproton_1_1codec.html#a247212acd2edbd5a34273bf5caa29456',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::for
 ward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a96a5943f2e7d06e6c675e6e3a874bc67',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a848dfc807df84bbf6bd140ba42fab643',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad0af111d0e56652af109a15e5bc439e8',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a2f8bd97624d14c25e6cad671d2099f27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad3bcfa850b3981bbdf208aff86b257d0',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a88f5bde762f2b43bbd66089c5fbecd4a',1,'proton::codec::operator&lt
 ;&lt;(encoder &amp;e, const std::list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad562645a0177bbc4ec943bb8fbeb01ee',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae23e34a1d9b425148810a3f3b727a571',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#a709f54bfbefa8b5623928d6dd8a80c29',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#af849ddb888805d62912a1640228e9bf4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a24e0d0f5aeb70f15a8b912d6585af9cc',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#aefd3a2464fd563e1b686f901e069cc27',1,'pr
 oton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a85a70243c4885196a6df7c1bd798e047',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#aec04001c66a08483b8e23f836da2d621',1,'proton::operator&lt;&lt;(std::ostream &amp;, const decimal32 &amp;)'],['../namespaceproton.html#a184d0e22e7da9fe7b3d1c8c84ce73f2f',1,'proton::operator&lt;&lt;(std::ostream &amp;, duration)'],['../namespaceproton.html#a3ece552dd5bced0c858f7f1ecd5d4e80',1,'proton::operator&lt;&lt;(proton::codec::encoder &amp;e, const map&lt; K, T &gt; &amp;m)'],['../namespaceproton.html#aed74ac4c1f42d3d4bed8b37934dbcc77',1,'proton::operator&lt;&lt;(std::ostream &amp;, timestamp)'],['../namespaceproton.html#ada44820890dab1d51fb1efd5d5d5bc95',1,'proton::operator&lt;&lt;(std::ostream &amp;, type_id)'],['../namespaceproton.html#a4c209c923a89ef95bdde7c11474f5231',1,'prot
 on::operator&lt;&lt;(std::ostream &amp;, const uuid &amp;)']]],
-  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'
 proton::value::operator=()']]],
+  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270',1,'proton::reconnect_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c4
 64c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'proton::value::operator=()']]],
   ['operator_3d_3d',['operator==',['../classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651',1,'proton::scalar_base']]],
   ['operator_3e_3e',['operator&gt;&gt;',['../classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690',1,'proton::codec::decoder::operator&gt;&gt;(start &amp;)'],['../classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d',1,'proton::codec::decoder::operator&gt;&gt;(const finish &amp;)'],['../classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b',1,'proton::codec::decoder::operator&gt;&gt;(sequence_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#a92c526a77d6aa412e17051a2cfeb7210',1,'proton::codec::decoder::operator&gt;&gt;(associative_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc',1,'proton::codec::decoder::operator&gt;&gt;(pair_sequence_ref&lt; T &gt; r)'],['../namespaceproton_1_1codec.html#a7efc9868b69ee772a81b1f6f63ddcb36',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, T &amp;i)'],['../namespaceproton_1_1codec.html#ad2c49d5956f7d1b75b8413cc80bbfd0f',1,'proton::codec:
 :operator&gt;&gt;(decoder &amp;d, std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a51e1fb8dcb1990503c26160d2670a54e',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae72bd507e05dcf6626197eaaf2237c2c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4b8904c23b1cf2056ac7bd9b4f0000d4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a449d6a4e73d35aa50056f516c32f2a32',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a408d5d3abcfa52cdbc3b31e8d21608e3',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4919a22de736d2708deead606b5d54b5',
 1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aef4af999b76238149864967d51f8aa09',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aca214d45c318798794bad18e06b152a4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a60e434209337aad807915388c644f68c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#a6bf02b4db50d17a060e281c8317a11d0',1,'proton::operator&gt;&gt;()']]],
   ['outcome',['outcome',['../classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd',1,'proton::sasl::outcome()'],['../classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00',1,'proton::sasl::outcome() const']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/all_e.js b/content/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
index 9efe7b6..a009b60 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/all_e.js
@@ -10,7 +10,8 @@ var searchData=
   ['receiver_5foptions',['receiver_options',['../classproton_1_1receiver__options.html',1,'receiver_options'],['../classproton_1_1connection.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::connection::receiver_options()'],['../classproton_1_1container.html#adb619b02f3b5725a4b0e9f5adcc16f4d',1,'proton::container::receiver_options(const class receiver_options &amp;)'],['../classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::container::receiver_options() const'],['../classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36',1,'proton::receiver_options::receiver_options()'],['../classproton_1_1receiver__options.html#a09be031fe2c8df29e3f0f1b0f1c904c3',1,'proton::receiver_options::receiver_options(const receiver_options &amp;)']]],
   ['receiver_5foptions_2ehpp',['receiver_options.hpp',['../receiver__options_8hpp.html',1,'']]],
   ['receivers',['receivers',['../classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::connection::receivers()'],['../classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::session::receivers()']]],
-  ['reconnect_5ftimer_2ehpp',['reconnect_timer.hpp',['../reconnect__timer_8hpp.html',1,'']]],
+  ['reconnect',['reconnect',['../classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc',1,'proton::connection_options']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html',1,'reconnect_options'],['../classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc',1,'proton::reconnect_options::reconnect_options()'],['../classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08',1,'proton::reconnect_options::reconnect_options(const reconnect_options &amp;)']]],
   ['reject',['reject',['../classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c',1,'proton::delivery']]],
   ['rejected',['REJECTED',['../classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364',1,'proton::transfer']]],
   ['release',['release',['../classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591',1,'proton::delivery']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js b/content/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
index 1b6154a..3856509 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/classes_8.js
@@ -2,5 +2,6 @@ var searchData=
 [
   ['receiver',['receiver',['../classproton_1_1receiver.html',1,'proton']]],
   ['receiver_5foptions',['receiver_options',['../classproton_1_1receiver__options.html',1,'proton']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html',1,'proton']]],
   ['returned',['returned',['../classproton_1_1returned.html',1,'proton']]]
 ];

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/files_9.js b/content/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
index e67f5c1..bd7307b 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/files_9.js
@@ -2,6 +2,5 @@ var searchData=
 [
   ['receiver_2ehpp',['receiver.hpp',['../receiver_8hpp.html',1,'']]],
   ['receiver_5foptions_2ehpp',['receiver_options.hpp',['../receiver__options_8hpp.html',1,'']]],
-  ['reconnect_5ftimer_2ehpp',['reconnect_timer.hpp',['../reconnect__timer_8hpp.html',1,'']]],
   ['returned_2ehpp',['returned.hpp',['../returned_8hpp.html',1,'']]]
 ];

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
index 1894b7f..2b5b2db 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_3.js
@@ -3,6 +3,8 @@ var searchData=
   ['decode',['decode',['../classproton_1_1codec_1_1decoder.html#a2db9ebfc344a8b1718099047639e32b2',1,'proton::codec::decoder::decode(const char *buffer, size_t size)'],['../classproton_1_1codec_1_1decoder.html#a8a2c9746655f00930f1d609b2bb9ff17',1,'proton::codec::decoder::decode(const std::string &amp;)'],['../classproton_1_1message.html#a72fbad8f3ef14c3d485f7478271f2cd4',1,'proton::message::decode()']]],
   ['decoder',['decoder',['../classproton_1_1codec_1_1decoder.html#ac9222fed91a5066887b42f471de0be8a',1,'proton::codec::decoder::decoder(const data &amp;d, bool exact=false)'],['../classproton_1_1codec_1_1decoder.html#adaca283b3eeb8861b7f7e8e94f784810',1,'proton::codec::decoder::decoder(const internal::value_base &amp;, bool exact=false)']]],
   ['default_5fsession',['default_session',['../classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462',1,'proton::connection']]],
+  ['delay',['delay',['../classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b',1,'proton::reconnect_options']]],
+  ['delay_5fmultiplier',['delay_multiplier',['../classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650',1,'proton::reconnect_options']]],
   ['delivery_5fcount',['delivery_count',['../classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2',1,'proton::message::delivery_count() const'],['../classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1',1,'proton::message::delivery_count(uint32_t)']]],
   ['delivery_5fmode',['delivery_mode',['../classproton_1_1receiver__options.html#a582bced77754ed8a85f9597e2e457079',1,'proton::receiver_options::delivery_mode()'],['../classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db',1,'proton::sender_options::delivery_mode()']]],
   ['description',['description',['../classproton_1_1error__condition.html#a07ffe70037e0a16554c868bcdd8f83b5',1,'proton::error_condition']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
index e3cfcf0..810caf3 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_a.js
@@ -2,6 +2,8 @@ var searchData=
 [
   ['make_5fwork',['make_work',['../namespaceproton.html#a8b9a9f4f45c6ee25e0e4516855dc7fc8',1,'proton']]],
   ['map',['map',['../classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b',1,'proton::map::map()'],['../classproton_1_1map.html#abd67a924a05c8bd5353cd2fa429b5272',1,'proton::map::map(const map &amp;)'],['../classproton_1_1map.html#aa4042115b50aa33d3e365ce1e4b254d4',1,'proton::map::map(map &amp;&amp;)']]],
+  ['max_5fattempts',['max_attempts',['../classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428',1,'proton::reconnect_options']]],
+  ['max_5fdelay',['max_delay',['../classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b',1,'proton::reconnect_options']]],
   ['max_5fframe_5fsize',['max_frame_size',['../classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f',1,'proton::connection::max_frame_size()'],['../classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686',1,'proton::connection_options::max_frame_size()']]],
   ['max_5fsessions',['max_sessions',['../classproton_1_1connection.html#a089389fc8a798fec049618c96c53444c',1,'proton::connection::max_sessions()'],['../classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347',1,'proton::connection_options::max_sessions()']]],
   ['mech',['mech',['../classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2',1,'proton::sasl']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
index 471aa33..6d5b49a 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_c.js
@@ -40,7 +40,7 @@ var searchData=
   ['operator_21',['operator!',['../classproton_1_1error__condition.html#a61efd4196a96540ee018fee8791f3f10',1,'proton::error_condition']]],
   ['operator_28_29',['operator()',['../classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240',1,'proton::void_function0::operator()()'],['../classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b',1,'proton::work::operator()()']]],
   ['operator_3c_3c',['operator&lt;&lt;',['../classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531',1,'proton::codec::encoder::operator&lt;&lt;(const internal::value_base &amp;)'],['../classproton_1_1codec_1_1encoder.html#ae899d62164114228541da27e80372bc2',1,'proton::codec::encoder::operator&lt;&lt;(const start &amp;)'],['../classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a',1,'proton::codec::encoder::operator&lt;&lt;(const finish &amp;)'],['../namespaceproton.html#ae6fabe30961a3d3280bb8445e743b21c',1,'proton::operator&lt;&lt;()'],['../namespaceproton_1_1codec.html#a7991a313b6d063eebd84ad53775e2da4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a9efff4e41d71e301c56f75172a2329a3',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad13c484af677d071bdf98748427f8b81',1,'proton::codec::operat
 or&lt;&lt;(encoder &amp;e, const std::deque&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a0ad9766f309e0daae2af184b8d925f3f',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#acdb9db1193e2f3d0719ed56e4d7ae8d2',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const char *s)'],['../namespaceproton_1_1codec.html#aad3ea7f84bd70e8fef93486f56e4ee17',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, T i)'],['../namespaceproton_1_1codec.html#a247212acd2edbd5a34273bf5caa29456',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a96a5943f2e7d06e6c675e6e3a874bc67',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a848dfc807df84bbf6bd140ba42fab643',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::
 forward_list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad0af111d0e56652af109a15e5bc439e8',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a2f8bd97624d14c25e6cad671d2099f27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad3bcfa850b3981bbdf208aff86b257d0',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a88f5bde762f2b43bbd66089c5fbecd4a',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ad562645a0177bbc4ec943bb8fbeb01ee',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae23e34a1d9b425148810a3f3b727a571',1,'proton::codec::o
 perator&lt;&lt;(encoder &amp;e, const std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#a709f54bfbefa8b5623928d6dd8a80c29',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#af849ddb888805d62912a1640228e9bf4',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a24e0d0f5aeb70f15a8b912d6585af9cc',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; value, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#aefd3a2464fd563e1b686f901e069cc27',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; scalar, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a85a70243c4885196a6df7c1bd798e047',1,'proton::codec::operator&lt;&lt;(encoder &amp;e, const std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#aec04001c66a08483b8e23f836da2d621',
 1,'proton::operator&lt;&lt;(std::ostream &amp;, const decimal32 &amp;)'],['../namespaceproton.html#a184d0e22e7da9fe7b3d1c8c84ce73f2f',1,'proton::operator&lt;&lt;(std::ostream &amp;, duration)'],['../namespaceproton.html#a3ece552dd5bced0c858f7f1ecd5d4e80',1,'proton::operator&lt;&lt;(proton::codec::encoder &amp;e, const map&lt; K, T &gt; &amp;m)'],['../namespaceproton.html#aed74ac4c1f42d3d4bed8b37934dbcc77',1,'proton::operator&lt;&lt;(std::ostream &amp;, timestamp)'],['../namespaceproton.html#ada44820890dab1d51fb1efd5d5d5bc95',1,'proton::operator&lt;&lt;(std::ostream &amp;, type_id)'],['../namespaceproton.html#a4c209c923a89ef95bdde7c11474f5231',1,'proton::operator&lt;&lt;(std::ostream &amp;, const uuid &amp;)']]],
-  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'
 proton::value::operator=()']]],
+  ['operator_3d',['operator=',['../classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477',1,'proton::binary::operator=()'],['../classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167',1,'proton::connection_options::operator=()'],['../classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304',1,'proton::duration::operator=()'],['../classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030',1,'proton::map::operator=(const map &amp;)'],['../classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef',1,'proton::map::operator=(map &amp;&amp;)'],['../classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517',1,'proton::map::operator=(const M &amp;x)'],['../classproton_1_1message.html#af7deffda335cb4457af3830b798182f4',1,'proton::message::operator=(const message &amp;)'],['../classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f',1,'proton::message::operator=(message &amp;&amp;)'],['../classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d',
 1,'proton::message_id::operator=()'],['../classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324',1,'proton::receiver_options::operator=()'],['../classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270',1,'proton::reconnect_options::operator=()'],['../classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f',1,'proton::scalar::operator=()'],['../classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6',1,'proton::sender_options::operator=()'],['../classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93',1,'proton::session_options::operator=()'],['../classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be',1,'proton::source_options::operator=()'],['../classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd',1,'proton::target_options::operator=()'],['../classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6',1,'proton::timestamp::operator=()'],['../classproton_1_1url.html#a6b36f225c4
 64c30fdf521b23d24761e4',1,'proton::url::operator=()'],['../classproton_1_1value.html#ad139f5042c366b09078f123f5621c156',1,'proton::value::operator=()']]],
   ['operator_3e_3e',['operator&gt;&gt;',['../classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690',1,'proton::codec::decoder::operator&gt;&gt;(start &amp;)'],['../classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d',1,'proton::codec::decoder::operator&gt;&gt;(const finish &amp;)'],['../classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b',1,'proton::codec::decoder::operator&gt;&gt;(sequence_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#a92c526a77d6aa412e17051a2cfeb7210',1,'proton::codec::decoder::operator&gt;&gt;(associative_ref&lt; T &gt; r)'],['../classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc',1,'proton::codec::decoder::operator&gt;&gt;(pair_sequence_ref&lt; T &gt; r)'],['../namespaceproton_1_1codec.html#a7efc9868b69ee772a81b1f6f63ddcb36',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, T &amp;i)'],['../namespaceproton_1_1codec.html#ad2c49d5956f7d1b75b8413cc80bbfd0f',1,'proton::codec:
 :operator&gt;&gt;(decoder &amp;d, std::deque&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a51e1fb8dcb1990503c26160d2670a54e',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::deque&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#ae72bd507e05dcf6626197eaaf2237c2c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4b8904c23b1cf2056ac7bd9b4f0000d4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::forward_list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a449d6a4e73d35aa50056f516c32f2a32',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a408d5d3abcfa52cdbc3b31e8d21608e3',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::list&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a4919a22de736d2708deead606b5d54b5',
 1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aef4af999b76238149864967d51f8aa09',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::unordered_map&lt; K, T, C, A &gt; &amp;m)'],['../namespaceproton_1_1codec.html#aca214d45c318798794bad18e06b152a4',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; T, A &gt; &amp;x)'],['../namespaceproton_1_1codec.html#a60e434209337aad807915388c644f68c',1,'proton::codec::operator&gt;&gt;(decoder &amp;d, std::vector&lt; std::pair&lt; K, T &gt;, A &gt; &amp;x)'],['../namespaceproton.html#a6bf02b4db50d17a060e281c8317a11d0',1,'proton::operator&gt;&gt;()']]],
   ['outcome',['outcome',['../classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00',1,'proton::sasl']]],
   ['outgoing_5fbytes',['outgoing_bytes',['../classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0',1,'proton::session']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
index d726e82..9b577f4 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/search/functions_e.js
@@ -7,6 +7,8 @@ var searchData=
   ['receiver',['receiver',['../classproton_1_1delivery.html#aeb4319de46c92afec4ebbb3116d67c39',1,'proton::delivery::receiver()'],['../classproton_1_1receiver.html#a24b1f20b28b31ee266f387d1fe31b627',1,'proton::receiver::receiver()']]],
   ['receiver_5foptions',['receiver_options',['../classproton_1_1connection.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::connection::receiver_options()'],['../classproton_1_1container.html#adb619b02f3b5725a4b0e9f5adcc16f4d',1,'proton::container::receiver_options(const class receiver_options &amp;)'],['../classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660',1,'proton::container::receiver_options() const'],['../classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36',1,'proton::receiver_options::receiver_options()'],['../classproton_1_1receiver__options.html#a09be031fe2c8df29e3f0f1b0f1c904c3',1,'proton::receiver_options::receiver_options(const receiver_options &amp;)']]],
   ['receivers',['receivers',['../classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::connection::receivers()'],['../classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027',1,'proton::session::receivers()']]],
+  ['reconnect',['reconnect',['../classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc',1,'proton::connection_options']]],
+  ['reconnect_5foptions',['reconnect_options',['../classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc',1,'proton::reconnect_options::reconnect_options()'],['../classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08',1,'proton::reconnect_options::reconnect_options(const reconnect_options &amp;)']]],
   ['reject',['reject',['../classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c',1,'proton::delivery']]],
   ['release',['release',['../classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591',1,'proton::delivery']]],
   ['reply_5fto',['reply_to',['../classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c',1,'proton::message::reply_to(const std::string &amp;addr)'],['../classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245',1,'proton::message::reply_to() const']]],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html b/content/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
index 1df463a..5e79648 100755
--- a/content/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
+++ b/content/releases/qpid-proton-master/proton/python/api/proton.wrapper-module.html
@@ -97,7 +97,7 @@
     <td width="15%" align="right" valign="top" class="summary">
       <span class="summary-type">&nbsp;</span>
     </td><td class="summary">
-        <a name="PYCTX"></a><span class="summary-name">PYCTX</span> = <code title="1040877806096">1040877806096</code>
+        <a name="PYCTX"></a><span class="summary-name">PYCTX</span> = <code title="33903153680">33903153680</code>
     </td>
   </tr>
 <tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/index.md
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/index.md b/input/releases/qpid-proton-master/index.md
index 9ef39f5..47dfff1 100644
--- a/input/releases/qpid-proton-master/index.md
+++ b/input/releases/qpid-proton-master/index.md
@@ -27,7 +27,7 @@ Documentation found here may be incorrect or incomplete.  For a
 smoother experience, see the [current stable
 release]({{current_proton_release_url}}/index.html).
 
-This content was generated at 05:34  on Thursday, 31 August 2017.
+This content was generated at 10:02  on Thursday, 31 August 2017.
 
 </div>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/annotated.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/annotated.html b/input/releases/qpid-proton-master/proton/cpp/api/annotated.html
index 0f2566e..daa6c5e 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/annotated.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/annotated.html
@@ -131,36 +131,37 @@ $(document).ready(function(){initNavTree('annotated.html','');});
 <tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1messaging__handler.html" target="_self">messaging_handler</a></td><td class="desc">A handler for Proton messaging events </td></tr>
 <tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver.html" target="_self">receiver</a></td><td class="desc">A channel for receiving messages </td></tr>
 <tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver__options.html" target="_self">receiver_options</a></td><td class="desc">Options for creating a receiver </td></tr>
-<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned</a></td><td class="desc">Return type for container functions </td></tr>
-<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
-<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar__base.html" target="_self">scalar_base</a></td><td class="desc">Base class for scalar types </td></tr>
-<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A channel for sending messages </td></tr>
-<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
-<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of senders and receivers </td></tr>
-<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
-<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
-<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
-<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
-<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
-<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
-<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
-<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">A <code>std::string</code> that represents the AMQP symbol type </td></tr>
-<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
-<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
-<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
-<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">An operation timed out </td></tr>
-<tr id="row_0_46_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A 64-bit timestamp in milliseconds since the Unix epoch </td></tr>
-<tr id="row_0_47_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1tracker.html" target="_self">tracker</a></td><td class="desc">A tracker for a sent message </td></tr>
-<tr id="row_0_48_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transfer.html" target="_self">transfer</a></td><td class="desc">The base class for delivery and tracker </td></tr>
-<tr id="row_0_49_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transport.html" target="_self">transport</a></td><td class="desc">A network channel supporting an AMQP connection </td></tr>
-<tr id="row_0_50_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
-<tr id="row_0_51_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">An error encountered during URL parsing </td></tr>
-<tr id="row_0_52_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
-<tr id="row_0_53_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for any AMQP value, simple or complex </td></tr>
-<tr id="row_0_54_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
-<tr id="row_0_55_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
-<tr id="row_0_56_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
+<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1reconnect__options.html" target="_self">reconnect_options</a></td><td class="desc"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts </td></tr>
+<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned</a></td><td class="desc">Return type for container functions </td></tr>
+<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
+<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
+<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar__base.html" target="_self">scalar_base</a></td><td class="desc">Base class for scalar types </td></tr>
+<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A channel for sending messages </td></tr>
+<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
+<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of senders and receivers </td></tr>
+<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
+<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
+<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
+<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
+<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
+<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
+<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
+<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">A <code>std::string</code> that represents the AMQP symbol type </td></tr>
+<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
+<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
+<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
+<tr id="row_0_46_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">An operation timed out </td></tr>
+<tr id="row_0_47_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A 64-bit timestamp in milliseconds since the Unix epoch </td></tr>
+<tr id="row_0_48_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1tracker.html" target="_self">tracker</a></td><td class="desc">A tracker for a sent message </td></tr>
+<tr id="row_0_49_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transfer.html" target="_self">transfer</a></td><td class="desc">The base class for delivery and tracker </td></tr>
+<tr id="row_0_50_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1transport.html" target="_self">transport</a></td><td class="desc">A network channel supporting an AMQP connection </td></tr>
+<tr id="row_0_51_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
+<tr id="row_0_52_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">An error encountered during URL parsing </td></tr>
+<tr id="row_0_53_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
+<tr id="row_0_54_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for any AMQP value, simple or complex </td></tr>
+<tr id="row_0_55_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
+<tr id="row_0_56_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
+<tr id="row_0_57_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[7/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html b/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
index 2fae2a8..2cf446a 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
@@ -99,12 +99,12 @@ $(document).ready(function(){initNavTree('connection__options_8hpp.html','');});
 
 <p>Options to create a <a class="el" href="classproton_1_1connection.html" title="A connection to a remote AMQP peer. ">proton::connection</a>.  
 <a href="#details">More...</a></p>
-<div class="textblock"><code>#include &quot;<a class="el" href="fwd_8hpp_source.html">./fwd.hpp</a>&quot;</code><br />
-<code>#include &quot;<a class="el" href="types__fwd_8hpp_source.html">./types_fwd.hpp</a>&quot;</code><br />
+<div class="textblock"><code>#include &quot;<a class="el" href="duration_8hpp_source.html">./duration.hpp</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="fwd_8hpp_source.html">./fwd.hpp</a>&quot;</code><br />
 <code>#include &quot;./internal/config.hpp&quot;</code><br />
 <code>#include &quot;./internal/export.hpp&quot;</code><br />
 <code>#include &quot;./internal/pn_unique_ptr.hpp&quot;</code><br />
-<code>#include &quot;<a class="el" href="duration_8hpp_source.html">./duration.hpp</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="types__fwd_8hpp_source.html">./types_fwd.hpp</a>&quot;</code><br />
 <code>#include &lt;proton/type_compat.h&gt;</code><br />
 <code>#include &lt;vector&gt;</code><br />
 <code>#include &lt;string&gt;</code><br />

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html b/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
index 5c10746..8709463 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
@@ -93,14 +93,16 @@ $(document).ready(function(){initNavTree('connection__options_8hpp_source.html',
 <div class="title">connection_options.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="connection__options_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">
  * or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lin
 eno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implie
 d.  See the License for the</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types_
 _fwd_8hpp.html">./types_fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;./internal/config.hpp&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div><div class="line">
 <a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">struct </span>pn_connection_t;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="
 classproton_1_1connection__options.html">   62</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1connection__options.html">connection_options</a> {</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>();</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp; h);</div><div class="line"><a name="
 l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    PN_CPP_EXTERN ~connection_options();</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</sp
 an>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    <span class="comment">// XXX add C++11 move operations - Still relevant, and applies to all options</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504">handler</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp;);</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">max_frame_size</a>(uint32_t max);</div><div
  class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448">idle_timeout</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4c6429
 303ccb719d9c585c88f300e007">container_id</a>(<span class="keyword">const</span> std::string&amp; <span class="keywordtype">id</span>);</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(<span class="keyword">const</span> std::string&amp; name);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a n
 ame="l00124"></a><span class="lineno">  124</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <span class="comment">// XXX settle questions about reconnect_timer - consider simply</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="comment">// reconnect_options and making reconnect_timer internal</span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment"></span>    PN_CPP_EXTERN connection_options&amp; reconnect(<span class="keyword">const</span> reconnect_timer&amp;);</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span
 >&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__client__options.html">ssl_client_options</a>&amp;);</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__server__options.html">ssl_server_options</a>&amp;);</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</di
 v><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(<span class="key
 word">const</span> std::string&amp;);</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    PN_CPP_EXTERN connection_o
 ptions&amp; <a class="code" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(<span class="keyword">const</span> connection_options&amp; other);</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;    <span class="keywordtype">void</span> apply_unbound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <span class="keywordtype">void</span> apply_bound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <a class="code" hr
 ef="classproton_1_1messaging__handler.html">messaging_handler</a>* handler() <span class="keyword">const</span>;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">io::connec
 tion_driver</a>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1connection.html">connection</a>;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;};</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="preprocessor">#endif // PROTON_CONNECTION_OPTIONS_H</span></div><div class="ttc" id="classproton_1_1ssl__server__options_html"><div class="ttname"><a href="classproton_1_1ssl__server__options.html">proton::ssl_server_options</a></div><div class="ttdoc">Unsettled API - SSL configu
 ration for inbound connections. </div><div class="ttdef"><b>Definition:</b> ssl.hpp:145</div></div>
+<a href="connection__options_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">
  * or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lin
 eno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implie
 d.  See the License for the</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" hr
 ef="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;./internal/config.hpp&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types__fwd_8hpp.html">./types_fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div><div class="line">
 <a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">struct </span>pn_connection_t;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="
 classproton_1_1connection__options.html">   62</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1connection__options.html">connection_options</a> {</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>();</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp; h);</div><div class="line"><a name="
 l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    PN_CPP_EXTERN ~connection_options();</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</sp
 an>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    <span class="comment">// XXX add C++11 move operations - Still relevant, and applies to all options</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504">handler</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp;);</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">max_frame_size</a>(uint32_t max);</div><div
  class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448">idle_timeout</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4c6429
 303ccb719d9c585c88f300e007">container_id</a>(<span class="keyword">const</span> std::string&amp; <span class="keywordtype">id</span>);</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(<span class="keyword">const</span> std::string&amp; name);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a n
 ame="l00124"></a><span class="lineno">  124</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__client__options.html">ssl_client_options</a>&amp;);</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton
 _1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__server__options.html">ssl_server_options</a>&amp;);</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(<span class="keywordtype">bool</span>);</div><d
 iv class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classprot
 on_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a>(<a class="code" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;);</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    </div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a
 68a8c198dfa16653afc4a70a2b845604">update</a>(<span class="keyword">const</span> connection_options&amp; other);</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    <span class="keywordtype">void</span> apply_unbound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    <span class="keywordtype">void</span> apply_bound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;    <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>* handler(
 ) <span class="keyword">const</span>;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">io::connection_driver</a>;</div><div class="line"><a name="l00168"></a><span class="l
 ineno">  168</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1connection.html">connection</a>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;};</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<span class="preprocessor">#endif // PROTON_CONNECTION_OPTIONS_H</span></div><div class="ttc" id="classproton_1_1ssl__server__options_html"><div class="ttname"><a href="classproton_1_1ssl__server__options.html">proton::ssl_server_options</a></div><div class="ttdoc">Unsettled API - SSL configuration for inbound connections. </div><div class="ttdef"><b>Definition:</b>
  ssl.hpp:145</div></div>
 <div class="ttc" id="classproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, senders, and receivers. </div><div class="ttdef"><b>Definition:</b> container.hpp:51</div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html"><div class="ttname"><a href="classproton_1_1reconnect__options.html">proton::reconnect_options</a></div><div class="ttdoc">Experimental - Options that determine a series of delays to coordinate reconnection attempts...</div><div class="ttdef"><b>Definition:</b> reconnect_options.hpp:43</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_af66706fdb4a2f3f4d9943be9ee4b1347"><div class="ttname"><a href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">proton::connection_options::max_sessions</a></div><div class="ttdeci">connection_options &amp; max_sessions(uint16_t max)</div><div class="ttdoc">Set the maximum number of open sessions. The default is 32767. </div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a68a8c198dfa16653afc4a70a2b845604"><div class="ttname"><a href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">proton::connection_options::update</a></div><div class="ttdeci">connection_options &amp; update(const connection_options &amp;other)</div><div class="ttdoc">Update option values from values set in other. </div></div>
 <div class="ttc" id="classproton_1_1duration_html"><div class="ttname"><a href="classproton_1_1duration.html">proton::duration</a></div><div class="ttdoc">A span of time in milliseconds. </div><div class="ttdef"><b>Definition:</b> duration.hpp:36</div></div>
 <div class="ttc" id="fwd_8hpp_html"><div class="ttname"><a href="fwd_8hpp.html">fwd.hpp</a></div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a52f0724b86920647ef8624922aa54ab6"><div class="ttname"><a href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">proton::connection_options::sasl_allowed_mechs</a></div><div class="ttdeci">connection_options &amp; sasl_allowed_mechs(const std::string &amp;)</div><div class="ttdoc">Specify the allowed mechanisms for use on the connection. </div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a0fc40d55673b5c89e4b5a13c630edca5"><div class="ttname"><a href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">proton::connection_options::sasl_config_path</a></div><div class="ttdeci">connection_options &amp; sasl_config_path(const std::string &amp;)</div><div class="ttdoc">Unsettled API - Set the SASL configuration path. </div></div>
+<div class="ttc" id="classproton_1_1connection__options_html_a5a38fafc56619c03e10979b978393bbc"><div class="ttname"><a href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">proton::connection_options::reconnect</a></div><div class="ttdeci">connection_options &amp; reconnect(reconnect_options &amp;)</div><div class="ttdoc">Experimental - Options for reconnect on outgoing connections. </div></div>
 <div class="ttc" id="classproton_1_1connection_html"><div class="ttname"><a href="classproton_1_1connection.html">proton::connection</a></div><div class="ttdoc">A connection to a remote AMQP peer. </div><div class="ttdef"><b>Definition:</b> connection.hpp:40</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:62</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a8034b8d17ca30a4cfc3db8c6a898dc4d"><div class="ttname"><a href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">proton::connection_options::connection_options</a></div><div class="ttdeci">connection_options()</div><div class="ttdoc">Create an empty set of options. </div></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html b/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
index 2aa48ef..83e24b2 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
@@ -159,8 +159,6 @@ Files</h2></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:receiver__options_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="receiver__options_8hpp.html">receiver_options.hpp</a> <a href="receiver__options_8hpp_source.html">[code]</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:reconnect__timer_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="reconnect__timer_8hpp.html">reconnect_timer.hpp</a> <a href="reconnect__timer_8hpp_source.html">[code]</a></td></tr>
-<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:returned_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="returned_8hpp.html">returned.hpp</a> <a href="returned_8hpp_source.html">[code]</a></td></tr>
 <tr class="memdesc:returned_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return type for container functions. <br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js b/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
index 1e460ec..df4706e 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
@@ -63,7 +63,7 @@ var dir_25143d27009f52d175c1d192441a738a =
     [ "receiver_options.hpp", "receiver__options_8hpp.html", [
       [ "receiver_options", "classproton_1_1receiver__options.html", "classproton_1_1receiver__options" ]
     ] ],
-    [ "reconnect_timer.hpp", "reconnect__timer_8hpp.html", null ],
+    [ "reconnect_options.hpp", "reconnect__options_8hpp_source.html", null ],
     [ "returned.hpp", "returned_8hpp.html", [
       [ "returned", "classproton_1_1returned.html", "classproton_1_1returned" ]
     ] ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/files.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/files.html b/content/releases/qpid-proton-master/proton/cpp/api/files.html
index b6cb600..4f98398 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/files.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/files.html
@@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('files.html','');});
 <tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="namespaces_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="namespaces_8hpp.html" target="_self">namespaces.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="receiver_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="receiver_8hpp.html" target="_self">receiver.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="receiver__options_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="receiver__options_8hpp.html" target="_self">receiver_options.hpp</a></td><td class="desc"></td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reconnect__timer_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="reconnect__timer_8hpp.html" target="_self">reconnect_timer.hpp</a></td><td class="desc"></td></tr>
+<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reconnect__options_8hpp_source.html"><span class="icondoc"></span></a><b>reconnect_options.hpp</b></td><td class="desc"></td></tr>
 <tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="returned_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="returned_8hpp.html" target="_self">returned.hpp</a></td><td class="desc">Return type for container functions </td></tr>
 <tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sasl_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="sasl_8hpp.html" target="_self">sasl.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="scalar_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="scalar_8hpp.html" target="_self">scalar.hpp</a></td><td class="desc">Run-time holder for any AMQP scalar value </td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_d.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_d.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_d.html
index abafd6c..85f8bad 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_d.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_d.html
@@ -109,6 +109,12 @@ $(document).ready(function(){initNavTree('functions_d.html','');});
 <li>default_session()
 : <a class="el" href="classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462">connection</a>
 </li>
+<li>delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">reconnect_options</a>
+</li>
+<li>delay_multiplier()
+: <a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">reconnect_options</a>
+</li>
 <li>delivery_count()
 : <a class="el" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">message</a>
 </li>
@@ -141,10 +147,10 @@ $(document).ready(function(){initNavTree('functions_d.html','');});
 <li>durability_mode()
 : <a class="el" href="classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab">source_options</a>
 , <a class="el" href="classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d">target_options</a>
-, <a class="el" href="classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d">terminus</a>
+, <a class="el" href="classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8">terminus</a>
 </li>
 <li>durable()
-: <a class="el" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">message</a>
+: <a class="el" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">message</a>
 </li>
 <li>duration()
 : <a class="el" href="classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
index 18c9357..07bad89 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
@@ -102,8 +102,14 @@ $(document).ready(function(){initNavTree('functions_func_d.html','');});
 <li>default_session()
 : <a class="el" href="classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462">connection</a>
 </li>
+<li>delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">reconnect_options</a>
+</li>
+<li>delay_multiplier()
+: <a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">reconnect_options</a>
+</li>
 <li>delivery_count()
-: <a class="el" href="classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1">message</a>
+: <a class="el" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">message</a>
 </li>
 <li>delivery_mode()
 : <a class="el" href="classproton_1_1receiver__options.html#a582bced77754ed8a85f9597e2e457079">receiver_options</a>
@@ -137,7 +143,7 @@ $(document).ready(function(){initNavTree('functions_func_d.html','');});
 , <a class="el" href="classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8">terminus</a>
 </li>
 <li>durable()
-: <a class="el" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">message</a>
+: <a class="el" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">message</a>
 </li>
 <li>duration()
 : <a class="el" href="classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
index 1042a38..d241017 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
@@ -95,6 +95,12 @@ $(document).ready(function(){initNavTree('functions_func_m.html','');});
 <li>map()
 : <a class="el" href="classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b">map&lt; K, T &gt;</a>
 </li>
+<li>max_attempts()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">reconnect_options</a>
+</li>
+<li>max_delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">reconnect_options</a>
+</li>
 <li>max_frame_size()
 : <a class="el" href="classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f">connection</a>
 , <a class="el" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">connection_options</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
index aefa217..6c2e0df 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
@@ -229,10 +229,11 @@ $(document).ready(function(){initNavTree('functions_func_o.html','');});
 : <a class="el" href="classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477">binary</a>
 , <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a>
 , <a class="el" href="classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304">duration</a>
-, <a class="el" href="classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030">map&lt; K, T &gt;</a>
+, <a class="el" href="classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517">map&lt; K, T &gt;</a>
 , <a class="el" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">message</a>
 , <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a>
 , <a class="el" href="classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324">receiver_options</a>
+, <a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">reconnect_options</a>
 , <a class="el" href="classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f">scalar</a>
 , <a class="el" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">sender_options</a>
 , <a class="el" href="classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93">session_options</a>
@@ -243,7 +244,7 @@ $(document).ready(function(){initNavTree('functions_func_o.html','');});
 , <a class="el" href="classproton_1_1value.html#ad139f5042c366b09078f123f5621c156">value</a>
 </li>
 <li>operator&gt;&gt;()
-: <a class="el" href="classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690">decoder</a>
+: <a class="el" href="classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc">decoder</a>
 </li>
 <li>outcome()
 : <a class="el" href="classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00">sasl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
index d10019f..96671aa 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
@@ -117,6 +117,12 @@ $(document).ready(function(){initNavTree('functions_func_r.html','');});
 : <a class="el" href="classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027">connection</a>
 , <a class="el" href="classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027">session</a>
 </li>
+<li>reconnect()
+: <a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">connection_options</a>
+</li>
+<li>reconnect_options()
+: <a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a>
+</li>
 <li>reject()
 : <a class="el" href="classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c">delivery</a>
 </li>
@@ -124,10 +130,10 @@ $(document).ready(function(){initNavTree('functions_func_r.html','');});
 : <a class="el" href="classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591">delivery</a>
 </li>
 <li>reply_to()
-: <a class="el" href="classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c">message</a>
+: <a class="el" href="classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245">message</a>
 </li>
 <li>reply_to_group_id()
-: <a class="el" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">message</a>
+: <a class="el" href="classproton_1_1message.html#afc64c6e4de4ce502350c110724067e69">message</a>
 </li>
 <li>return_credit()
 : <a class="el" href="classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8">sender</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_m.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_m.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_m.html
index 08f12a0..9727e65 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_m.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_m.html
@@ -95,6 +95,12 @@ $(document).ready(function(){initNavTree('functions_m.html','');});
 <li>map()
 : <a class="el" href="classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b">map&lt; K, T &gt;</a>
 </li>
+<li>max_attempts()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">reconnect_options</a>
+</li>
+<li>max_delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">reconnect_options</a>
+</li>
 <li>max_frame_size()
 : <a class="el" href="classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f">connection</a>
 , <a class="el" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">connection_options</a>
@@ -110,7 +116,7 @@ $(document).ready(function(){initNavTree('functions_m.html','');});
 : <a class="el" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>
 </li>
 <li>message_id()
-: <a class="el" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>
+: <a class="el" href="classproton_1_1message__id.html#a37823024300ef4413ca077df9ddcc4d2">message_id</a>
 </li>
 <li>milliseconds()
 : <a class="el" href="classproton_1_1duration.html#afb6516c796d13a88dcbd295247f0f535">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_o.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_o.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_o.html
index 4c5a1ee..4c20443 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_o.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_o.html
@@ -230,7 +230,7 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 </li>
 <li>operator&lt;&lt;
 : <a class="el" href="classproton_1_1byte__array.html#af73e25d01bd5857297741fe1e6ff986e">byte_array&lt; N &gt;</a>
-, <a class="el" href="classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531">encoder</a>
+, <a class="el" href="classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a">encoder</a>
 , <a class="el" href="classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42">scalar_base</a>
 , <a class="el" href="classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18">value</a>
 </li>
@@ -238,10 +238,11 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 : <a class="el" href="classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477">binary</a>
 , <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a>
 , <a class="el" href="classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304">duration</a>
-, <a class="el" href="classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517">map&lt; K, T &gt;</a>
-, <a class="el" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">message</a>
+, <a class="el" href="classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef">map&lt; K, T &gt;</a>
+, <a class="el" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">message</a>
 , <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a>
 , <a class="el" href="classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324">receiver_options</a>
+, <a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">reconnect_options</a>
 , <a class="el" href="classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f">scalar</a>
 , <a class="el" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">sender_options</a>
 , <a class="el" href="classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93">session_options</a>
@@ -255,7 +256,7 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 : <a class="el" href="classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651">scalar_base</a>
 </li>
 <li>operator&gt;&gt;()
-: <a class="el" href="classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d">decoder</a>
+: <a class="el" href="classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b">decoder</a>
 </li>
 <li>outcome
 : <a class="el" href="classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd">sasl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/functions_r.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/functions_r.html b/content/releases/qpid-proton-master/proton/cpp/api/functions_r.html
index 315fb59..3910637 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/functions_r.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/functions_r.html
@@ -120,6 +120,12 @@ $(document).ready(function(){initNavTree('functions_r.html','');});
 : <a class="el" href="classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027">connection</a>
 , <a class="el" href="classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027">session</a>
 </li>
+<li>reconnect()
+: <a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">connection_options</a>
+</li>
+<li>reconnect_options()
+: <a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>
+</li>
 <li>reject()
 : <a class="el" href="classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c">delivery</a>
 </li>
@@ -136,7 +142,7 @@ $(document).ready(function(){initNavTree('functions_r.html','');});
 : <a class="el" href="classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c">message</a>
 </li>
 <li>reply_to_group_id()
-: <a class="el" href="classproton_1_1message.html#afc64c6e4de4ce502350c110724067e69">message</a>
+: <a class="el" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">message</a>
 </li>
 <li>resume_status
 : <a class="el" href="classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4">ssl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html b/content/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
index 7471cd3..591e58f 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
@@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree('fwd_8hpp_source.html','');});
 <div class="title">fwd.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="fwd_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_FWD_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_FWD_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.
   See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="commen
 t"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><d
 iv class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">class </span>ann
 otation_key;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span>connection;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>connection_options;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span>container;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span>delivery;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>duration;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>error_condition;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>event;</div><div class="line"><a name="l00035"></a><span class="lineno">   35<
 /span>&#160;<span class="keyword">class </span>message;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">class </span>message_id;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>messaging_handler;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span>listen_handler;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">class </span>listener;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">class </span>receiver;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">class </span>receiver_iterator;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keyword">class </span>receiver_options;</div><div c
 lass="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">class </span>reconnect_timer;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="keyword">class </span>sasl;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keyword">class </span>sender;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keyword">class </span>sender_iterator;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">class </span>sender_options;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">class </span>session;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keyword">class </span>session_options;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span cla
 ss="keyword">class </span>source_options;</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">class </span>ssl;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keyword">class </span>target_options;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keyword">class </span>tracker;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">class </span>transport;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="keyword">class </span>url;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">class </span>void_function0;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">class </span>work;</div><div class="line"><a name="l00058"></a><span class="line
 no">   58</span>&#160;<span class="keyword">class </span>work_queue;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1io.html">   60</a></span>&#160;<span class="keyword">namespace </span>io {</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a>;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classproton_1_1returned.html">
    66</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classproton_1_1returned.html">returned</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;}</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#endif // PROTON_FWD_HPP</span></div><div class="ttc" id="classproton_1_1returned_html"><div class="ttname"><a href="classproton_1_1returned.html">proton::returned</a></div><div class="ttdoc">Return type for container functions. </div><div class="ttdef"><b>Definition:</b> fwd.hpp:66</div></div>
+<a href="fwd_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_FWD_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_FWD_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.
   See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="commen
 t"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><d
 iv class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">class </span>ann
 otation_key;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span>connection;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>connection_options;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span>container;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span>delivery;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>duration;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>error_condition;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>event;</div><div class="line"><a name="l00035"></a><span class="lineno">   35<
 /span>&#160;<span class="keyword">class </span>message;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">class </span>message_id;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>messaging_handler;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span>listen_handler;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">class </span>listener;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">class </span>receiver;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">class </span>receiver_iterator;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keyword">class </span>receiver_options;</div><div c
 lass="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">class </span>reconnect_options;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="keyword">class </span>sasl;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keyword">class </span>sender;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keyword">class </span>sender_iterator;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">class </span>sender_options;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">class </span>session;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keyword">class </span>session_options;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span c
 lass="keyword">class </span>source_options;</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">class </span>ssl;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keyword">class </span>target_options;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keyword">class </span>tracker;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">class </span>transport;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="keyword">class </span>url;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">class </span>void_function0;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">class </span>work;</div><div class="line"><a name="l00058"></a><span class="li
 neno">   58</span>&#160;<span class="keyword">class </span>work_queue;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1io.html">   60</a></span>&#160;<span class="keyword">namespace </span>io {</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a>;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classproton_1_1returned.html
 ">   66</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classproton_1_1returned.html">returned</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;}</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#endif // PROTON_FWD_HPP</span></div><div class="ttc" id="classproton_1_1returned_html"><div class="ttname"><a href="classproton_1_1returned.html">proton::returned</a></div><div class="ttdoc">Return type for container functions. </div><div class="ttdef"><b>Definition:</b> fwd.hpp:66</div></div>
 <div class="ttc" id="classproton_1_1io_1_1connection__driver_html"><div class="ttname"><a href="classproton_1_1io_1_1connection__driver.html">proton::io::connection_driver</a></div><div class="ttdoc">Unsettled API - An AMQP driver for a single connection. </div><div class="ttdef"><b>Definition:</b> connection_driver.hpp:88</div></div>
 <div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:30</div></div>
 </div><!-- fragment --></div><!-- contents -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[6/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.html b/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
index 985d8eb..0a39774 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
@@ -166,26 +166,27 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
 <tr id="row_29_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1messaging__handler.html" target="_self">messaging_handler</a></td><td class="desc">A handler for Proton messaging events </td></tr>
 <tr id="row_30_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1io_1_1mutable__buffer.html" target="_self">mutable_buffer</a></td><td class="desc"><b>Unsettled API</b> - Pointer to a mutable memory region with a size </td></tr>
 <tr id="row_31_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver__options.html" target="_self">receiver_options</a></td><td class="desc">Options for creating a receiver </td></tr>
-<tr id="row_32_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned&lt; T &gt;</a></td><td class="desc">Return type for container functions </td></tr>
-<tr id="row_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
-<tr id="row_34_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
-<tr id="row_35_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
-<tr id="row_36_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
-<tr id="row_37_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
-<tr id="row_38_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
-<tr id="row_39_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
-<tr id="row_40_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
-<tr id="row_41_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start" target="_self">start</a></td><td class="desc"><b>Unsettled API</b> - Start encoding a complex type </td></tr>
-<tr id="row_42_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
-<tr id="row_43_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_43_" class="arrow" onclick="toggleFolder('43_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
-<tr id="row_43_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
-<tr id="row_43_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
-<tr id="row_44_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
-<tr id="row_45_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_45_" class="arrow" onclick="toggleFolder('45_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>vector&lt; T &gt;</b></td><td class="desc">STL class </td></tr>
-<tr id="row_45_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Arbitrary binary data </td></tr>
-<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
-<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
-<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
+<tr id="row_32_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1reconnect__options.html" target="_self">reconnect_options</a></td><td class="desc"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts </td></tr>
+<tr id="row_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned&lt; T &gt;</a></td><td class="desc">Return type for container functions </td></tr>
+<tr id="row_34_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
+<tr id="row_35_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
+<tr id="row_36_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
+<tr id="row_37_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
+<tr id="row_38_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
+<tr id="row_39_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
+<tr id="row_40_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
+<tr id="row_41_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
+<tr id="row_42_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start" target="_self">start</a></td><td class="desc"><b>Unsettled API</b> - Start encoding a complex type </td></tr>
+<tr id="row_43_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
+<tr id="row_44_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_44_" class="arrow" onclick="toggleFolder('44_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
+<tr id="row_44_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
+<tr id="row_44_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
+<tr id="row_45_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
+<tr id="row_46_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_46_" class="arrow" onclick="toggleFolder('46_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>vector&lt; T &gt;</b></td><td class="desc">STL class </td></tr>
+<tr id="row_46_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Arbitrary binary data </td></tr>
+<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
+<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
+<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.js b/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
index 6e8b0c7..6445440 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
@@ -98,6 +98,7 @@ var hierarchy =
     [ "messaging_handler", "classproton_1_1messaging__handler.html", null ],
     [ "mutable_buffer", "structproton_1_1io_1_1mutable__buffer.html", null ],
     [ "receiver_options", "classproton_1_1receiver__options.html", null ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html", null ],
     [ "returned< T >", "classproton_1_1returned.html", null ],
     [ "sasl", "classproton_1_1sasl.html", null ],
     [ "sender_options", "classproton_1_1sender__options.html", null ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html b/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
index 909a6b6..5098277 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
+++ b/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
@@ -188,6 +188,9 @@ Classes</h2></td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a></td></tr>
 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Options for creating a receiver.  <a href="classproton_1_1receiver__options.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts.  <a href="classproton_1_1reconnect__options.html#details">More...</a><br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1returned.html">returned</a></td></tr>
 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return type for container functions.  <a href="classproton_1_1returned.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js b/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
index 910b921..fa387ce 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
@@ -27,6 +27,7 @@ var namespaceproton =
     [ "messaging_handler", "classproton_1_1messaging__handler.html", "classproton_1_1messaging__handler" ],
     [ "receiver", "classproton_1_1receiver.html", "classproton_1_1receiver" ],
     [ "receiver_options", "classproton_1_1receiver__options.html", "classproton_1_1receiver__options" ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html", "classproton_1_1reconnect__options" ],
     [ "returned", "classproton_1_1returned.html", "classproton_1_1returned" ],
     [ "sasl", "classproton_1_1sasl.html", "classproton_1_1sasl" ],
     [ "scalar", "classproton_1_1scalar.html", "classproton_1_1scalar" ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreedata.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
index 7e72d8e..16ce5dc 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
@@ -42,10 +42,10 @@ var NAVTREE =
 var NAVTREEINDEX =
 [
 "annotated.html",
-"classproton_1_1decimal64.html#a13c57dab17e2c903cadfa5e35ba84064",
-"classproton_1_1receiver.html#a9e8555112049fc2b4945120b3c45f8ab",
-"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52",
-"receiver_8hpp.html"
+"classproton_1_1decimal64.html",
+"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae",
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647",
+"namespaceproton_1_1codec.html"
 ];
 
 var SYNCONMSG = 'click to disable panel synchronisation';

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
index 3d4a7f1..bbbbd91 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
@@ -156,15 +156,16 @@ var NAVTREEINDEX0 =
 "classproton_1_1connection.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,5,16],
 "classproton_1_1connection.html#ae922e54bbff7c2d27373eea9d15e3367":[6,0,0,5,19],
 "classproton_1_1connection__options.html":[6,0,0,6],
-"classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028":[6,0,0,6,20],
-"classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5":[6,0,0,6,14],
-"classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24":[6,0,0,6,19],
+"classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028":[6,0,0,6,21],
+"classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5":[6,0,0,6,15],
+"classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24":[6,0,0,6,20],
 "classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167":[6,0,0,6,9],
 "classproton_1_1connection__options.html#a4c6429303ccb719d9c585c88f300e007":[6,0,0,6,4],
-"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[6,0,0,6,16],
-"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[6,0,0,6,12],
-"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[6,0,0,6,17],
-"classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604":[6,0,0,6,18],
+"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[6,0,0,6,17],
+"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[6,0,0,6,13],
+"classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc":[6,0,0,6,11],
+"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[6,0,0,6,18],
+"classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604":[6,0,0,6,19],
 "classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75":[6,0,0,6,10],
 "classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504":[6,0,0,6,5],
 "classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448":[6,0,0,6,6],
@@ -172,11 +173,11 @@ var NAVTREEINDEX0 =
 "classproton_1_1connection__options.html#a90933e18af82770dfa522b0e3b356f3e":[6,0,0,6,1],
 "classproton_1_1connection__options.html#aa946cf564c3b226b0172b3b78f59928a":[6,0,0,6,2],
 "classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686":[6,0,0,6,7],
-"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[6,0,0,6,13],
+"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[6,0,0,6,14],
 "classproton_1_1connection__options.html#adeab0ac65b8d78eb8a78002f1ecd1138":[6,0,0,6,3],
-"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[6,0,0,6,15],
+"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[6,0,0,6,16],
 "classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347":[6,0,0,6,8],
-"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[6,0,0,6,11],
+"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[6,0,0,6,12],
 "classproton_1_1container.html":[6,0,0,7],
 "classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660":[6,0,0,7,20],
 "classproton_1_1container.html#a0c2d04a8b161f33eeae661b673ac2749":[6,0,0,7,26],
@@ -248,6 +249,5 @@ var NAVTREEINDEX0 =
 "classproton_1_1decimal32.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,10,7],
 "classproton_1_1decimal32.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,10,6],
 "classproton_1_1decimal32.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,10,4],
-"classproton_1_1decimal32.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,10,2],
-"classproton_1_1decimal64.html":[6,0,0,11]
+"classproton_1_1decimal32.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,10,2]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
index 462aa01..6284afb 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
@@ -1,5 +1,6 @@
 var NAVTREEINDEX1 =
 {
+"classproton_1_1decimal64.html":[6,0,0,11],
 "classproton_1_1decimal64.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,11,1],
 "classproton_1_1decimal64.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,11,3],
 "classproton_1_1decimal64.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,11,5],
@@ -248,6 +249,5 @@ var NAVTREEINDEX1 =
 "classproton_1_1receiver.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,25,20],
 "classproton_1_1receiver.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,25,4],
 "classproton_1_1receiver.html#a84d3a001340d11201e03c6ed7c763641":[6,0,0,25,2],
-"classproton_1_1receiver.html#a897e5c9bbc85f213403e0c6fcb69426d":[6,0,0,25,15],
-"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,25,17]
+"classproton_1_1receiver.html#a897e5c9bbc85f213403e0c6fcb69426d":[6,0,0,25,15]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
index f108302..c93243e 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
@@ -1,5 +1,6 @@
 var NAVTREEINDEX2 =
 {
+"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,25,17],
 "classproton_1_1receiver.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,25,14],
 "classproton_1_1receiver.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,25,19],
 "classproton_1_1receiver.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,25,16],
@@ -22,232 +23,231 @@ var NAVTREEINDEX2 =
 "classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36":[6,0,0,26,0],
 "classproton_1_1receiver__options.html#ad8168a06620ae6844cb61451d065f4f3":[6,0,0,26,2],
 "classproton_1_1receiver__options.html#af313abfa8d5b19e4b61c779907eb9980":[6,0,0,26,4],
-"classproton_1_1returned.html":[6,0,0,27],
-"classproton_1_1returned.html#a54724b9dd792a6022b918eae2f393734":[6,0,0,27,1],
-"classproton_1_1returned.html#a7e6c2d7eb0ba9807a9fb9fee0f628508":[6,0,0,27,0],
-"classproton_1_1sasl.html":[6,0,0,28],
-"classproton_1_1sasl.html#a615d497d6e83d12de95eff51963d551e":[6,0,0,28,5],
-"classproton_1_1sasl.html#a74642761208a390dc7dd63c869dc8599":[6,0,0,28,4],
-"classproton_1_1sasl.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,28,7],
-"classproton_1_1sasl.html#ac1d29864665cf5b575439241353603eb":[6,0,0,28,1],
-"classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2":[6,0,0,28,3],
-"classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00":[6,0,0,28,6],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd":[6,0,0,28,0],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda2bc49ec37d6a5715dd23e85f1ff5bb59":[6,0,0,28,0,1],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda5937389a60030a604f0efdf5e3927325":[6,0,0,28,0,5],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda69a8d053cf3b5b28fa0c7dde6f883e10":[6,0,0,28,0,3],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda8b22fbb60fcbd7a4a5e1e6ff6ee38218":[6,0,0,28,0,2],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,28,0,0],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdae0a57d717d9f8c8fdba757be1b0afdcf":[6,0,0,28,0,4],
-"classproton_1_1sasl.html#af6da8cd4e28825fcfe0a8413783a5add":[6,0,0,28,2],
-"classproton_1_1scalar.html":[6,0,0,29],
-"classproton_1_1scalar.html#a247e504774a50ea9baeb9330d459a486":[6,0,0,29,1],
-"classproton_1_1scalar.html#a31eda8feb7c15956a8c9091737505789":[6,0,0,29,7],
-"classproton_1_1scalar.html#a59517f5cda18ae5c612f0c760398fe1d":[6,0,0,29,6],
-"classproton_1_1scalar.html#a61968283b9e1fc067dcad67e9fe58f6a":[6,0,0,29,8],
-"classproton_1_1scalar.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,29,3],
-"classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f":[6,0,0,29,4],
-"classproton_1_1scalar.html#a79453d11d5d0a0ab021762a68a73d97e":[6,0,0,29,0],
-"classproton_1_1scalar.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,29,5],
-"classproton_1_1scalar.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,29,2],
-"classproton_1_1scalar__base.html":[6,0,0,30],
-"classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651":[6,0,0,30,4],
-"classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576":[6,0,0,30,2],
-"classproton_1_1scalar__base.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,30,0],
-"classproton_1_1scalar__base.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,30,1],
-"classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42":[6,0,0,30,3],
-"classproton_1_1sender.html":[6,0,0,31],
-"classproton_1_1sender.html#a0177dfbb87c4a94379c4ab6ac77a134e":[6,0,0,31,13],
-"classproton_1_1sender.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,31,10],
-"classproton_1_1sender.html#a19c36a38b50e8080b94a47230a56234f":[6,0,0,31,9],
-"classproton_1_1sender.html#a1d89c28bd42ba9a52da008bb69367171":[6,0,0,31,11],
-"classproton_1_1sender.html#a214eb30b24e6831d016a47b9dddda830":[6,0,0,31,15],
-"classproton_1_1sender.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,31,6],
-"classproton_1_1sender.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,31,2],
-"classproton_1_1sender.html#a5f0b815f331997411a6794f8628592ba":[6,0,0,31,18],
-"classproton_1_1sender.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,31,20],
-"classproton_1_1sender.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,31,3],
-"classproton_1_1sender.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,31,17],
-"classproton_1_1sender.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,31,12],
-"classproton_1_1sender.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,31,19],
-"classproton_1_1sender.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,31,16],
-"classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8":[6,0,0,31,14],
-"classproton_1_1sender.html#ac295bade8aee589f6718dfa79edc2a34":[6,0,0,31,8],
-"classproton_1_1sender.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,31,1],
-"classproton_1_1sender.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,31,4],
-"classproton_1_1sender.html#ae8473244d5665777c846fa88eba39252":[6,0,0,31,0],
-"classproton_1_1sender.html#afd27bd11ba72d7df51c44f71b15749eb":[6,0,0,31,7],
-"classproton_1_1sender.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,31,5],
-"classproton_1_1sender__options.html":[6,0,0,32],
-"classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f":[6,0,0,32,3],
-"classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff":[6,0,0,32,5],
-"classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6":[6,0,0,32,6],
-"classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b":[6,0,0,32,9],
-"classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4":[6,0,0,32,1],
-"classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658":[6,0,0,32,0],
-"classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc":[6,0,0,32,8],
-"classproton_1_1sender__options.html#a9d4e9c4da04b57ae7e7c1ca4543ec63d":[6,0,0,32,2],
-"classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db":[6,0,0,32,4],
-"classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0":[6,0,0,32,7],
-"classproton_1_1session.html":[6,0,0,33],
-"classproton_1_1session.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,33,7],
-"classproton_1_1session.html#a1b4552a1ec08cdb5e76d7054dee6b538":[6,0,0,33,12],
-"classproton_1_1session.html#a2e6d8395032b1d590a9e1586c7de0fb5":[6,0,0,33,17],
-"classproton_1_1session.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,33,6],
-"classproton_1_1session.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,33,2],
-"classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027":[6,0,0,33,16],
-"classproton_1_1session.html#a7158346a6221ba5dad8c19464950f51b":[6,0,0,33,10],
-"classproton_1_1session.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,33,19],
-"classproton_1_1session.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,33,3],
-"classproton_1_1session.html#a912187b9bad05f8454864cc5eef14395":[6,0,0,33,0],
-"classproton_1_1session.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,33,9],
-"classproton_1_1session.html#aad60d14592ee9d34caca4c61214ecd27":[6,0,0,33,11],
-"classproton_1_1session.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,33,18],
-"classproton_1_1session.html#ab997a1233a3327d5ac1e63327fa62717":[6,0,0,33,14],
-"classproton_1_1session.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,33,1],
-"classproton_1_1session.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,33,4],
-"classproton_1_1session.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,33,13],
-"classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0":[6,0,0,33,15],
-"classproton_1_1session.html#afd0c41cf41edfc314d065e76e402fd1b":[6,0,0,33,8],
-"classproton_1_1session.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,33,5],
-"classproton_1_1session__options.html":[6,0,0,34],
-"classproton_1_1session__options.html#a2e138875d21432af920338badc26fefb":[6,0,0,34,1],
-"classproton_1_1session__options.html#a4e46096f909a7dcee51b427bb743c10b":[6,0,0,34,2],
-"classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93":[6,0,0,34,4],
-"classproton_1_1session__options.html#a6bbd6b5371776068b2054366802dbbf9":[6,0,0,34,3],
-"classproton_1_1session__options.html#ad0a94848bc139a7628681a3401402f7b":[6,0,0,34,0],
-"classproton_1_1source.html":[6,0,0,35],
-"classproton_1_1source.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,35,12],
-"classproton_1_1source.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,35,3],
-"classproton_1_1source.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,35,5],
-"classproton_1_1source.html#a5872b2a2f80f74a6f4f5b02791861a6d":[6,0,0,35,10],
-"classproton_1_1source.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,35,2],
-"classproton_1_1source.html#a6cfde826a3d3092bd8a3a636e2336bbb":[6,0,0,35,4],
-"classproton_1_1source.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,35,11],
-"classproton_1_1source.html#abb1886a3a928bddfaf76dc67e3d15525":[6,0,0,35,6],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089":[6,0,0,35,1],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aa876f4fb4e5f7f0c5c48fcf66c9ce7ce":[6,0,0,35,1,0],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aba6788019f0f871f0aefcd5644635785":[6,0,0,35,1,1],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aed3ef32890b6da0919b57254c5206c62":[6,0,0,35,1,2],
-"classproton_1_1source.html#ad5af497ef0602d13b06773c910994fd7":[6,0,0,35,0],
-"classproton_1_1source.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,35,8],
-"classproton_1_1source.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,35,7],
-"classproton_1_1source.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,35,9],
-"classproton_1_1source__options.html":[6,0,0,36],
-"classproton_1_1source__options.html#a1d2323580261c3bce5c41cb93d72bff9":[6,0,0,36,1],
-"classproton_1_1source__options.html#a36fa9e64134459cfe70707e0439ba850":[6,0,0,36,3],
-"classproton_1_1source__options.html#a41ffaf202d22b3276c15bfcf5b5c3ed6":[6,0,0,36,4],
-"classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be":[6,0,0,36,9],
-"classproton_1_1source__options.html#a5fca9a55327631935b124badfebea989":[6,0,0,36,10],
-"classproton_1_1source__options.html#a77a7e16ef337620c380c54901a42e3f2":[6,0,0,36,2],
-"classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab":[6,0,0,36,5],
-"classproton_1_1source__options.html#a9a38c4697708d223e8163d301e92f6af":[6,0,0,36,8],
-"classproton_1_1source__options.html#aad9e94ccdd35ae9bd3cfd730d5749760":[6,0,0,36,7],
-"classproton_1_1source__options.html#ab491bddac8a47b9478c748f43ab583d7":[6,0,0,36,6],
-"classproton_1_1source__options.html#afb2122d3d1a1f504c7cb23ea1093afcf":[6,0,0,36,0],
-"classproton_1_1ssl.html":[6,0,0,37],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4":[6,0,0,37,0],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6a8b4831d126ce349ac966f2f469413f":[6,0,0,37,0,2],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6ce26a62afab55d7606ad4e92428b30c":[6,0,0,37,0,0],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4aec34b0b90541576a22697631105dc847":[6,0,0,37,0,1],
-"classproton_1_1ssl.html#aab73a626b87b792e31ff0eee531fbcb2":[6,0,0,37,2],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3":[6,0,0,37,1],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3a57807a2e5ed5e9858db1e84f24e91a0a":[6,0,0,37,1,2],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3ac0c5cd6b794574267c2ad08f485bd76d":[6,0,0,37,1,1],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3adb9333f2461b9f65dcb7346a8ceb185c":[6,0,0,37,1,0],
-"classproton_1_1ssl__certificate.html":[6,0,0,38],
-"classproton_1_1ssl__certificate.html#a06065e17b1b4e178adc0047ae99335ac":[6,0,0,38,0],
-"classproton_1_1ssl__certificate.html#a8db4264dc2c610f8cc91903610f48361":[6,0,0,38,1],
-"classproton_1_1ssl__certificate.html#aa23f3c38df56f3e9ea116462c6c98547":[6,0,0,38,2],
-"classproton_1_1ssl__client__options.html":[6,0,0,39],
-"classproton_1_1ssl__client__options.html#a05df3dc53e9dc80ed8d90b7724d791b0":[6,0,0,39,0],
-"classproton_1_1ssl__client__options.html#a79e03058960606b2d656b57744d13284":[6,0,0,39,2],
-"classproton_1_1ssl__client__options.html#aaeae243f374927d7729927cb343f8130":[6,0,0,39,1],
-"classproton_1_1ssl__server__options.html":[6,0,0,40],
-"classproton_1_1ssl__server__options.html#a1f181336edbdb677b58eaa1366127da1":[6,0,0,40,2],
-"classproton_1_1ssl__server__options.html#a557e872dfb469537d374f04b969db547":[6,0,0,40,0],
-"classproton_1_1ssl__server__options.html#abf0b30171760149fc5e8dacacbcd0b00":[6,0,0,40,1],
-"classproton_1_1symbol.html":[6,0,0,41],
-"classproton_1_1symbol.html#a3ab37ae3b314e64dd5b19f8f01148bbf":[6,0,0,41,0],
-"classproton_1_1symbol.html#a5d96e10a5b46e6d9a4cc999cbd7c1467":[6,0,0,41,1],
-"classproton_1_1symbol.html#acb24e4da84324613eac952fa3dbdc6a9":[6,0,0,41,2],
-"classproton_1_1target.html":[6,0,0,42],
-"classproton_1_1target.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,42,8],
-"classproton_1_1target.html#a1839bce0672e60129fb6c69534a027e6":[6,0,0,42,2],
-"classproton_1_1target.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,42,1],
-"classproton_1_1target.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,42,3],
-"classproton_1_1target.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,42,0],
-"classproton_1_1target.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,42,7],
-"classproton_1_1target.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,42,5],
-"classproton_1_1target.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,42,4],
-"classproton_1_1target.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,42,6],
-"classproton_1_1target__options.html":[6,0,0,43],
-"classproton_1_1target__options.html#a14a86cafc12d543ad6f9c3be88fbd7b6":[6,0,0,43,8],
-"classproton_1_1target__options.html#a19876222bb570ce8369d6024499faf05":[6,0,0,43,1],
-"classproton_1_1target__options.html#a39a0acbf2c7de97e77df483ca9c4c6a9":[6,0,0,43,3],
-"classproton_1_1target__options.html#a3ee55474d84d67e826dc56f40b848b5b":[6,0,0,43,6],
-"classproton_1_1target__options.html#a7280590c00353fcf4f35d0b490931912":[6,0,0,43,2],
-"classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d":[6,0,0,43,4],
-"classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd":[6,0,0,43,7],
-"classproton_1_1target__options.html#acc2d56132d2a7a0b644429b78ff00756":[6,0,0,43,5],
-"classproton_1_1target__options.html#add127463954d31c61475058fe14aef52":[6,0,0,43,0],
-"classproton_1_1terminus.html":[6,0,0,44],
-"classproton_1_1terminus.html#a009b3efd1003495cd865ef0d24ea2134":[6,0,0,44,2],
-"classproton_1_1terminus.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,44,7],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,44,1],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba3a267f9424d4d555780a8d26209c8118":[6,0,0,44,1,3],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba7201cfe403ee6d4b4b717d146e38bee1":[6,0,0,44,1,0],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebac028e516a1a662691a25993ab4f86c09":[6,0,0,44,1,1],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebad1b07c50c2dc77892c0254442e206a23":[6,0,0,44,1,2],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,44,0],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da07731dff0bf77faf2dc60a19c925e3c4":[6,0,0,44,0,1],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da9a971a7b3eb61a4e22701f1f4099909f":[6,0,0,44,0,2],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3dafdced71ad3dc05c5221439eddc3573e8":[6,0,0,44,0,0],
-"classproton_1_1terminus.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,44,6],
-"classproton_1_1terminus.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,44,4],
-"classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,44,3],
-"classproton_1_1terminus.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,44,5],
-"classproton_1_1timestamp.html":[6,0,0,46],
-"classproton_1_1timestamp.html#a44829e89515fec974f57f37bbdbfaeb2":[6,0,0,46,0],
-"classproton_1_1timestamp.html#a7dd3e30aaca70057a02dca7cc5eb5b4d":[6,0,0,46,1],
-"classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6":[6,0,0,46,3],
-"classproton_1_1timestamp.html#afb6516c796d13a88dcbd295247f0f535":[6,0,0,46,2],
-"classproton_1_1tracker.html":[6,0,0,47],
-"classproton_1_1tracker.html#a0b9624867cb6a465a71ecf3bce1d64dd":[6,0,0,47,1],
-"classproton_1_1tracker.html#a172df06404ec241cee5281536db603a7":[6,0,0,47,6],
-"classproton_1_1tracker.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,47,3],
-"classproton_1_1tracker.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,47,9],
-"classproton_1_1tracker.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,47,8],
-"classproton_1_1tracker.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,47,5],
-"classproton_1_1tracker.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,47,7],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,47,0],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,47,0,1],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,47,0,5],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,47,0,2],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,47,0,4],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,47,0,0],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,47,0,3],
-"classproton_1_1tracker.html#af6557049c84db2e028dce1b646d2e379":[6,0,0,47,4],
-"classproton_1_1tracker.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,47,2],
-"classproton_1_1transfer.html":[6,0,0,48],
-"classproton_1_1transfer.html#a172df06404ec241cee5281536db603a7":[6,0,0,48,5],
-"classproton_1_1transfer.html#a27689e22340a12302f25eec6072c5d22":[6,0,0,48,1],
-"classproton_1_1transfer.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,48,3],
-"classproton_1_1transfer.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,48,8],
-"classproton_1_1transfer.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,48,7],
-"classproton_1_1transfer.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,48,4],
-"classproton_1_1transfer.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,48,6],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,48,0],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,48,0,1],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,48,0,5],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,48,0,2],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,48,0,4],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,48,0,0],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,48,0,3],
-"classproton_1_1transfer.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,48,2],
-"classproton_1_1transport.html":[6,0,0,49],
-"classproton_1_1transport.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,49,2],
-"classproton_1_1transport.html#a150f1a1b6c9cf6605d44f4cc150a11cc":[6,0,0,49,3],
-"classproton_1_1transport.html#a73fe833a759ac581baa889155b7d0633":[6,0,0,49,4],
-"classproton_1_1transport.html#aa1996a887a9af5c8c18c739ab08588d6":[6,0,0,49,0]
+"classproton_1_1reconnect__options.html":[6,0,0,27],
+"classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b":[6,0,0,27,3],
+"classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b":[6,0,0,27,6],
+"classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428":[6,0,0,27,5],
+"classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650":[6,0,0,27,4],
+"classproton_1_1reconnect__options.html#ab6d4cad321fbb7a59efddecc0f36895d":[6,0,0,27,2],
+"classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc":[6,0,0,27,0],
+"classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270":[6,0,0,27,7],
+"classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08":[6,0,0,27,1],
+"classproton_1_1returned.html":[6,0,0,28],
+"classproton_1_1returned.html#a54724b9dd792a6022b918eae2f393734":[6,0,0,28,1],
+"classproton_1_1returned.html#a7e6c2d7eb0ba9807a9fb9fee0f628508":[6,0,0,28,0],
+"classproton_1_1sasl.html":[6,0,0,29],
+"classproton_1_1sasl.html#a615d497d6e83d12de95eff51963d551e":[6,0,0,29,5],
+"classproton_1_1sasl.html#a74642761208a390dc7dd63c869dc8599":[6,0,0,29,4],
+"classproton_1_1sasl.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,29,7],
+"classproton_1_1sasl.html#ac1d29864665cf5b575439241353603eb":[6,0,0,29,1],
+"classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2":[6,0,0,29,3],
+"classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00":[6,0,0,29,6],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd":[6,0,0,29,0],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda2bc49ec37d6a5715dd23e85f1ff5bb59":[6,0,0,29,0,1],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda5937389a60030a604f0efdf5e3927325":[6,0,0,29,0,5],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda69a8d053cf3b5b28fa0c7dde6f883e10":[6,0,0,29,0,3],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda8b22fbb60fcbd7a4a5e1e6ff6ee38218":[6,0,0,29,0,2],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,29,0,0],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdae0a57d717d9f8c8fdba757be1b0afdcf":[6,0,0,29,0,4],
+"classproton_1_1sasl.html#af6da8cd4e28825fcfe0a8413783a5add":[6,0,0,29,2],
+"classproton_1_1scalar.html":[6,0,0,30],
+"classproton_1_1scalar.html#a247e504774a50ea9baeb9330d459a486":[6,0,0,30,1],
+"classproton_1_1scalar.html#a31eda8feb7c15956a8c9091737505789":[6,0,0,30,7],
+"classproton_1_1scalar.html#a59517f5cda18ae5c612f0c760398fe1d":[6,0,0,30,6],
+"classproton_1_1scalar.html#a61968283b9e1fc067dcad67e9fe58f6a":[6,0,0,30,8],
+"classproton_1_1scalar.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,30,3],
+"classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f":[6,0,0,30,4],
+"classproton_1_1scalar.html#a79453d11d5d0a0ab021762a68a73d97e":[6,0,0,30,0],
+"classproton_1_1scalar.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,30,5],
+"classproton_1_1scalar.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,30,2],
+"classproton_1_1scalar__base.html":[6,0,0,31],
+"classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651":[6,0,0,31,4],
+"classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576":[6,0,0,31,2],
+"classproton_1_1scalar__base.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,31,0],
+"classproton_1_1scalar__base.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,31,1],
+"classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42":[6,0,0,31,3],
+"classproton_1_1sender.html":[6,0,0,32],
+"classproton_1_1sender.html#a0177dfbb87c4a94379c4ab6ac77a134e":[6,0,0,32,13],
+"classproton_1_1sender.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,32,10],
+"classproton_1_1sender.html#a19c36a38b50e8080b94a47230a56234f":[6,0,0,32,9],
+"classproton_1_1sender.html#a1d89c28bd42ba9a52da008bb69367171":[6,0,0,32,11],
+"classproton_1_1sender.html#a214eb30b24e6831d016a47b9dddda830":[6,0,0,32,15],
+"classproton_1_1sender.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,32,6],
+"classproton_1_1sender.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,32,2],
+"classproton_1_1sender.html#a5f0b815f331997411a6794f8628592ba":[6,0,0,32,18],
+"classproton_1_1sender.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,32,20],
+"classproton_1_1sender.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,32,3],
+"classproton_1_1sender.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,32,17],
+"classproton_1_1sender.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,32,12],
+"classproton_1_1sender.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,32,19],
+"classproton_1_1sender.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,32,16],
+"classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8":[6,0,0,32,14],
+"classproton_1_1sender.html#ac295bade8aee589f6718dfa79edc2a34":[6,0,0,32,8],
+"classproton_1_1sender.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,32,1],
+"classproton_1_1sender.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,32,4],
+"classproton_1_1sender.html#ae8473244d5665777c846fa88eba39252":[6,0,0,32,0],
+"classproton_1_1sender.html#afd27bd11ba72d7df51c44f71b15749eb":[6,0,0,32,7],
+"classproton_1_1sender.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,32,5],
+"classproton_1_1sender__options.html":[6,0,0,33],
+"classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f":[6,0,0,33,3],
+"classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff":[6,0,0,33,5],
+"classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6":[6,0,0,33,6],
+"classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b":[6,0,0,33,9],
+"classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4":[6,0,0,33,1],
+"classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658":[6,0,0,33,0],
+"classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc":[6,0,0,33,8],
+"classproton_1_1sender__options.html#a9d4e9c4da04b57ae7e7c1ca4543ec63d":[6,0,0,33,2],
+"classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db":[6,0,0,33,4],
+"classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0":[6,0,0,33,7],
+"classproton_1_1session.html":[6,0,0,34],
+"classproton_1_1session.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,34,7],
+"classproton_1_1session.html#a1b4552a1ec08cdb5e76d7054dee6b538":[6,0,0,34,12],
+"classproton_1_1session.html#a2e6d8395032b1d590a9e1586c7de0fb5":[6,0,0,34,17],
+"classproton_1_1session.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,34,6],
+"classproton_1_1session.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,34,2],
+"classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027":[6,0,0,34,16],
+"classproton_1_1session.html#a7158346a6221ba5dad8c19464950f51b":[6,0,0,34,10],
+"classproton_1_1session.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,34,19],
+"classproton_1_1session.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,34,3],
+"classproton_1_1session.html#a912187b9bad05f8454864cc5eef14395":[6,0,0,34,0],
+"classproton_1_1session.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,34,9],
+"classproton_1_1session.html#aad60d14592ee9d34caca4c61214ecd27":[6,0,0,34,11],
+"classproton_1_1session.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,34,18],
+"classproton_1_1session.html#ab997a1233a3327d5ac1e63327fa62717":[6,0,0,34,14],
+"classproton_1_1session.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,34,1],
+"classproton_1_1session.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,34,4],
+"classproton_1_1session.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,34,13],
+"classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0":[6,0,0,34,15],
+"classproton_1_1session.html#afd0c41cf41edfc314d065e76e402fd1b":[6,0,0,34,8],
+"classproton_1_1session.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,34,5],
+"classproton_1_1session__options.html":[6,0,0,35],
+"classproton_1_1session__options.html#a2e138875d21432af920338badc26fefb":[6,0,0,35,1],
+"classproton_1_1session__options.html#a4e46096f909a7dcee51b427bb743c10b":[6,0,0,35,2],
+"classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93":[6,0,0,35,4],
+"classproton_1_1session__options.html#a6bbd6b5371776068b2054366802dbbf9":[6,0,0,35,3],
+"classproton_1_1session__options.html#ad0a94848bc139a7628681a3401402f7b":[6,0,0,35,0],
+"classproton_1_1source.html":[6,0,0,36],
+"classproton_1_1source.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,36,12],
+"classproton_1_1source.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,36,3],
+"classproton_1_1source.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,36,5],
+"classproton_1_1source.html#a5872b2a2f80f74a6f4f5b02791861a6d":[6,0,0,36,10],
+"classproton_1_1source.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,36,2],
+"classproton_1_1source.html#a6cfde826a3d3092bd8a3a636e2336bbb":[6,0,0,36,4],
+"classproton_1_1source.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,36,11],
+"classproton_1_1source.html#abb1886a3a928bddfaf76dc67e3d15525":[6,0,0,36,6],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089":[6,0,0,36,1],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aa876f4fb4e5f7f0c5c48fcf66c9ce7ce":[6,0,0,36,1,0],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aba6788019f0f871f0aefcd5644635785":[6,0,0,36,1,1],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aed3ef32890b6da0919b57254c5206c62":[6,0,0,36,1,2],
+"classproton_1_1source.html#ad5af497ef0602d13b06773c910994fd7":[6,0,0,36,0],
+"classproton_1_1source.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,36,8],
+"classproton_1_1source.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,36,7],
+"classproton_1_1source.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,36,9],
+"classproton_1_1source__options.html":[6,0,0,37],
+"classproton_1_1source__options.html#a1d2323580261c3bce5c41cb93d72bff9":[6,0,0,37,1],
+"classproton_1_1source__options.html#a36fa9e64134459cfe70707e0439ba850":[6,0,0,37,3],
+"classproton_1_1source__options.html#a41ffaf202d22b3276c15bfcf5b5c3ed6":[6,0,0,37,4],
+"classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be":[6,0,0,37,9],
+"classproton_1_1source__options.html#a5fca9a55327631935b124badfebea989":[6,0,0,37,10],
+"classproton_1_1source__options.html#a77a7e16ef337620c380c54901a42e3f2":[6,0,0,37,2],
+"classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab":[6,0,0,37,5],
+"classproton_1_1source__options.html#a9a38c4697708d223e8163d301e92f6af":[6,0,0,37,8],
+"classproton_1_1source__options.html#aad9e94ccdd35ae9bd3cfd730d5749760":[6,0,0,37,7],
+"classproton_1_1source__options.html#ab491bddac8a47b9478c748f43ab583d7":[6,0,0,37,6],
+"classproton_1_1source__options.html#afb2122d3d1a1f504c7cb23ea1093afcf":[6,0,0,37,0],
+"classproton_1_1ssl.html":[6,0,0,38],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4":[6,0,0,38,0],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6a8b4831d126ce349ac966f2f469413f":[6,0,0,38,0,2],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6ce26a62afab55d7606ad4e92428b30c":[6,0,0,38,0,0],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4aec34b0b90541576a22697631105dc847":[6,0,0,38,0,1],
+"classproton_1_1ssl.html#aab73a626b87b792e31ff0eee531fbcb2":[6,0,0,38,2],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3":[6,0,0,38,1],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3a57807a2e5ed5e9858db1e84f24e91a0a":[6,0,0,38,1,2],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3ac0c5cd6b794574267c2ad08f485bd76d":[6,0,0,38,1,1],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3adb9333f2461b9f65dcb7346a8ceb185c":[6,0,0,38,1,0],
+"classproton_1_1ssl__certificate.html":[6,0,0,39],
+"classproton_1_1ssl__certificate.html#a06065e17b1b4e178adc0047ae99335ac":[6,0,0,39,0],
+"classproton_1_1ssl__certificate.html#a8db4264dc2c610f8cc91903610f48361":[6,0,0,39,1],
+"classproton_1_1ssl__certificate.html#aa23f3c38df56f3e9ea116462c6c98547":[6,0,0,39,2],
+"classproton_1_1ssl__client__options.html":[6,0,0,40],
+"classproton_1_1ssl__client__options.html#a05df3dc53e9dc80ed8d90b7724d791b0":[6,0,0,40,0],
+"classproton_1_1ssl__client__options.html#a79e03058960606b2d656b57744d13284":[6,0,0,40,2],
+"classproton_1_1ssl__client__options.html#aaeae243f374927d7729927cb343f8130":[6,0,0,40,1],
+"classproton_1_1ssl__server__options.html":[6,0,0,41],
+"classproton_1_1ssl__server__options.html#a1f181336edbdb677b58eaa1366127da1":[6,0,0,41,2],
+"classproton_1_1ssl__server__options.html#a557e872dfb469537d374f04b969db547":[6,0,0,41,0],
+"classproton_1_1ssl__server__options.html#abf0b30171760149fc5e8dacacbcd0b00":[6,0,0,41,1],
+"classproton_1_1symbol.html":[6,0,0,42],
+"classproton_1_1symbol.html#a3ab37ae3b314e64dd5b19f8f01148bbf":[6,0,0,42,0],
+"classproton_1_1symbol.html#a5d96e10a5b46e6d9a4cc999cbd7c1467":[6,0,0,42,1],
+"classproton_1_1symbol.html#acb24e4da84324613eac952fa3dbdc6a9":[6,0,0,42,2],
+"classproton_1_1target.html":[6,0,0,43],
+"classproton_1_1target.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,43,8],
+"classproton_1_1target.html#a1839bce0672e60129fb6c69534a027e6":[6,0,0,43,2],
+"classproton_1_1target.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,43,1],
+"classproton_1_1target.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,43,3],
+"classproton_1_1target.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,43,0],
+"classproton_1_1target.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,43,7],
+"classproton_1_1target.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,43,5],
+"classproton_1_1target.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,43,4],
+"classproton_1_1target.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,43,6],
+"classproton_1_1target__options.html":[6,0,0,44],
+"classproton_1_1target__options.html#a14a86cafc12d543ad6f9c3be88fbd7b6":[6,0,0,44,8],
+"classproton_1_1target__options.html#a19876222bb570ce8369d6024499faf05":[6,0,0,44,1],
+"classproton_1_1target__options.html#a39a0acbf2c7de97e77df483ca9c4c6a9":[6,0,0,44,3],
+"classproton_1_1target__options.html#a3ee55474d84d67e826dc56f40b848b5b":[6,0,0,44,6],
+"classproton_1_1target__options.html#a7280590c00353fcf4f35d0b490931912":[6,0,0,44,2],
+"classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d":[6,0,0,44,4],
+"classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd":[6,0,0,44,7],
+"classproton_1_1target__options.html#acc2d56132d2a7a0b644429b78ff00756":[6,0,0,44,5],
+"classproton_1_1target__options.html#add127463954d31c61475058fe14aef52":[6,0,0,44,0],
+"classproton_1_1terminus.html":[6,0,0,45],
+"classproton_1_1terminus.html#a009b3efd1003495cd865ef0d24ea2134":[6,0,0,45,2],
+"classproton_1_1terminus.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,45,7],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,45,1],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba3a267f9424d4d555780a8d26209c8118":[6,0,0,45,1,3],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba7201cfe403ee6d4b4b717d146e38bee1":[6,0,0,45,1,0],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebac028e516a1a662691a25993ab4f86c09":[6,0,0,45,1,1],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebad1b07c50c2dc77892c0254442e206a23":[6,0,0,45,1,2],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,45,0],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da07731dff0bf77faf2dc60a19c925e3c4":[6,0,0,45,0,1],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da9a971a7b3eb61a4e22701f1f4099909f":[6,0,0,45,0,2],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3dafdced71ad3dc05c5221439eddc3573e8":[6,0,0,45,0,0],
+"classproton_1_1terminus.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,45,6],
+"classproton_1_1terminus.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,45,4],
+"classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,45,3],
+"classproton_1_1terminus.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,45,5],
+"classproton_1_1timestamp.html":[6,0,0,47],
+"classproton_1_1timestamp.html#a44829e89515fec974f57f37bbdbfaeb2":[6,0,0,47,0],
+"classproton_1_1timestamp.html#a7dd3e30aaca70057a02dca7cc5eb5b4d":[6,0,0,47,1],
+"classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6":[6,0,0,47,3],
+"classproton_1_1timestamp.html#afb6516c796d13a88dcbd295247f0f535":[6,0,0,47,2],
+"classproton_1_1tracker.html":[6,0,0,48],
+"classproton_1_1tracker.html#a0b9624867cb6a465a71ecf3bce1d64dd":[6,0,0,48,1],
+"classproton_1_1tracker.html#a172df06404ec241cee5281536db603a7":[6,0,0,48,6],
+"classproton_1_1tracker.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,48,3],
+"classproton_1_1tracker.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,48,9],
+"classproton_1_1tracker.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,48,8],
+"classproton_1_1tracker.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,48,5],
+"classproton_1_1tracker.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,48,7],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,48,0],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,48,0,1],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,48,0,5],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,48,0,2],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,48,0,4],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,48,0,0],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,48,0,3],
+"classproton_1_1tracker.html#af6557049c84db2e028dce1b646d2e379":[6,0,0,48,4],
+"classproton_1_1tracker.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,48,2],
+"classproton_1_1transfer.html":[6,0,0,49],
+"classproton_1_1transfer.html#a172df06404ec241cee5281536db603a7":[6,0,0,49,5],
+"classproton_1_1transfer.html#a27689e22340a12302f25eec6072c5d22":[6,0,0,49,1],
+"classproton_1_1transfer.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,49,3],
+"classproton_1_1transfer.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,49,8],
+"classproton_1_1transfer.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,49,7],
+"classproton_1_1transfer.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,49,4],
+"classproton_1_1transfer.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,49,6],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,49,0],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,49,0,1],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,49,0,5]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
index 4c91826..fb4dac6 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
@@ -1,75 +1,85 @@
 var NAVTREEINDEX3 =
 {
-"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,49,1],
-"classproton_1_1url.html":[6,0,0,50],
-"classproton_1_1url.html#a0665da617d0ca28be2721c5f16368dd5":[6,0,0,50,1],
-"classproton_1_1url.html#a0a36cd36a47626cec96d0803dd3a9594":[6,0,0,50,5],
-"classproton_1_1url.html#a2ac6e124f5c2a7a3c8464099b5c4fde7":[6,0,0,50,0],
-"classproton_1_1url.html#a348cf3a521a7c6de31462917c8ab4364":[6,0,0,50,14],
-"classproton_1_1url.html#a3888dcd59dd5acd1ca5b9bee4c2e252a":[6,0,0,50,6],
-"classproton_1_1url.html#a5f0eba713a692bc0aa00b2b8ec0e9ba1":[6,0,0,50,4],
-"classproton_1_1url.html#a5f5eee467e584be313e24996b5408ee6":[6,0,0,50,2],
-"classproton_1_1url.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,50,3],
-"classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4":[6,0,0,50,7],
-"classproton_1_1url.html#a6f16e8b68942ad0d21494d056b4e13d7":[6,0,0,50,10],
-"classproton_1_1url.html#a7d831b27c411bf8939849914c29e452e":[6,0,0,50,8],
-"classproton_1_1url.html#a92a94824a297a0a35f69f91309f4f484":[6,0,0,50,12],
-"classproton_1_1url.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,50,13],
-"classproton_1_1url.html#aa54f07362c271f7f550c3f904022329b":[6,0,0,50,11],
-"classproton_1_1url.html#ac4cb5f95f1d720ef0cc94b74152cf50b":[6,0,0,50,9],
-"classproton_1_1uuid.html":[6,0,0,52],
-"classproton_1_1uuid.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,52,1],
-"classproton_1_1uuid.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,52,3],
-"classproton_1_1uuid.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,52,5],
-"classproton_1_1uuid.html#a4bbdd41bfc847213cc17df2150f2d36f":[6,0,0,52,10],
-"classproton_1_1uuid.html#a5310cf5d739236f30ce3625d375bceb4":[6,0,0,52,12],
-"classproton_1_1uuid.html#a5a5b7e2edea93a2ceafe9dfa6bdc7c56":[6,0,0,52,16],
-"classproton_1_1uuid.html#a5cef60cb24e71a774ca7fd34a0299242":[6,0,0,52,11],
-"classproton_1_1uuid.html#a89a6dcafb6130e3e1bcd6d1285e0dd6f":[6,0,0,52,9],
-"classproton_1_1uuid.html#a8bac4d75006235270f0c23744aa2517e":[6,0,0,52,15],
-"classproton_1_1uuid.html#a92b881db836646f4039adcbb73c8595f":[6,0,0,52,8],
-"classproton_1_1uuid.html#a9cebd58fabf177f121fdf9f25033cafb":[6,0,0,52,14],
-"classproton_1_1uuid.html#a9e468c6efb6d8a6e23aa038e77e2683b":[6,0,0,52,13],
-"classproton_1_1uuid.html#aad40b6f664e3f2f7ab960886c2f7e325":[6,0,0,52,0],
-"classproton_1_1uuid.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,52,7],
-"classproton_1_1uuid.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,52,6],
-"classproton_1_1uuid.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,52,4],
-"classproton_1_1uuid.html#ae9b08fca99a89639cd78a91152a64d5f":[6,0,0,52,17],
-"classproton_1_1uuid.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,52,2],
-"classproton_1_1value.html":[6,0,0,53],
-"classproton_1_1value.html#a02f2dec042b54453b7278dd98a4530f3":[6,0,0,53,2],
-"classproton_1_1value.html#a035d5cba647aad8df637622977f71c9a":[6,0,0,53,1],
-"classproton_1_1value.html#a051c12c4c7efc82a5f268d4f64e15b54":[6,0,0,53,12],
-"classproton_1_1value.html#a2dd4c0151b171f03f2c36d907832522b":[6,0,0,53,13],
-"classproton_1_1value.html#a486dfed974ca6f79e75039b3eee6c44c":[6,0,0,53,10],
-"classproton_1_1value.html#a4896ec87beab7d691e1985c221c36e49":[6,0,0,53,11],
-"classproton_1_1value.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,53,5],
-"classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18":[6,0,0,53,16],
-"classproton_1_1value.html#a71b7aa04ba51fa2316ae66418394c8a1":[6,0,0,53,7],
-"classproton_1_1value.html#a7e5a61eb2bd8cc8566cb4f231c020a23":[6,0,0,53,15],
-"classproton_1_1value.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,53,9],
-"classproton_1_1value.html#a9090beb5d7788f060fb0614b81c300ea":[6,0,0,53,17],
-"classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,53,4],
-"classproton_1_1value.html#ad139f5042c366b09078f123f5621c156":[6,0,0,53,8],
-"classproton_1_1value.html#adeafce6ab9aa5025c0fb82be5e81f922":[6,0,0,53,14],
-"classproton_1_1value.html#ae7acdea6863a3b5100b7ac9e0b4c73e1":[6,0,0,53,3],
-"classproton_1_1value.html#aefbfa229f1c9e1fc967bff724a010f9e":[6,0,0,53,0],
-"classproton_1_1value.html#af5045852a07a6387ae38bdf56845afe3":[6,0,0,53,6],
-"classproton_1_1value.html#afdde986e34571c6544abfdea9afdb658":[6,0,0,53,18],
-"classproton_1_1void__function0.html":[6,0,0,54],
-"classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240":[6,0,0,54,1],
-"classproton_1_1void__function0.html#a59674b3b2e1bc2230822b5b0e786bac2":[6,0,0,54,0],
-"classproton_1_1work.html":[6,0,0,55],
-"classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b":[6,0,0,55,3],
-"classproton_1_1work.html#a9d5564deaef15633884ee408f0e92f3a":[6,0,0,55,1],
-"classproton_1_1work.html#abb87372cc37c75caebce671ad66c58a4":[6,0,0,55,0],
-"classproton_1_1work.html#afd03fac567e0893dfaa7f72421b5a07a":[6,0,0,55,2],
-"classproton_1_1work__queue.html":[6,0,0,56],
-"classproton_1_1work__queue.html#a0fd2d5e5a7950505283203b9c17ed5e7":[6,0,0,56,2],
-"classproton_1_1work__queue.html#a1e7fdf3236c9477c0462214080c34689":[6,0,0,56,0],
-"classproton_1_1work__queue.html#a5a43f2afe9f74bb9281211a22f291140":[6,0,0,56,3],
-"classproton_1_1work__queue.html#a689e0d941a552db276229a9fc312e143":[6,0,0,56,1],
-"classproton_1_1work__queue.html#ab3f1870572a4547a197b5b1c5c3ac28b":[6,0,0,56,4],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,49,0,2],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,49,0,4],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,49,0,0],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,49,0,3],
+"classproton_1_1transfer.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,49,2],
+"classproton_1_1transport.html":[6,0,0,50],
+"classproton_1_1transport.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,50,2],
+"classproton_1_1transport.html#a150f1a1b6c9cf6605d44f4cc150a11cc":[6,0,0,50,3],
+"classproton_1_1transport.html#a73fe833a759ac581baa889155b7d0633":[6,0,0,50,4],
+"classproton_1_1transport.html#aa1996a887a9af5c8c18c739ab08588d6":[6,0,0,50,0],
+"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,50,1],
+"classproton_1_1url.html":[6,0,0,51],
+"classproton_1_1url.html#a0665da617d0ca28be2721c5f16368dd5":[6,0,0,51,1],
+"classproton_1_1url.html#a0a36cd36a47626cec96d0803dd3a9594":[6,0,0,51,5],
+"classproton_1_1url.html#a2ac6e124f5c2a7a3c8464099b5c4fde7":[6,0,0,51,0],
+"classproton_1_1url.html#a348cf3a521a7c6de31462917c8ab4364":[6,0,0,51,14],
+"classproton_1_1url.html#a3888dcd59dd5acd1ca5b9bee4c2e252a":[6,0,0,51,6],
+"classproton_1_1url.html#a5f0eba713a692bc0aa00b2b8ec0e9ba1":[6,0,0,51,4],
+"classproton_1_1url.html#a5f5eee467e584be313e24996b5408ee6":[6,0,0,51,2],
+"classproton_1_1url.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,51,3],
+"classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4":[6,0,0,51,7],
+"classproton_1_1url.html#a6f16e8b68942ad0d21494d056b4e13d7":[6,0,0,51,10],
+"classproton_1_1url.html#a7d831b27c411bf8939849914c29e452e":[6,0,0,51,8],
+"classproton_1_1url.html#a92a94824a297a0a35f69f91309f4f484":[6,0,0,51,12],
+"classproton_1_1url.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,51,13],
+"classproton_1_1url.html#aa54f07362c271f7f550c3f904022329b":[6,0,0,51,11],
+"classproton_1_1url.html#ac4cb5f95f1d720ef0cc94b74152cf50b":[6,0,0,51,9],
+"classproton_1_1uuid.html":[6,0,0,53],
+"classproton_1_1uuid.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,53,1],
+"classproton_1_1uuid.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,53,3],
+"classproton_1_1uuid.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,53,5],
+"classproton_1_1uuid.html#a4bbdd41bfc847213cc17df2150f2d36f":[6,0,0,53,10],
+"classproton_1_1uuid.html#a5310cf5d739236f30ce3625d375bceb4":[6,0,0,53,12],
+"classproton_1_1uuid.html#a5a5b7e2edea93a2ceafe9dfa6bdc7c56":[6,0,0,53,16],
+"classproton_1_1uuid.html#a5cef60cb24e71a774ca7fd34a0299242":[6,0,0,53,11],
+"classproton_1_1uuid.html#a89a6dcafb6130e3e1bcd6d1285e0dd6f":[6,0,0,53,9],
+"classproton_1_1uuid.html#a8bac4d75006235270f0c23744aa2517e":[6,0,0,53,15],
+"classproton_1_1uuid.html#a92b881db836646f4039adcbb73c8595f":[6,0,0,53,8],
+"classproton_1_1uuid.html#a9cebd58fabf177f121fdf9f25033cafb":[6,0,0,53,14],
+"classproton_1_1uuid.html#a9e468c6efb6d8a6e23aa038e77e2683b":[6,0,0,53,13],
+"classproton_1_1uuid.html#aad40b6f664e3f2f7ab960886c2f7e325":[6,0,0,53,0],
+"classproton_1_1uuid.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,53,7],
+"classproton_1_1uuid.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,53,6],
+"classproton_1_1uuid.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,53,4],
+"classproton_1_1uuid.html#ae9b08fca99a89639cd78a91152a64d5f":[6,0,0,53,17],
+"classproton_1_1uuid.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,53,2],
+"classproton_1_1value.html":[6,0,0,54],
+"classproton_1_1value.html#a02f2dec042b54453b7278dd98a4530f3":[6,0,0,54,2],
+"classproton_1_1value.html#a035d5cba647aad8df637622977f71c9a":[6,0,0,54,1],
+"classproton_1_1value.html#a051c12c4c7efc82a5f268d4f64e15b54":[6,0,0,54,12],
+"classproton_1_1value.html#a2dd4c0151b171f03f2c36d907832522b":[6,0,0,54,13],
+"classproton_1_1value.html#a486dfed974ca6f79e75039b3eee6c44c":[6,0,0,54,10],
+"classproton_1_1value.html#a4896ec87beab7d691e1985c221c36e49":[6,0,0,54,11],
+"classproton_1_1value.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,54,5],
+"classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18":[6,0,0,54,16],
+"classproton_1_1value.html#a71b7aa04ba51fa2316ae66418394c8a1":[6,0,0,54,7],
+"classproton_1_1value.html#a7e5a61eb2bd8cc8566cb4f231c020a23":[6,0,0,54,15],
+"classproton_1_1value.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,54,9],
+"classproton_1_1value.html#a9090beb5d7788f060fb0614b81c300ea":[6,0,0,54,17],
+"classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,54,4],
+"classproton_1_1value.html#ad139f5042c366b09078f123f5621c156":[6,0,0,54,8],
+"classproton_1_1value.html#adeafce6ab9aa5025c0fb82be5e81f922":[6,0,0,54,14],
+"classproton_1_1value.html#ae7acdea6863a3b5100b7ac9e0b4c73e1":[6,0,0,54,3],
+"classproton_1_1value.html#aefbfa229f1c9e1fc967bff724a010f9e":[6,0,0,54,0],
+"classproton_1_1value.html#af5045852a07a6387ae38bdf56845afe3":[6,0,0,54,6],
+"classproton_1_1value.html#afdde986e34571c6544abfdea9afdb658":[6,0,0,54,18],
+"classproton_1_1void__function0.html":[6,0,0,55],
+"classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240":[6,0,0,55,1],
+"classproton_1_1void__function0.html#a59674b3b2e1bc2230822b5b0e786bac2":[6,0,0,55,0],
+"classproton_1_1work.html":[6,0,0,56],
+"classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b":[6,0,0,56,3],
+"classproton_1_1work.html#a9d5564deaef15633884ee408f0e92f3a":[6,0,0,56,1],
+"classproton_1_1work.html#abb87372cc37c75caebce671ad66c58a4":[6,0,0,56,0],
+"classproton_1_1work.html#afd03fac567e0893dfaa7f72421b5a07a":[6,0,0,56,2],
+"classproton_1_1work__queue.html":[6,0,0,57],
+"classproton_1_1work__queue.html#a0fd2d5e5a7950505283203b9c17ed5e7":[6,0,0,57,2],
+"classproton_1_1work__queue.html#a1e7fdf3236c9477c0462214080c34689":[6,0,0,57,0],
+"classproton_1_1work__queue.html#a5a43f2afe9f74bb9281211a22f291140":[6,0,0,57,3],
+"classproton_1_1work__queue.html#a689e0d941a552db276229a9fc312e143":[6,0,0,57,1],
+"classproton_1_1work__queue.html#ab3f1870572a4547a197b5b1c5c3ac28b":[6,0,0,57,4],
 "client_8cpp-example.html":[8,1],
 "codec_2map_8hpp.html":[7,0,0,0,6],
 "codec_2map_8hpp.html#a4919a22de736d2708deead606b5d54b5":[7,0,0,0,6,1],
@@ -239,15 +249,5 @@ var NAVTREEINDEX3 =
 "namespacemembers_eval.html":[5,1,3],
 "namespacemembers_func.html":[5,1,1],
 "namespaceproton.html":[5,0,0],
-"namespaceproton.html":[6,0,0],
-"namespaceproton_1_1codec.html":[5,0,0,0],
-"namespaceproton_1_1codec.html":[6,0,0,0],
-"namespaceproton_1_1io.html":[6,0,0,1],
-"namespaceproton_1_1io.html":[5,0,0,1],
-"namespaces.html":[5,0],
-"namespaces_8hpp.html":[7,0,0,26],
-"namespaces_8hpp_source.html":[7,0,0,26],
-"object_8hpp_source.html":[7,0,0,1,4],
-"pages.html":[],
-"pn__unique__ptr_8hpp_source.html":[7,0,0,1,5]
+"namespaceproton.html":[6,0,0]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
----------------------------------------------------------------------
diff --git a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
index 1c6bf3a..e8457e0 100755
--- a/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
+++ b/content/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
@@ -1,11 +1,20 @@
 var NAVTREEINDEX4 =
 {
+"namespaceproton_1_1codec.html":[5,0,0,0],
+"namespaceproton_1_1codec.html":[6,0,0,0],
+"namespaceproton_1_1io.html":[6,0,0,1],
+"namespaceproton_1_1io.html":[5,0,0,1],
+"namespaces.html":[5,0],
+"namespaces_8hpp.html":[7,0,0,26],
+"namespaces_8hpp_source.html":[7,0,0,26],
+"object_8hpp_source.html":[7,0,0,1,4],
+"pages.html":[],
+"pn__unique__ptr_8hpp_source.html":[7,0,0,1,5],
 "receiver_8hpp.html":[7,0,0,27],
 "receiver_8hpp_source.html":[7,0,0,27],
 "receiver__options_8hpp.html":[7,0,0,28],
 "receiver__options_8hpp_source.html":[7,0,0,28],
-"reconnect__timer_8hpp.html":[7,0,0,29],
-"reconnect__timer_8hpp_source.html":[7,0,0,29],
+"reconnect__options_8hpp_source.html":[7,0,0,29],
 "returned_8hpp.html":[7,0,0,30],
 "returned_8hpp_source.html":[7,0,0,30],
 "sasl_8hpp.html":[7,0,0,31],
@@ -56,9 +65,9 @@ var NAVTREEINDEX4 =
 "structproton_1_1io_1_1mutable__buffer.html#a854352f53b148adc24983a58a1866d66":[6,0,0,1,3,2],
 "structproton_1_1io_1_1mutable__buffer.html#a91a70b77df95bd8b0830b49a094c2acb":[6,0,0,1,3,1],
 "structproton_1_1io_1_1mutable__buffer.html#ae164359bc44e1b29a68ebc40555972c2":[6,0,0,1,3,0],
-"structproton_1_1timeout__error.html":[6,0,0,45],
-"structproton_1_1timeout__error.html#a62ed6422b084746ba8f6779997e047f8":[6,0,0,45,0],
-"structproton_1_1url__error.html":[6,0,0,51],
+"structproton_1_1timeout__error.html":[6,0,0,46],
+"structproton_1_1timeout__error.html#a62ed6422b084746ba8f6779997e047f8":[6,0,0,46,0],
+"structproton_1_1url__error.html":[6,0,0,52],
 "symbol_8hpp.html":[7,0,0,41],
 "symbol_8hpp_source.html":[7,0,0,41],
 "target_8hpp.html":[7,0,0,42],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[4/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classes.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classes.html b/input/releases/qpid-proton-master/proton/cpp/api/classes.html
index 0818172..81fec22 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/classes.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classes.html
@@ -96,38 +96,38 @@ $(document).ready(function(){initNavTree('classes.html','');});
 <div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a>&#160;|&#160;<a class="qindex" href="#letter_w">w</a></div>
 <table class="classindex">
 <tr><td rowspan="2" valign="bottom"><a name="letter_a"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1decimal64.html">decimal64</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listener.html">listener</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender__options.html">sender_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transfer.html">transfer</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1decimal64.html">decimal64</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listener.html">listener</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender.html">sender</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1tracker.html">tracker</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1codec_1_1decoder.html">decoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1session.html">session</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transport.html">transport</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1annotation__key.html">annotation_key</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1delivery.html">delivery</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session__options.html">session_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
-</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1sender__options.html">sender_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transfer.html">transfer</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1annotation__key.html">annotation_key</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1delivery.html">delivery</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session.html">session</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1transport.html">transport</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_b"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;b&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="structproton_1_1delivery__mode.html">delivery_mode</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1map.html">map</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source.html">source</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1duration.html">duration</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1message.html">message</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source__options.html">source_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1url.html">url</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="structproton_1_1delivery__mode.html">delivery_mode</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1map.html">map</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1session__options.html">session_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
+</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1duration.html">duration</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1message.html">message</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source.html">source</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1binary.html">binary</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1message__id.html">message_id</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl.html">ssl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1url__error.html">url_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1byte__array.html">byte_array</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1messaging__handler.html">messaging_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__certificate.html">ssl_certificate</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1uuid.html">uuid</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1message__id.html">message_id</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1source__options.html">source_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1url.html">url</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1byte__array.html">byte_array</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1messaging__handler.html">messaging_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl.html">ssl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1url__error.html">url_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;c&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1codec_1_1encoder.html">encoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1io_1_1mutable__buffer.html">mutable_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__client__options.html">ssl_client_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
-</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1codec_1_1encoder.html">encoder</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1io_1_1mutable__buffer.html">mutable_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__certificate.html">ssl_certificate</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1uuid.html">uuid</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1endpoint.html">endpoint</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_r"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;r&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1ssl__server__options.html">ssl_server_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1connection.html">connection</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1error.html">error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start">start</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1value.html">value</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1error__condition.html">error_condition</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1receiver.html">receiver</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1symbol.html">symbol</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1void__function0.html">void_function0</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1ssl__client__options.html">ssl_client_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
+</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1connection.html">connection</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1error.html">error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1ssl__server__options.html">ssl_server_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1error__condition.html">error_condition</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1receiver.html">receiver</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start">start</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1value.html">value</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="classproton_1_1connection__options.html">connection_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;f&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
+</td><td valign="top"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1symbol.html">symbol</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1void__function0.html">void_function0</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="structproton_1_1io_1_1const__buffer.html">const_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
 </td><td rowspan="2" valign="bottom"><a name="letter_w"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;w&#160;&#160;</div></td></tr></table>
 </td></tr>
-<tr><td valign="top"><a class="el" href="structproton_1_1io_1_1const__buffer.html">const_buffer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1returned.html">returned</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1container.html">container</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1finish">finish</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1target.html">target</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work.html">work</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1container.html">container</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1finish">finish</a> (<a class="el" href="namespaceproton_1_1codec.html">proton::codec</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1returned.html">returned</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td valign="top"><a class="el" href="structproton_1_1conversion__error.html">conversion_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1target__options.html">target_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work__queue.html">work_queue</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+</td><td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
+</td><td valign="top"><a class="el" href="classproton_1_1target.html">target</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work.html">work</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
 <tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
-</td><td valign="top"><a class="el" href="classproton_1_1sasl.html">sasl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1terminus.html">terminus</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1link.html">link</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar.html">scalar</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1timeout__error.html">timeout_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1decimal128.html">decimal128</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1io_1_1link__namer.html">link_namer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar__base.html">scalar_base</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1timestamp.html">timestamp</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
-<tr><td valign="top"><a class="el" href="classproton_1_1decimal32.html">decimal32</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listen__handler.html">listen_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sender.html">sender</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1tracker.html">tracker</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+</td><td valign="top"><a class="el" href="classproton_1_1target__options.html">target_options</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1work__queue.html">work_queue</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1link.html">link</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1sasl.html">sasl</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1terminus.html">terminus</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1decimal128.html">decimal128</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1io_1_1link__namer.html">link_namer</a> (<a class="el" href="namespaceproton_1_1io.html">proton::io</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar.html">scalar</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structproton_1_1timeout__error.html">timeout_error</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
+<tr><td valign="top"><a class="el" href="classproton_1_1decimal32.html">decimal32</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1listen__handler.html">listen_handler</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1scalar__base.html">scalar_base</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classproton_1_1timestamp.html">timestamp</a> (<a class="el" href="namespaceproton.html">proton</a>)&#160;&#160;&#160;</td><td></td></tr>
 <tr><td></td><td></td><td></td><td></td><td></td></tr>
 </table>
 <div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a>&#160;|&#160;<a class="qindex" href="#letter_w">w</a></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
index e2c7c45..b0f16b2 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options-members.html
@@ -106,17 +106,18 @@ $(document).ready(function(){initNavTree('classproton_1_1connection__options.htm
   <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
   <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(const connection_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
   <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(const class ssl_client_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(const class ssl_server_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(const connection_options &amp;other)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(const std::string &amp;name)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
-  <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~connection_options</b>() (defined in <a class="el" href="classproton_1_1connection__options.html">connection_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a>(reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(bool)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(const class ssl_client_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(const class ssl_server_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(const connection_options &amp;other)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(const std::string &amp;)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(const std::string &amp;name)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
+  <tr bgcolor="#f0f0f0"><td class="entry"><b>~connection_options</b>() (defined in <a class="el" href="classproton_1_1connection__options.html">connection_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1connection__options.html">connection_options</a></td><td class="entry"></td></tr>
 </table></div><!-- contents -->
 </div><!-- doc-content -->
 <!-- start footer part -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
index 77fea8b..0ce5580 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.html
@@ -174,6 +174,10 @@ Public Member Functions</h2></td></tr>
 <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a> (const std::string &amp;)</td></tr>
 <tr class="memdesc:a0fc40d55673b5c89e4b5a13c630edca5"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Unsettled API</b> - Set the SASL configuration path. <br /></td></tr>
 <tr class="separator:a0fc40d55673b5c89e4b5a13c630edca5"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a5a38fafc56619c03e10979b978393bbc"><td class="memItemLeft" align="right" valign="top"><a id="a5a38fafc56619c03e10979b978393bbc"></a>
+<a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a> (<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:a5a38fafc56619c03e10979b978393bbc"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Experimental</b> - Options for reconnect on outgoing connections. <br /></td></tr>
+<tr class="separator:a5a38fafc56619c03e10979b978393bbc"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:a68a8c198dfa16653afc4a70a2b845604"><td class="memItemLeft" align="right" valign="top"><a id="a68a8c198dfa16653afc4a70a2b845604"></a>
 <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a> (const <a class="el" href="classproton_1_1connection__options.html">connection_options</a> &amp;other)</td></tr>
 <tr class="memdesc:a68a8c198dfa16653afc4a70a2b845604"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update option values from values set in other. <br /></td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
index ef2adac..5057871 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__options.js
@@ -11,6 +11,7 @@ var classproton_1_1connection__options =
     [ "max_sessions", "classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347", null ],
     [ "operator=", "classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167", null ],
     [ "password", "classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75", null ],
+    [ "reconnect", "classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc", null ],
     [ "sasl_allow_insecure_mechs", "classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322", null ],
     [ "sasl_allowed_mechs", "classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6", null ],
     [ "sasl_config_name", "classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6", null ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
new file mode 100644
index 0000000..7eb911f
--- /dev/null
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options-members.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: Member List</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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('classproton_1_1reconnect__options.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="headertitle">
+<div class="title">reconnect_options Member List</div>  </div>
+</div><!--header-->
+<div class="contents">
+
+<p>This is the complete list of members for <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>, including all inherited members.</p>
+<table class="directory">
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a>(duration)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a>(float)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a>(int)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a>(duration)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a>(const reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>()</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr class="even"><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a>(const reconnect_options &amp;)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+  <tr bgcolor="#f0f0f0"><td class="entry"><b>~reconnect_options</b>() (defined in <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>)</td><td class="entry"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td><td class="entry"></td></tr>
+</table></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
new file mode 100644
index 0000000..6edb7d1
--- /dev/null
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.html
@@ -0,0 +1,177 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Qpid Proton C++ API: reconnect_options</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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+  $(document).ready(initResizable);
+</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>
+<script type="text/javascript">
+  $(document).ready(function() { init_search(); });
+</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 style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Qpid Proton C++ API
+   &#160;<span id="projectnumber">master</span>
+   </div>
+  </td>
+   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
+        <span class="left">
+          <img id="MSearchSelect" src="search/mag_sel.png"
+               onmouseover="return searchBox.OnSearchSelectShow()"
+               onmouseout="return searchBox.OnSearchSelectHide()"
+               alt=""/>
+          <input type="text" id="MSearchField" value="Search" accesskey="S"
+               onfocus="searchBox.OnSearchFieldFocus(true)" 
+               onblur="searchBox.OnSearchFieldFocus(false)" 
+               onkeyup="searchBox.OnSearchFieldChange(event)"/>
+          </span><span class="right">
+            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+          </span>
+        </div>
+</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+  <div id="nav-tree">
+    <div id="nav-tree-contents">
+      <div id="nav-sync" class="sync"></div>
+    </div>
+  </div>
+  <div id="splitbar" style="-moz-user-select:none;" 
+       class="ui-resizable-handle">
+  </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('classproton_1_1reconnect__options.html','');});
+</script>
+<div id="doc-content">
+<!-- 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">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+  <div class="summary">
+<a href="#pub-methods">Public Member Functions</a> &#124;
+<a href="classproton_1_1reconnect__options-members.html">List of all members</a>  </div>
+  <div class="headertitle">
+<div class="title">reconnect_options</div>  </div>
+</div><!--header-->
+<div class="contents">
+
+<p><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts.  
+ <a href="classproton_1_1reconnect__options.html#details">More...</a></p>
+
+<p><code>#include &lt;<a class="el" href="reconnect__options_8hpp_source.html">reconnect_options.hpp</a>&gt;</code></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
+Public Member Functions</h2></td></tr>
+<tr class="memitem:ac327dafeb06728192df6cb94dde35edc"><td class="memItemLeft" align="right" valign="top"><a id="ac327dafeb06728192df6cb94dde35edc"></a>
+&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a> ()</td></tr>
+<tr class="memdesc:ac327dafeb06728192df6cb94dde35edc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an empty set of options. <br /></td></tr>
+<tr class="separator:ac327dafeb06728192df6cb94dde35edc"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aef23a4a6b4f399f86ba458e855e0ca08"><td class="memItemLeft" align="right" valign="top"><a id="aef23a4a6b4f399f86ba458e855e0ca08"></a>
+&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a> (const <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:aef23a4a6b4f399f86ba458e855e0ca08"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy options. <br /></td></tr>
+<tr class="separator:aef23a4a6b4f399f86ba458e855e0ca08"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aea298c3d006e10b7da6608591949b270"><td class="memItemLeft" align="right" valign="top"><a id="aea298c3d006e10b7da6608591949b270"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">operator=</a> (const <a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;)</td></tr>
+<tr class="memdesc:aea298c3d006e10b7da6608591949b270"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy options. <br /></td></tr>
+<tr class="separator:aea298c3d006e10b7da6608591949b270"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a700d91bfa7a95ee851dd94eda092721b"><td class="memItemLeft" align="right" valign="top"><a id="a700d91bfa7a95ee851dd94eda092721b"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">delay</a> (<a class="el" href="classproton_1_1duration.html">duration</a>)</td></tr>
+<tr class="memdesc:a700d91bfa7a95ee851dd94eda092721b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Base value for recurring delay (default is 10 milliseconds). <br /></td></tr>
+<tr class="separator:a700d91bfa7a95ee851dd94eda092721b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a8456389a8174cf6d2ae2550e05e3e650"><td class="memItemLeft" align="right" valign="top"><a id="a8456389a8174cf6d2ae2550e05e3e650"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">delay_multiplier</a> (float)</td></tr>
+<tr class="memdesc:a8456389a8174cf6d2ae2550e05e3e650"><td class="mdescLeft">&#160;</td><td class="mdescRight">Scaling multiplier for successive reconnect delays (default is 2.0) <br /></td></tr>
+<tr class="separator:a8456389a8174cf6d2ae2550e05e3e650"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a7840ff5254abe6996b44e3906cf1445b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">max_delay</a> (<a class="el" href="classproton_1_1duration.html">duration</a>)</td></tr>
+<tr class="memdesc:a7840ff5254abe6996b44e3906cf1445b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum delay between successive connect attempts (default <a class="el" href="classproton_1_1duration.html#acebdd3ee364870f89665ca128e97a4d7" title="Wait forever. ">duration::FOREVER</a>, i.e.  <a href="#a7840ff5254abe6996b44e3906cf1445b">More...</a><br /></td></tr>
+<tr class="separator:a7840ff5254abe6996b44e3906cf1445b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a7e6b1a75735da02638374a317a232428"><td class="memItemLeft" align="right" valign="top"><a id="a7e6b1a75735da02638374a317a232428"></a>
+<a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">max_attempts</a> (int)</td></tr>
+<tr class="memdesc:a7e6b1a75735da02638374a317a232428"><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum reconnect attempts (default 0, meaning no limit) <br /></td></tr>
+<tr class="separator:a7e6b1a75735da02638374a317a232428"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
+<div class="textblock"><p><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts. </p>
+<p>They may be open ended or limited in time. They may be evenly spaced or increasing at an exponential rate.</p>
+<p>Options can be "chained" (</p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classproton_1_1connection__options.html" title="Options for creating a connection. ">proton::connection_options</a>).</dd></dl>
+<p>Normal value semantics: copy or assign creates a separate copy of the options. </p>
+</div><h2 class="groupheader">Member Function Documentation</h2>
+<a id="a7840ff5254abe6996b44e3906cf1445b"></a>
+<h2 class="memtitle"><span class="permalink"><a href="#a7840ff5254abe6996b44e3906cf1445b">&#9670;&nbsp;</a></span>max_delay()</h2>
+
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a>&amp; max_delay </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="classproton_1_1duration.html">duration</a>&#160;</td>
+          <td class="paramname"></td><td>)</td>
+          <td></td>
+        </tr>
+      </table>
+</div><div class="memdoc">
+
+<p>Maximum delay between successive connect attempts (default <a class="el" href="classproton_1_1duration.html#acebdd3ee364870f89665ca128e97a4d7" title="Wait forever. ">duration::FOREVER</a>, i.e. </p>
+<p>no limit) </p>
+
+</div>
+</div>
+<hr/>The documentation for this class was generated from the following file:<ul>
+<li>proton/<a class="el" href="reconnect__options_8hpp_source.html">reconnect_options.hpp</a></li>
+</ul>
+</div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+  <ul>
+    <li class="navelem"><a class="el" href="namespaceproton.html">proton</a></li><li class="navelem"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></li>
+    <li class="footer">Generated by
+    <a href="http://www.doxygen.org/index.html">
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+  </ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
new file mode 100644
index 0000000..3141289
--- /dev/null
+++ b/input/releases/qpid-proton-master/proton/cpp/api/classproton_1_1reconnect__options.js
@@ -0,0 +1,11 @@
+var classproton_1_1reconnect__options =
+[
+    [ "reconnect_options", "classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc", null ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08", null ],
+    [ "~reconnect_options", "classproton_1_1reconnect__options.html#ab6d4cad321fbb7a59efddecc0f36895d", null ],
+    [ "delay", "classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b", null ],
+    [ "delay_multiplier", "classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650", null ],
+    [ "max_attempts", "classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428", null ],
+    [ "max_delay", "classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b", null ],
+    [ "operator=", "classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270", null ]
+];
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html b/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
index 2fae2a8..2cf446a 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp.html
@@ -99,12 +99,12 @@ $(document).ready(function(){initNavTree('connection__options_8hpp.html','');});
 
 <p>Options to create a <a class="el" href="classproton_1_1connection.html" title="A connection to a remote AMQP peer. ">proton::connection</a>.  
 <a href="#details">More...</a></p>
-<div class="textblock"><code>#include &quot;<a class="el" href="fwd_8hpp_source.html">./fwd.hpp</a>&quot;</code><br />
-<code>#include &quot;<a class="el" href="types__fwd_8hpp_source.html">./types_fwd.hpp</a>&quot;</code><br />
+<div class="textblock"><code>#include &quot;<a class="el" href="duration_8hpp_source.html">./duration.hpp</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="fwd_8hpp_source.html">./fwd.hpp</a>&quot;</code><br />
 <code>#include &quot;./internal/config.hpp&quot;</code><br />
 <code>#include &quot;./internal/export.hpp&quot;</code><br />
 <code>#include &quot;./internal/pn_unique_ptr.hpp&quot;</code><br />
-<code>#include &quot;<a class="el" href="duration_8hpp_source.html">./duration.hpp</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="types__fwd_8hpp_source.html">./types_fwd.hpp</a>&quot;</code><br />
 <code>#include &lt;proton/type_compat.h&gt;</code><br />
 <code>#include &lt;vector&gt;</code><br />
 <code>#include &lt;string&gt;</code><br />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[3/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html b/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
index 5c10746..8709463 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/connection__options_8hpp_source.html
@@ -93,14 +93,16 @@ $(document).ready(function(){initNavTree('connection__options_8hpp_source.html',
 <div class="title">connection_options.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="connection__options_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">
  * or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lin
 eno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implie
 d.  See the License for the</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types_
 _fwd_8hpp.html">./types_fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;./internal/config.hpp&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div><div class="line">
 <a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">struct </span>pn_connection_t;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="
 classproton_1_1connection__options.html">   62</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1connection__options.html">connection_options</a> {</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>();</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp; h);</div><div class="line"><a name="
 l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    PN_CPP_EXTERN ~connection_options();</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</sp
 an>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    <span class="comment">// XXX add C++11 move operations - Still relevant, and applies to all options</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504">handler</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp;);</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">max_frame_size</a>(uint32_t max);</div><div
  class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448">idle_timeout</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4c6429
 303ccb719d9c585c88f300e007">container_id</a>(<span class="keyword">const</span> std::string&amp; <span class="keywordtype">id</span>);</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(<span class="keyword">const</span> std::string&amp; name);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a n
 ame="l00124"></a><span class="lineno">  124</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    <span class="comment">// XXX settle questions about reconnect_timer - consider simply</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="comment">// reconnect_options and making reconnect_timer internal</span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment"></span>    PN_CPP_EXTERN connection_options&amp; reconnect(<span class="keyword">const</span> reconnect_timer&amp;);</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span
 >&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__client__options.html">ssl_client_options</a>&amp;);</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__server__options.html">ssl_server_options</a>&amp;);</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</di
 v><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(<span class="key
 word">const</span> std::string&amp;);</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    PN_CPP_EXTERN connection_o
 ptions&amp; <a class="code" href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">update</a>(<span class="keyword">const</span> connection_options&amp; other);</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;    <span class="keywordtype">void</span> apply_unbound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <span class="keywordtype">void</span> apply_bound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <a class="code" hr
 ef="classproton_1_1messaging__handler.html">messaging_handler</a>* handler() <span class="keyword">const</span>;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">io::connec
 tion_driver</a>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1connection.html">connection</a>;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;};</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="preprocessor">#endif // PROTON_CONNECTION_OPTIONS_H</span></div><div class="ttc" id="classproton_1_1ssl__server__options_html"><div class="ttname"><a href="classproton_1_1ssl__server__options.html">proton::ssl_server_options</a></div><div class="ttdoc">Unsettled API - SSL configu
 ration for inbound connections. </div><div class="ttdef"><b>Definition:</b> ssl.hpp:145</div></div>
+<a href="connection__options_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_CONNECTION_OPTIONS_H</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">
  * or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lin
 eno">   13</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implie
 d.  See the License for the</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="duration_8hpp.html">./duration.hpp</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" hr
 ef="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;./internal/config.hpp&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types__fwd_8hpp.html">./types_fwd.hpp</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div><div class="line">
 <a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">struct </span>pn_connection_t;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="
 classproton_1_1connection__options.html">   62</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1connection__options.html">connection_options</a> {</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  <span class="keyword">public</span>:</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>();</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp; h);</div><div class="line"><a name="
 l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    PN_CPP_EXTERN <a class="code" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    PN_CPP_EXTERN ~connection_options();</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">operator=</a>(<span class="keyword">const</span> connection_options&amp;);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</sp
 an>&#160;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    <span class="comment">// XXX add C++11 move operations - Still relevant, and applies to all options</span></div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504">handler</a>(<span class="keyword">class</span> <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>&amp;);</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">max_frame_size</a>(uint32_t max);</div><div
  class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">max_sessions</a>(uint16_t max);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448">idle_timeout</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4c6429
 303ccb719d9c585c88f300e007">container_id</a>(<span class="keyword">const</span> std::string&amp; <span class="keywordtype">id</span>);</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028">virtual_host</a>(<span class="keyword">const</span> std::string&amp; name);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24">user</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a n
 ame="l00124"></a><span class="lineno">  124</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75">password</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70">ssl_client_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__client__options.html">ssl_client_options</a>&amp;);</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton
 _1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef">ssl_server_options</a>(<span class="keyword">const</span> <span class="keyword">class</span> <a class="code" href="classproton_1_1ssl__server__options.html">ssl_server_options</a>&amp;);</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d">sasl_enabled</a>(<span class="keywordtype">bool</span>);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322">sasl_allow_insecure_mechs</a>(<span class="keywordtype">bool</span>);</div><d
 iv class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">sasl_allowed_mechs</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6">sasl_config_name</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classprot
 on_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">sasl_config_path</a>(<span class="keyword">const</span> std::string&amp;);</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">reconnect</a>(<a class="code" href="classproton_1_1reconnect__options.html">reconnect_options</a> &amp;);</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    </div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;    PN_CPP_EXTERN connection_options&amp; <a class="code" href="classproton_1_1connection__options.html#a
 68a8c198dfa16653afc4a70a2b845604">update</a>(<span class="keyword">const</span> connection_options&amp; other);</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  <span class="keyword">private</span>:</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    <span class="keywordtype">void</span> apply_unbound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    <span class="keywordtype">void</span> apply_bound(<a class="code" href="classproton_1_1connection.html">connection</a>&amp;) <span class="keyword">const</span>;</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;    <a class="code" href="classproton_1_1messaging__handler.html">messaging_handler</a>* handler(
 ) <span class="keyword">const</span>;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <span class="keyword">class </span>impl;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    internal::pn_unique_ptr&lt;impl&gt; impl_;</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a>;</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">io::connection_driver</a>;</div><div class="line"><a name="l00168"></a><span class="l
 ineno">  168</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1connection.html">connection</a>;</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;};</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;} <span class="comment">// proton</span></div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<span class="preprocessor">#endif // PROTON_CONNECTION_OPTIONS_H</span></div><div class="ttc" id="classproton_1_1ssl__server__options_html"><div class="ttname"><a href="classproton_1_1ssl__server__options.html">proton::ssl_server_options</a></div><div class="ttdoc">Unsettled API - SSL configuration for inbound connections. </div><div class="ttdef"><b>Definition:</b>
  ssl.hpp:145</div></div>
 <div class="ttc" id="classproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, senders, and receivers. </div><div class="ttdef"><b>Definition:</b> container.hpp:51</div></div>
+<div class="ttc" id="classproton_1_1reconnect__options_html"><div class="ttname"><a href="classproton_1_1reconnect__options.html">proton::reconnect_options</a></div><div class="ttdoc">Experimental - Options that determine a series of delays to coordinate reconnection attempts...</div><div class="ttdef"><b>Definition:</b> reconnect_options.hpp:43</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_af66706fdb4a2f3f4d9943be9ee4b1347"><div class="ttname"><a href="classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347">proton::connection_options::max_sessions</a></div><div class="ttdeci">connection_options &amp; max_sessions(uint16_t max)</div><div class="ttdoc">Set the maximum number of open sessions. The default is 32767. </div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a68a8c198dfa16653afc4a70a2b845604"><div class="ttname"><a href="classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604">proton::connection_options::update</a></div><div class="ttdeci">connection_options &amp; update(const connection_options &amp;other)</div><div class="ttdoc">Update option values from values set in other. </div></div>
 <div class="ttc" id="classproton_1_1duration_html"><div class="ttname"><a href="classproton_1_1duration.html">proton::duration</a></div><div class="ttdoc">A span of time in milliseconds. </div><div class="ttdef"><b>Definition:</b> duration.hpp:36</div></div>
 <div class="ttc" id="fwd_8hpp_html"><div class="ttname"><a href="fwd_8hpp.html">fwd.hpp</a></div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a52f0724b86920647ef8624922aa54ab6"><div class="ttname"><a href="classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6">proton::connection_options::sasl_allowed_mechs</a></div><div class="ttdeci">connection_options &amp; sasl_allowed_mechs(const std::string &amp;)</div><div class="ttdoc">Specify the allowed mechanisms for use on the connection. </div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a0fc40d55673b5c89e4b5a13c630edca5"><div class="ttname"><a href="classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5">proton::connection_options::sasl_config_path</a></div><div class="ttdeci">connection_options &amp; sasl_config_path(const std::string &amp;)</div><div class="ttdoc">Unsettled API - Set the SASL configuration path. </div></div>
+<div class="ttc" id="classproton_1_1connection__options_html_a5a38fafc56619c03e10979b978393bbc"><div class="ttname"><a href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">proton::connection_options::reconnect</a></div><div class="ttdeci">connection_options &amp; reconnect(reconnect_options &amp;)</div><div class="ttdoc">Experimental - Options for reconnect on outgoing connections. </div></div>
 <div class="ttc" id="classproton_1_1connection_html"><div class="ttname"><a href="classproton_1_1connection.html">proton::connection</a></div><div class="ttdoc">A connection to a remote AMQP peer. </div><div class="ttdef"><b>Definition:</b> connection.hpp:40</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:62</div></div>
 <div class="ttc" id="classproton_1_1connection__options_html_a8034b8d17ca30a4cfc3db8c6a898dc4d"><div class="ttname"><a href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">proton::connection_options::connection_options</a></div><div class="ttdeci">connection_options()</div><div class="ttdoc">Create an empty set of options. </div></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html b/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
index 2aa48ef..83e24b2 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.html
@@ -159,8 +159,6 @@ Files</h2></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:receiver__options_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="receiver__options_8hpp.html">receiver_options.hpp</a> <a href="receiver__options_8hpp_source.html">[code]</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:reconnect__timer_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="reconnect__timer_8hpp.html">reconnect_timer.hpp</a> <a href="reconnect__timer_8hpp_source.html">[code]</a></td></tr>
-<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:returned_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="returned_8hpp.html">returned.hpp</a> <a href="returned_8hpp_source.html">[code]</a></td></tr>
 <tr class="memdesc:returned_8hpp"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return type for container functions. <br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js b/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
index 1e460ec..df4706e 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/dir_25143d27009f52d175c1d192441a738a.js
@@ -63,7 +63,7 @@ var dir_25143d27009f52d175c1d192441a738a =
     [ "receiver_options.hpp", "receiver__options_8hpp.html", [
       [ "receiver_options", "classproton_1_1receiver__options.html", "classproton_1_1receiver__options" ]
     ] ],
-    [ "reconnect_timer.hpp", "reconnect__timer_8hpp.html", null ],
+    [ "reconnect_options.hpp", "reconnect__options_8hpp_source.html", null ],
     [ "returned.hpp", "returned_8hpp.html", [
       [ "returned", "classproton_1_1returned.html", "classproton_1_1returned" ]
     ] ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/files.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/files.html b/input/releases/qpid-proton-master/proton/cpp/api/files.html
index b6cb600..4f98398 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/files.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/files.html
@@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('files.html','');});
 <tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="namespaces_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="namespaces_8hpp.html" target="_self">namespaces.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="receiver_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="receiver_8hpp.html" target="_self">receiver.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="receiver__options_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="receiver__options_8hpp.html" target="_self">receiver_options.hpp</a></td><td class="desc"></td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reconnect__timer_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="reconnect__timer_8hpp.html" target="_self">reconnect_timer.hpp</a></td><td class="desc"></td></tr>
+<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="reconnect__options_8hpp_source.html"><span class="icondoc"></span></a><b>reconnect_options.hpp</b></td><td class="desc"></td></tr>
 <tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="returned_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="returned_8hpp.html" target="_self">returned.hpp</a></td><td class="desc">Return type for container functions </td></tr>
 <tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="sasl_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="sasl_8hpp.html" target="_self">sasl.hpp</a></td><td class="desc"></td></tr>
 <tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="scalar_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="scalar_8hpp.html" target="_self">scalar.hpp</a></td><td class="desc">Run-time holder for any AMQP scalar value </td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_d.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_d.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_d.html
index abafd6c..85f8bad 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_d.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_d.html
@@ -109,6 +109,12 @@ $(document).ready(function(){initNavTree('functions_d.html','');});
 <li>default_session()
 : <a class="el" href="classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462">connection</a>
 </li>
+<li>delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">reconnect_options</a>
+</li>
+<li>delay_multiplier()
+: <a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">reconnect_options</a>
+</li>
 <li>delivery_count()
 : <a class="el" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">message</a>
 </li>
@@ -141,10 +147,10 @@ $(document).ready(function(){initNavTree('functions_d.html','');});
 <li>durability_mode()
 : <a class="el" href="classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab">source_options</a>
 , <a class="el" href="classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d">target_options</a>
-, <a class="el" href="classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d">terminus</a>
+, <a class="el" href="classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8">terminus</a>
 </li>
 <li>durable()
-: <a class="el" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">message</a>
+: <a class="el" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">message</a>
 </li>
 <li>duration()
 : <a class="el" href="classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
index 18c9357..07bad89 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_d.html
@@ -102,8 +102,14 @@ $(document).ready(function(){initNavTree('functions_func_d.html','');});
 <li>default_session()
 : <a class="el" href="classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462">connection</a>
 </li>
+<li>delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b">reconnect_options</a>
+</li>
+<li>delay_multiplier()
+: <a class="el" href="classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650">reconnect_options</a>
+</li>
 <li>delivery_count()
-: <a class="el" href="classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1">message</a>
+: <a class="el" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">message</a>
 </li>
 <li>delivery_mode()
 : <a class="el" href="classproton_1_1receiver__options.html#a582bced77754ed8a85f9597e2e457079">receiver_options</a>
@@ -137,7 +143,7 @@ $(document).ready(function(){initNavTree('functions_func_d.html','');});
 , <a class="el" href="classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8">terminus</a>
 </li>
 <li>durable()
-: <a class="el" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">message</a>
+: <a class="el" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">message</a>
 </li>
 <li>duration()
 : <a class="el" href="classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
index 1042a38..d241017 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html
@@ -95,6 +95,12 @@ $(document).ready(function(){initNavTree('functions_func_m.html','');});
 <li>map()
 : <a class="el" href="classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b">map&lt; K, T &gt;</a>
 </li>
+<li>max_attempts()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">reconnect_options</a>
+</li>
+<li>max_delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">reconnect_options</a>
+</li>
 <li>max_frame_size()
 : <a class="el" href="classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f">connection</a>
 , <a class="el" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">connection_options</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
index aefa217..6c2e0df 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html
@@ -229,10 +229,11 @@ $(document).ready(function(){initNavTree('functions_func_o.html','');});
 : <a class="el" href="classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477">binary</a>
 , <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a>
 , <a class="el" href="classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304">duration</a>
-, <a class="el" href="classproton_1_1map.html#a16a75d371d4e6287b352f5066643f030">map&lt; K, T &gt;</a>
+, <a class="el" href="classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517">map&lt; K, T &gt;</a>
 , <a class="el" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">message</a>
 , <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a>
 , <a class="el" href="classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324">receiver_options</a>
+, <a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">reconnect_options</a>
 , <a class="el" href="classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f">scalar</a>
 , <a class="el" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">sender_options</a>
 , <a class="el" href="classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93">session_options</a>
@@ -243,7 +244,7 @@ $(document).ready(function(){initNavTree('functions_func_o.html','');});
 , <a class="el" href="classproton_1_1value.html#ad139f5042c366b09078f123f5621c156">value</a>
 </li>
 <li>operator&gt;&gt;()
-: <a class="el" href="classproton_1_1codec_1_1decoder.html#a010d92fa617e5921f73b80bac0bc5690">decoder</a>
+: <a class="el" href="classproton_1_1codec_1_1decoder.html#ad96e5571bbd7384096ca07a8a9368ffc">decoder</a>
 </li>
 <li>outcome()
 : <a class="el" href="classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00">sasl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
index d10019f..96671aa 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html
@@ -117,6 +117,12 @@ $(document).ready(function(){initNavTree('functions_func_r.html','');});
 : <a class="el" href="classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027">connection</a>
 , <a class="el" href="classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027">session</a>
 </li>
+<li>reconnect()
+: <a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">connection_options</a>
+</li>
+<li>reconnect_options()
+: <a class="el" href="classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08">reconnect_options</a>
+</li>
 <li>reject()
 : <a class="el" href="classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c">delivery</a>
 </li>
@@ -124,10 +130,10 @@ $(document).ready(function(){initNavTree('functions_func_r.html','');});
 : <a class="el" href="classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591">delivery</a>
 </li>
 <li>reply_to()
-: <a class="el" href="classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c">message</a>
+: <a class="el" href="classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245">message</a>
 </li>
 <li>reply_to_group_id()
-: <a class="el" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">message</a>
+: <a class="el" href="classproton_1_1message.html#afc64c6e4de4ce502350c110724067e69">message</a>
 </li>
 <li>return_credit()
 : <a class="el" href="classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8">sender</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html
index 08f12a0..9727e65 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html
@@ -95,6 +95,12 @@ $(document).ready(function(){initNavTree('functions_m.html','');});
 <li>map()
 : <a class="el" href="classproton_1_1map.html#a7f35c814c022f4191d359b5dc139d35b">map&lt; K, T &gt;</a>
 </li>
+<li>max_attempts()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428">reconnect_options</a>
+</li>
+<li>max_delay()
+: <a class="el" href="classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b">reconnect_options</a>
+</li>
 <li>max_frame_size()
 : <a class="el" href="classproton_1_1connection.html#a491981c839dbde2411267e0654d73c4f">connection</a>
 , <a class="el" href="classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686">connection_options</a>
@@ -110,7 +116,7 @@ $(document).ready(function(){initNavTree('functions_m.html','');});
 : <a class="el" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>
 </li>
 <li>message_id()
-: <a class="el" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>
+: <a class="el" href="classproton_1_1message__id.html#a37823024300ef4413ca077df9ddcc4d2">message_id</a>
 </li>
 <li>milliseconds()
 : <a class="el" href="classproton_1_1duration.html#afb6516c796d13a88dcbd295247f0f535">duration</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html
index 4c5a1ee..4c20443 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html
@@ -230,7 +230,7 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 </li>
 <li>operator&lt;&lt;
 : <a class="el" href="classproton_1_1byte__array.html#af73e25d01bd5857297741fe1e6ff986e">byte_array&lt; N &gt;</a>
-, <a class="el" href="classproton_1_1codec_1_1encoder.html#a041e90045de495b728fb95bbed97a531">encoder</a>
+, <a class="el" href="classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a">encoder</a>
 , <a class="el" href="classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42">scalar_base</a>
 , <a class="el" href="classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18">value</a>
 </li>
@@ -238,10 +238,11 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 : <a class="el" href="classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477">binary</a>
 , <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a>
 , <a class="el" href="classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304">duration</a>
-, <a class="el" href="classproton_1_1map.html#ada6de583b7cdc95792661bcc0ff8a517">map&lt; K, T &gt;</a>
-, <a class="el" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">message</a>
+, <a class="el" href="classproton_1_1map.html#ab96fb2544d53f9ae42d6950c819d25ef">map&lt; K, T &gt;</a>
+, <a class="el" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">message</a>
 , <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a>
 , <a class="el" href="classproton_1_1receiver__options.html#a815be8018205013b8ff011d4b62b7324">receiver_options</a>
+, <a class="el" href="classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270">reconnect_options</a>
 , <a class="el" href="classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f">scalar</a>
 , <a class="el" href="classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6">sender_options</a>
 , <a class="el" href="classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93">session_options</a>
@@ -255,7 +256,7 @@ $(document).ready(function(){initNavTree('functions_o.html','');});
 : <a class="el" href="classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651">scalar_base</a>
 </li>
 <li>operator&gt;&gt;()
-: <a class="el" href="classproton_1_1codec_1_1decoder.html#a29037b1d70f61e041b2d5be7c67b577d">decoder</a>
+: <a class="el" href="classproton_1_1codec_1_1decoder.html#ac6c6ddca9af56625b28bc7989b02f24b">decoder</a>
 </li>
 <li>outcome
 : <a class="el" href="classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd">sasl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html b/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html
index 315fb59..3910637 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html
@@ -120,6 +120,12 @@ $(document).ready(function(){initNavTree('functions_r.html','');});
 : <a class="el" href="classproton_1_1connection.html#a634a0b14e10b9fc50cbb52251c2c8027">connection</a>
 , <a class="el" href="classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027">session</a>
 </li>
+<li>reconnect()
+: <a class="el" href="classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc">connection_options</a>
+</li>
+<li>reconnect_options()
+: <a class="el" href="classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc">reconnect_options</a>
+</li>
 <li>reject()
 : <a class="el" href="classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c">delivery</a>
 </li>
@@ -136,7 +142,7 @@ $(document).ready(function(){initNavTree('functions_r.html','');});
 : <a class="el" href="classproton_1_1message.html#a702be3ef508d0781ff7ab649c48a7e3c">message</a>
 </li>
 <li>reply_to_group_id()
-: <a class="el" href="classproton_1_1message.html#afc64c6e4de4ce502350c110724067e69">message</a>
+: <a class="el" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">message</a>
 </li>
 <li>resume_status
 : <a class="el" href="classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4">ssl</a>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html b/input/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
index 7471cd3..591e58f 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/fwd_8hpp_source.html
@@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree('fwd_8hpp_source.html','');});
 <div class="title">fwd.hpp</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="fwd_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_FWD_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_FWD_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.
   See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="commen
 t"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><d
 iv class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">class </span>ann
 otation_key;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span>connection;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>connection_options;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span>container;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span>delivery;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>duration;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>error_condition;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>event;</div><div class="line"><a name="l00035"></a><span class="lineno">   35<
 /span>&#160;<span class="keyword">class </span>message;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">class </span>message_id;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>messaging_handler;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span>listen_handler;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">class </span>listener;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">class </span>receiver;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">class </span>receiver_iterator;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keyword">class </span>receiver_options;</div><div c
 lass="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">class </span>reconnect_timer;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="keyword">class </span>sasl;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keyword">class </span>sender;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keyword">class </span>sender_iterator;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">class </span>sender_options;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">class </span>session;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keyword">class </span>session_options;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span cla
 ss="keyword">class </span>source_options;</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">class </span>ssl;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keyword">class </span>target_options;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keyword">class </span>tracker;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">class </span>transport;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="keyword">class </span>url;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">class </span>void_function0;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">class </span>work;</div><div class="line"><a name="l00058"></a><span class="line
 no">   58</span>&#160;<span class="keyword">class </span>work_queue;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1io.html">   60</a></span>&#160;<span class="keyword">namespace </span>io {</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a>;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classproton_1_1returned.html">
    66</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classproton_1_1returned.html">returned</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;}</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#endif // PROTON_FWD_HPP</span></div><div class="ttc" id="classproton_1_1returned_html"><div class="ttname"><a href="classproton_1_1returned.html">proton::returned</a></div><div class="ttdoc">Return type for container functions. </div><div class="ttdef"><b>Definition:</b> fwd.hpp:66</div></div>
+<a href="fwd_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="preprocessor">#ifndef PROTON_FWD_HPP</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor">#define PROTON_FWD_HPP</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * or more contributor license agreements.
   See the NOTICE file</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="commen
 t"> *</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><d
 iv class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">class </span>ann
 otation_key;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span>connection;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>connection_options;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span>container;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span>delivery;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>duration;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>error_condition;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>event;</div><div class="line"><a name="l00035"></a><span class="lineno">   35<
 /span>&#160;<span class="keyword">class </span>message;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">class </span>message_id;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>messaging_handler;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">class </span>listen_handler;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">class </span>listener;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">class </span>receiver;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">class </span>receiver_iterator;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keyword">class </span>receiver_options;</div><div c
 lass="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">class </span>reconnect_options;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="keyword">class </span>sasl;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keyword">class </span>sender;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keyword">class </span>sender_iterator;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keyword">class </span>sender_options;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keyword">class </span>session;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keyword">class </span>session_options;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span c
 lass="keyword">class </span>source_options;</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keyword">class </span>ssl;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keyword">class </span>target_options;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keyword">class </span>tracker;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keyword">class </span>transport;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="keyword">class </span>url;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">class </span>void_function0;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">class </span>work;</div><div class="line"><a name="l00058"></a><span class="li
 neno">   58</span>&#160;<span class="keyword">class </span>work_queue;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1io.html">   60</a></span>&#160;<span class="keyword">namespace </span>io {</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1io_1_1connection__driver.html">connection_driver</a>;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classproton_1_1returned.html
 ">   66</a></span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span><a class="code" href="classproton_1_1returned.html">returned</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;}</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor">#endif // PROTON_FWD_HPP</span></div><div class="ttc" id="classproton_1_1returned_html"><div class="ttname"><a href="classproton_1_1returned.html">proton::returned</a></div><div class="ttdoc">Return type for container functions. </div><div class="ttdef"><b>Definition:</b> fwd.hpp:66</div></div>
 <div class="ttc" id="classproton_1_1io_1_1connection__driver_html"><div class="ttname"><a href="classproton_1_1io_1_1connection__driver.html">proton::io::connection_driver</a></div><div class="ttdoc">Unsettled API - An AMQP driver for a single connection. </div><div class="ttdef"><b>Definition:</b> connection_driver.hpp:88</div></div>
 <div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:30</div></div>
 </div><!-- fragment --></div><!-- contents -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[2/8] qpid-site git commit: QPID-7903: Refresh the snapshot of the Proton C docs again

Posted by jr...@apache.org.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html b/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
index 985d8eb..0a39774 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html
@@ -166,26 +166,27 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
 <tr id="row_29_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1messaging__handler.html" target="_self">messaging_handler</a></td><td class="desc">A handler for Proton messaging events </td></tr>
 <tr id="row_30_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1io_1_1mutable__buffer.html" target="_self">mutable_buffer</a></td><td class="desc"><b>Unsettled API</b> - Pointer to a mutable memory region with a size </td></tr>
 <tr id="row_31_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver__options.html" target="_self">receiver_options</a></td><td class="desc">Options for creating a receiver </td></tr>
-<tr id="row_32_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned&lt; T &gt;</a></td><td class="desc">Return type for container functions </td></tr>
-<tr id="row_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
-<tr id="row_34_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
-<tr id="row_35_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
-<tr id="row_36_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
-<tr id="row_37_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
-<tr id="row_38_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
-<tr id="row_39_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
-<tr id="row_40_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
-<tr id="row_41_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start" target="_self">start</a></td><td class="desc"><b>Unsettled API</b> - Start encoding a complex type </td></tr>
-<tr id="row_42_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
-<tr id="row_43_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_43_" class="arrow" onclick="toggleFolder('43_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
-<tr id="row_43_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
-<tr id="row_43_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
-<tr id="row_44_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
-<tr id="row_45_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_45_" class="arrow" onclick="toggleFolder('45_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>vector&lt; T &gt;</b></td><td class="desc">STL class </td></tr>
-<tr id="row_45_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Arbitrary binary data </td></tr>
-<tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
-<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
-<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
+<tr id="row_32_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1reconnect__options.html" target="_self">reconnect_options</a></td><td class="desc"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts </td></tr>
+<tr id="row_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1returned.html" target="_self">returned&lt; T &gt;</a></td><td class="desc">Return type for container functions </td></tr>
+<tr id="row_34_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
+<tr id="row_35_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender__options.html" target="_self">sender_options</a></td><td class="desc">Options for creating a sender </td></tr>
+<tr id="row_36_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__options.html" target="_self">session_options</a></td><td class="desc">Options for creating a session </td></tr>
+<tr id="row_37_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source__options.html" target="_self">source_options</a></td><td class="desc">Options for creating a source node for a sender or receiver </td></tr>
+<tr id="row_38_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
+<tr id="row_39_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__certificate.html" target="_self">ssl_certificate</a></td><td class="desc"><b>Unsettled API</b> - An SSL certificate </td></tr>
+<tr id="row_40_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for outbound connections </td></tr>
+<tr id="row_41_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc"><b>Unsettled API</b> - SSL configuration for inbound connections </td></tr>
+<tr id="row_42_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="namespaceproton_1_1codec.html#structproton_1_1codec_1_1start" target="_self">start</a></td><td class="desc"><b>Unsettled API</b> - Start encoding a complex type </td></tr>
+<tr id="row_43_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target__options.html" target="_self">target_options</a></td><td class="desc">Options for creating a target node for a sender or receiver </td></tr>
+<tr id="row_44_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_44_" class="arrow" onclick="toggleFolder('44_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
+<tr id="row_44_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1source.html" target="_self">source</a></td><td class="desc">A point of origin for messages </td></tr>
+<tr id="row_44_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1target.html" target="_self">target</a></td><td class="desc">A destination for messages </td></tr>
+<tr id="row_45_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A URL parser </td></tr>
+<tr id="row_46_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_46_" class="arrow" onclick="toggleFolder('46_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>vector&lt; T &gt;</b></td><td class="desc">STL class </td></tr>
+<tr id="row_46_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Arbitrary binary data </td></tr>
+<tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1void__function0.html" target="_self">void_function0</a></td><td class="desc">A C++03 compatible void no-argument callback function object </td></tr>
+<tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work.html" target="_self">work</a></td><td class="desc"><b>Unsettled API</b> - Work to be queued on a <a class="el" href="classproton_1_1work__queue.html">work_queue</a> </td></tr>
+<tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1work__queue.html" target="_self">work_queue</a></td><td class="desc"><b>Unsettled API</b> - A work queue for serial execution </td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js b/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
index 6e8b0c7..6445440 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js
@@ -98,6 +98,7 @@ var hierarchy =
     [ "messaging_handler", "classproton_1_1messaging__handler.html", null ],
     [ "mutable_buffer", "structproton_1_1io_1_1mutable__buffer.html", null ],
     [ "receiver_options", "classproton_1_1receiver__options.html", null ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html", null ],
     [ "returned< T >", "classproton_1_1returned.html", null ],
     [ "sasl", "classproton_1_1sasl.html", null ],
     [ "sender_options", "classproton_1_1sender__options.html", null ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html b/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
index 909a6b6..5098277 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
+++ b/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.html
@@ -188,6 +188,9 @@ Classes</h2></td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1receiver__options.html">receiver_options</a></td></tr>
 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Options for creating a receiver.  <a href="classproton_1_1receiver__options.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1reconnect__options.html">reconnect_options</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight"><b>Experimental</b> - Options that determine a series of delays to coordinate reconnection attempts.  <a href="classproton_1_1reconnect__options.html#details">More...</a><br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classproton_1_1returned.html">returned</a></td></tr>
 <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return type for container functions.  <a href="classproton_1_1returned.html#details">More...</a><br /></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js b/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
index 910b921..fa387ce 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/namespaceproton.js
@@ -27,6 +27,7 @@ var namespaceproton =
     [ "messaging_handler", "classproton_1_1messaging__handler.html", "classproton_1_1messaging__handler" ],
     [ "receiver", "classproton_1_1receiver.html", "classproton_1_1receiver" ],
     [ "receiver_options", "classproton_1_1receiver__options.html", "classproton_1_1receiver__options" ],
+    [ "reconnect_options", "classproton_1_1reconnect__options.html", "classproton_1_1reconnect__options" ],
     [ "returned", "classproton_1_1returned.html", "classproton_1_1returned" ],
     [ "sasl", "classproton_1_1sasl.html", "classproton_1_1sasl" ],
     [ "scalar", "classproton_1_1scalar.html", "classproton_1_1scalar" ],

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreedata.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
index 7e72d8e..16ce5dc 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreedata.js
@@ -42,10 +42,10 @@ var NAVTREE =
 var NAVTREEINDEX =
 [
 "annotated.html",
-"classproton_1_1decimal64.html#a13c57dab17e2c903cadfa5e35ba84064",
-"classproton_1_1receiver.html#a9e8555112049fc2b4945120b3c45f8ab",
-"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52",
-"receiver_8hpp.html"
+"classproton_1_1decimal64.html",
+"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae",
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647",
+"namespaceproton_1_1codec.html"
 ];
 
 var SYNCONMSG = 'click to disable panel synchronisation';

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
index 3d4a7f1..bbbbd91 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js
@@ -156,15 +156,16 @@ var NAVTREEINDEX0 =
 "classproton_1_1connection.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,5,16],
 "classproton_1_1connection.html#ae922e54bbff7c2d27373eea9d15e3367":[6,0,0,5,19],
 "classproton_1_1connection__options.html":[6,0,0,6],
-"classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028":[6,0,0,6,20],
-"classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5":[6,0,0,6,14],
-"classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24":[6,0,0,6,19],
+"classproton_1_1connection__options.html#a0300a2a68ecca3f684e91e637a45e028":[6,0,0,6,21],
+"classproton_1_1connection__options.html#a0fc40d55673b5c89e4b5a13c630edca5":[6,0,0,6,15],
+"classproton_1_1connection__options.html#a10afa48d580025f71f0a6dd31bd1de24":[6,0,0,6,20],
 "classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167":[6,0,0,6,9],
 "classproton_1_1connection__options.html#a4c6429303ccb719d9c585c88f300e007":[6,0,0,6,4],
-"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[6,0,0,6,16],
-"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[6,0,0,6,12],
-"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[6,0,0,6,17],
-"classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604":[6,0,0,6,18],
+"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[6,0,0,6,17],
+"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[6,0,0,6,13],
+"classproton_1_1connection__options.html#a5a38fafc56619c03e10979b978393bbc":[6,0,0,6,11],
+"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[6,0,0,6,18],
+"classproton_1_1connection__options.html#a68a8c198dfa16653afc4a70a2b845604":[6,0,0,6,19],
 "classproton_1_1connection__options.html#a78a90a1387cf91915dbe39b888955d75":[6,0,0,6,10],
 "classproton_1_1connection__options.html#a7bca23aeb3455378ef2d35975758e504":[6,0,0,6,5],
 "classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448":[6,0,0,6,6],
@@ -172,11 +173,11 @@ var NAVTREEINDEX0 =
 "classproton_1_1connection__options.html#a90933e18af82770dfa522b0e3b356f3e":[6,0,0,6,1],
 "classproton_1_1connection__options.html#aa946cf564c3b226b0172b3b78f59928a":[6,0,0,6,2],
 "classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686":[6,0,0,6,7],
-"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[6,0,0,6,13],
+"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[6,0,0,6,14],
 "classproton_1_1connection__options.html#adeab0ac65b8d78eb8a78002f1ecd1138":[6,0,0,6,3],
-"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[6,0,0,6,15],
+"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[6,0,0,6,16],
 "classproton_1_1connection__options.html#af66706fdb4a2f3f4d9943be9ee4b1347":[6,0,0,6,8],
-"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[6,0,0,6,11],
+"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[6,0,0,6,12],
 "classproton_1_1container.html":[6,0,0,7],
 "classproton_1_1container.html#a099ddaa3cfcd6a8ae14401bbbfb4b660":[6,0,0,7,20],
 "classproton_1_1container.html#a0c2d04a8b161f33eeae661b673ac2749":[6,0,0,7,26],
@@ -248,6 +249,5 @@ var NAVTREEINDEX0 =
 "classproton_1_1decimal32.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,10,7],
 "classproton_1_1decimal32.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,10,6],
 "classproton_1_1decimal32.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,10,4],
-"classproton_1_1decimal32.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,10,2],
-"classproton_1_1decimal64.html":[6,0,0,11]
+"classproton_1_1decimal32.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,10,2]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
index 462aa01..6284afb 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex1.js
@@ -1,5 +1,6 @@
 var NAVTREEINDEX1 =
 {
+"classproton_1_1decimal64.html":[6,0,0,11],
 "classproton_1_1decimal64.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,11,1],
 "classproton_1_1decimal64.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,11,3],
 "classproton_1_1decimal64.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,11,5],
@@ -248,6 +249,5 @@ var NAVTREEINDEX1 =
 "classproton_1_1receiver.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,25,20],
 "classproton_1_1receiver.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,25,4],
 "classproton_1_1receiver.html#a84d3a001340d11201e03c6ed7c763641":[6,0,0,25,2],
-"classproton_1_1receiver.html#a897e5c9bbc85f213403e0c6fcb69426d":[6,0,0,25,15],
-"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,25,17]
+"classproton_1_1receiver.html#a897e5c9bbc85f213403e0c6fcb69426d":[6,0,0,25,15]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
index f108302..c93243e 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex2.js
@@ -1,5 +1,6 @@
 var NAVTREEINDEX2 =
 {
+"classproton_1_1receiver.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,25,17],
 "classproton_1_1receiver.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,25,14],
 "classproton_1_1receiver.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,25,19],
 "classproton_1_1receiver.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,25,16],
@@ -22,232 +23,231 @@ var NAVTREEINDEX2 =
 "classproton_1_1receiver__options.html#a9e10a473b92db75e78a3ad8498f32c36":[6,0,0,26,0],
 "classproton_1_1receiver__options.html#ad8168a06620ae6844cb61451d065f4f3":[6,0,0,26,2],
 "classproton_1_1receiver__options.html#af313abfa8d5b19e4b61c779907eb9980":[6,0,0,26,4],
-"classproton_1_1returned.html":[6,0,0,27],
-"classproton_1_1returned.html#a54724b9dd792a6022b918eae2f393734":[6,0,0,27,1],
-"classproton_1_1returned.html#a7e6c2d7eb0ba9807a9fb9fee0f628508":[6,0,0,27,0],
-"classproton_1_1sasl.html":[6,0,0,28],
-"classproton_1_1sasl.html#a615d497d6e83d12de95eff51963d551e":[6,0,0,28,5],
-"classproton_1_1sasl.html#a74642761208a390dc7dd63c869dc8599":[6,0,0,28,4],
-"classproton_1_1sasl.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,28,7],
-"classproton_1_1sasl.html#ac1d29864665cf5b575439241353603eb":[6,0,0,28,1],
-"classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2":[6,0,0,28,3],
-"classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00":[6,0,0,28,6],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd":[6,0,0,28,0],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda2bc49ec37d6a5715dd23e85f1ff5bb59":[6,0,0,28,0,1],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda5937389a60030a604f0efdf5e3927325":[6,0,0,28,0,5],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda69a8d053cf3b5b28fa0c7dde6f883e10":[6,0,0,28,0,3],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda8b22fbb60fcbd7a4a5e1e6ff6ee38218":[6,0,0,28,0,2],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,28,0,0],
-"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdae0a57d717d9f8c8fdba757be1b0afdcf":[6,0,0,28,0,4],
-"classproton_1_1sasl.html#af6da8cd4e28825fcfe0a8413783a5add":[6,0,0,28,2],
-"classproton_1_1scalar.html":[6,0,0,29],
-"classproton_1_1scalar.html#a247e504774a50ea9baeb9330d459a486":[6,0,0,29,1],
-"classproton_1_1scalar.html#a31eda8feb7c15956a8c9091737505789":[6,0,0,29,7],
-"classproton_1_1scalar.html#a59517f5cda18ae5c612f0c760398fe1d":[6,0,0,29,6],
-"classproton_1_1scalar.html#a61968283b9e1fc067dcad67e9fe58f6a":[6,0,0,29,8],
-"classproton_1_1scalar.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,29,3],
-"classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f":[6,0,0,29,4],
-"classproton_1_1scalar.html#a79453d11d5d0a0ab021762a68a73d97e":[6,0,0,29,0],
-"classproton_1_1scalar.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,29,5],
-"classproton_1_1scalar.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,29,2],
-"classproton_1_1scalar__base.html":[6,0,0,30],
-"classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651":[6,0,0,30,4],
-"classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576":[6,0,0,30,2],
-"classproton_1_1scalar__base.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,30,0],
-"classproton_1_1scalar__base.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,30,1],
-"classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42":[6,0,0,30,3],
-"classproton_1_1sender.html":[6,0,0,31],
-"classproton_1_1sender.html#a0177dfbb87c4a94379c4ab6ac77a134e":[6,0,0,31,13],
-"classproton_1_1sender.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,31,10],
-"classproton_1_1sender.html#a19c36a38b50e8080b94a47230a56234f":[6,0,0,31,9],
-"classproton_1_1sender.html#a1d89c28bd42ba9a52da008bb69367171":[6,0,0,31,11],
-"classproton_1_1sender.html#a214eb30b24e6831d016a47b9dddda830":[6,0,0,31,15],
-"classproton_1_1sender.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,31,6],
-"classproton_1_1sender.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,31,2],
-"classproton_1_1sender.html#a5f0b815f331997411a6794f8628592ba":[6,0,0,31,18],
-"classproton_1_1sender.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,31,20],
-"classproton_1_1sender.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,31,3],
-"classproton_1_1sender.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,31,17],
-"classproton_1_1sender.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,31,12],
-"classproton_1_1sender.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,31,19],
-"classproton_1_1sender.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,31,16],
-"classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8":[6,0,0,31,14],
-"classproton_1_1sender.html#ac295bade8aee589f6718dfa79edc2a34":[6,0,0,31,8],
-"classproton_1_1sender.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,31,1],
-"classproton_1_1sender.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,31,4],
-"classproton_1_1sender.html#ae8473244d5665777c846fa88eba39252":[6,0,0,31,0],
-"classproton_1_1sender.html#afd27bd11ba72d7df51c44f71b15749eb":[6,0,0,31,7],
-"classproton_1_1sender.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,31,5],
-"classproton_1_1sender__options.html":[6,0,0,32],
-"classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f":[6,0,0,32,3],
-"classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff":[6,0,0,32,5],
-"classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6":[6,0,0,32,6],
-"classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b":[6,0,0,32,9],
-"classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4":[6,0,0,32,1],
-"classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658":[6,0,0,32,0],
-"classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc":[6,0,0,32,8],
-"classproton_1_1sender__options.html#a9d4e9c4da04b57ae7e7c1ca4543ec63d":[6,0,0,32,2],
-"classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db":[6,0,0,32,4],
-"classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0":[6,0,0,32,7],
-"classproton_1_1session.html":[6,0,0,33],
-"classproton_1_1session.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,33,7],
-"classproton_1_1session.html#a1b4552a1ec08cdb5e76d7054dee6b538":[6,0,0,33,12],
-"classproton_1_1session.html#a2e6d8395032b1d590a9e1586c7de0fb5":[6,0,0,33,17],
-"classproton_1_1session.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,33,6],
-"classproton_1_1session.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,33,2],
-"classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027":[6,0,0,33,16],
-"classproton_1_1session.html#a7158346a6221ba5dad8c19464950f51b":[6,0,0,33,10],
-"classproton_1_1session.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,33,19],
-"classproton_1_1session.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,33,3],
-"classproton_1_1session.html#a912187b9bad05f8454864cc5eef14395":[6,0,0,33,0],
-"classproton_1_1session.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,33,9],
-"classproton_1_1session.html#aad60d14592ee9d34caca4c61214ecd27":[6,0,0,33,11],
-"classproton_1_1session.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,33,18],
-"classproton_1_1session.html#ab997a1233a3327d5ac1e63327fa62717":[6,0,0,33,14],
-"classproton_1_1session.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,33,1],
-"classproton_1_1session.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,33,4],
-"classproton_1_1session.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,33,13],
-"classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0":[6,0,0,33,15],
-"classproton_1_1session.html#afd0c41cf41edfc314d065e76e402fd1b":[6,0,0,33,8],
-"classproton_1_1session.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,33,5],
-"classproton_1_1session__options.html":[6,0,0,34],
-"classproton_1_1session__options.html#a2e138875d21432af920338badc26fefb":[6,0,0,34,1],
-"classproton_1_1session__options.html#a4e46096f909a7dcee51b427bb743c10b":[6,0,0,34,2],
-"classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93":[6,0,0,34,4],
-"classproton_1_1session__options.html#a6bbd6b5371776068b2054366802dbbf9":[6,0,0,34,3],
-"classproton_1_1session__options.html#ad0a94848bc139a7628681a3401402f7b":[6,0,0,34,0],
-"classproton_1_1source.html":[6,0,0,35],
-"classproton_1_1source.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,35,12],
-"classproton_1_1source.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,35,3],
-"classproton_1_1source.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,35,5],
-"classproton_1_1source.html#a5872b2a2f80f74a6f4f5b02791861a6d":[6,0,0,35,10],
-"classproton_1_1source.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,35,2],
-"classproton_1_1source.html#a6cfde826a3d3092bd8a3a636e2336bbb":[6,0,0,35,4],
-"classproton_1_1source.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,35,11],
-"classproton_1_1source.html#abb1886a3a928bddfaf76dc67e3d15525":[6,0,0,35,6],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089":[6,0,0,35,1],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aa876f4fb4e5f7f0c5c48fcf66c9ce7ce":[6,0,0,35,1,0],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aba6788019f0f871f0aefcd5644635785":[6,0,0,35,1,1],
-"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aed3ef32890b6da0919b57254c5206c62":[6,0,0,35,1,2],
-"classproton_1_1source.html#ad5af497ef0602d13b06773c910994fd7":[6,0,0,35,0],
-"classproton_1_1source.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,35,8],
-"classproton_1_1source.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,35,7],
-"classproton_1_1source.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,35,9],
-"classproton_1_1source__options.html":[6,0,0,36],
-"classproton_1_1source__options.html#a1d2323580261c3bce5c41cb93d72bff9":[6,0,0,36,1],
-"classproton_1_1source__options.html#a36fa9e64134459cfe70707e0439ba850":[6,0,0,36,3],
-"classproton_1_1source__options.html#a41ffaf202d22b3276c15bfcf5b5c3ed6":[6,0,0,36,4],
-"classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be":[6,0,0,36,9],
-"classproton_1_1source__options.html#a5fca9a55327631935b124badfebea989":[6,0,0,36,10],
-"classproton_1_1source__options.html#a77a7e16ef337620c380c54901a42e3f2":[6,0,0,36,2],
-"classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab":[6,0,0,36,5],
-"classproton_1_1source__options.html#a9a38c4697708d223e8163d301e92f6af":[6,0,0,36,8],
-"classproton_1_1source__options.html#aad9e94ccdd35ae9bd3cfd730d5749760":[6,0,0,36,7],
-"classproton_1_1source__options.html#ab491bddac8a47b9478c748f43ab583d7":[6,0,0,36,6],
-"classproton_1_1source__options.html#afb2122d3d1a1f504c7cb23ea1093afcf":[6,0,0,36,0],
-"classproton_1_1ssl.html":[6,0,0,37],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4":[6,0,0,37,0],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6a8b4831d126ce349ac966f2f469413f":[6,0,0,37,0,2],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6ce26a62afab55d7606ad4e92428b30c":[6,0,0,37,0,0],
-"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4aec34b0b90541576a22697631105dc847":[6,0,0,37,0,1],
-"classproton_1_1ssl.html#aab73a626b87b792e31ff0eee531fbcb2":[6,0,0,37,2],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3":[6,0,0,37,1],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3a57807a2e5ed5e9858db1e84f24e91a0a":[6,0,0,37,1,2],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3ac0c5cd6b794574267c2ad08f485bd76d":[6,0,0,37,1,1],
-"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3adb9333f2461b9f65dcb7346a8ceb185c":[6,0,0,37,1,0],
-"classproton_1_1ssl__certificate.html":[6,0,0,38],
-"classproton_1_1ssl__certificate.html#a06065e17b1b4e178adc0047ae99335ac":[6,0,0,38,0],
-"classproton_1_1ssl__certificate.html#a8db4264dc2c610f8cc91903610f48361":[6,0,0,38,1],
-"classproton_1_1ssl__certificate.html#aa23f3c38df56f3e9ea116462c6c98547":[6,0,0,38,2],
-"classproton_1_1ssl__client__options.html":[6,0,0,39],
-"classproton_1_1ssl__client__options.html#a05df3dc53e9dc80ed8d90b7724d791b0":[6,0,0,39,0],
-"classproton_1_1ssl__client__options.html#a79e03058960606b2d656b57744d13284":[6,0,0,39,2],
-"classproton_1_1ssl__client__options.html#aaeae243f374927d7729927cb343f8130":[6,0,0,39,1],
-"classproton_1_1ssl__server__options.html":[6,0,0,40],
-"classproton_1_1ssl__server__options.html#a1f181336edbdb677b58eaa1366127da1":[6,0,0,40,2],
-"classproton_1_1ssl__server__options.html#a557e872dfb469537d374f04b969db547":[6,0,0,40,0],
-"classproton_1_1ssl__server__options.html#abf0b30171760149fc5e8dacacbcd0b00":[6,0,0,40,1],
-"classproton_1_1symbol.html":[6,0,0,41],
-"classproton_1_1symbol.html#a3ab37ae3b314e64dd5b19f8f01148bbf":[6,0,0,41,0],
-"classproton_1_1symbol.html#a5d96e10a5b46e6d9a4cc999cbd7c1467":[6,0,0,41,1],
-"classproton_1_1symbol.html#acb24e4da84324613eac952fa3dbdc6a9":[6,0,0,41,2],
-"classproton_1_1target.html":[6,0,0,42],
-"classproton_1_1target.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,42,8],
-"classproton_1_1target.html#a1839bce0672e60129fb6c69534a027e6":[6,0,0,42,2],
-"classproton_1_1target.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,42,1],
-"classproton_1_1target.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,42,3],
-"classproton_1_1target.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,42,0],
-"classproton_1_1target.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,42,7],
-"classproton_1_1target.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,42,5],
-"classproton_1_1target.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,42,4],
-"classproton_1_1target.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,42,6],
-"classproton_1_1target__options.html":[6,0,0,43],
-"classproton_1_1target__options.html#a14a86cafc12d543ad6f9c3be88fbd7b6":[6,0,0,43,8],
-"classproton_1_1target__options.html#a19876222bb570ce8369d6024499faf05":[6,0,0,43,1],
-"classproton_1_1target__options.html#a39a0acbf2c7de97e77df483ca9c4c6a9":[6,0,0,43,3],
-"classproton_1_1target__options.html#a3ee55474d84d67e826dc56f40b848b5b":[6,0,0,43,6],
-"classproton_1_1target__options.html#a7280590c00353fcf4f35d0b490931912":[6,0,0,43,2],
-"classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d":[6,0,0,43,4],
-"classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd":[6,0,0,43,7],
-"classproton_1_1target__options.html#acc2d56132d2a7a0b644429b78ff00756":[6,0,0,43,5],
-"classproton_1_1target__options.html#add127463954d31c61475058fe14aef52":[6,0,0,43,0],
-"classproton_1_1terminus.html":[6,0,0,44],
-"classproton_1_1terminus.html#a009b3efd1003495cd865ef0d24ea2134":[6,0,0,44,2],
-"classproton_1_1terminus.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,44,7],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,44,1],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba3a267f9424d4d555780a8d26209c8118":[6,0,0,44,1,3],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba7201cfe403ee6d4b4b717d146e38bee1":[6,0,0,44,1,0],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebac028e516a1a662691a25993ab4f86c09":[6,0,0,44,1,1],
-"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebad1b07c50c2dc77892c0254442e206a23":[6,0,0,44,1,2],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,44,0],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da07731dff0bf77faf2dc60a19c925e3c4":[6,0,0,44,0,1],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da9a971a7b3eb61a4e22701f1f4099909f":[6,0,0,44,0,2],
-"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3dafdced71ad3dc05c5221439eddc3573e8":[6,0,0,44,0,0],
-"classproton_1_1terminus.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,44,6],
-"classproton_1_1terminus.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,44,4],
-"classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,44,3],
-"classproton_1_1terminus.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,44,5],
-"classproton_1_1timestamp.html":[6,0,0,46],
-"classproton_1_1timestamp.html#a44829e89515fec974f57f37bbdbfaeb2":[6,0,0,46,0],
-"classproton_1_1timestamp.html#a7dd3e30aaca70057a02dca7cc5eb5b4d":[6,0,0,46,1],
-"classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6":[6,0,0,46,3],
-"classproton_1_1timestamp.html#afb6516c796d13a88dcbd295247f0f535":[6,0,0,46,2],
-"classproton_1_1tracker.html":[6,0,0,47],
-"classproton_1_1tracker.html#a0b9624867cb6a465a71ecf3bce1d64dd":[6,0,0,47,1],
-"classproton_1_1tracker.html#a172df06404ec241cee5281536db603a7":[6,0,0,47,6],
-"classproton_1_1tracker.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,47,3],
-"classproton_1_1tracker.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,47,9],
-"classproton_1_1tracker.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,47,8],
-"classproton_1_1tracker.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,47,5],
-"classproton_1_1tracker.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,47,7],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,47,0],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,47,0,1],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,47,0,5],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,47,0,2],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,47,0,4],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,47,0,0],
-"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,47,0,3],
-"classproton_1_1tracker.html#af6557049c84db2e028dce1b646d2e379":[6,0,0,47,4],
-"classproton_1_1tracker.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,47,2],
-"classproton_1_1transfer.html":[6,0,0,48],
-"classproton_1_1transfer.html#a172df06404ec241cee5281536db603a7":[6,0,0,48,5],
-"classproton_1_1transfer.html#a27689e22340a12302f25eec6072c5d22":[6,0,0,48,1],
-"classproton_1_1transfer.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,48,3],
-"classproton_1_1transfer.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,48,8],
-"classproton_1_1transfer.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,48,7],
-"classproton_1_1transfer.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,48,4],
-"classproton_1_1transfer.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,48,6],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,48,0],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,48,0,1],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,48,0,5],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,48,0,2],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,48,0,4],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,48,0,0],
-"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,48,0,3],
-"classproton_1_1transfer.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,48,2],
-"classproton_1_1transport.html":[6,0,0,49],
-"classproton_1_1transport.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,49,2],
-"classproton_1_1transport.html#a150f1a1b6c9cf6605d44f4cc150a11cc":[6,0,0,49,3],
-"classproton_1_1transport.html#a73fe833a759ac581baa889155b7d0633":[6,0,0,49,4],
-"classproton_1_1transport.html#aa1996a887a9af5c8c18c739ab08588d6":[6,0,0,49,0]
+"classproton_1_1reconnect__options.html":[6,0,0,27],
+"classproton_1_1reconnect__options.html#a700d91bfa7a95ee851dd94eda092721b":[6,0,0,27,3],
+"classproton_1_1reconnect__options.html#a7840ff5254abe6996b44e3906cf1445b":[6,0,0,27,6],
+"classproton_1_1reconnect__options.html#a7e6b1a75735da02638374a317a232428":[6,0,0,27,5],
+"classproton_1_1reconnect__options.html#a8456389a8174cf6d2ae2550e05e3e650":[6,0,0,27,4],
+"classproton_1_1reconnect__options.html#ab6d4cad321fbb7a59efddecc0f36895d":[6,0,0,27,2],
+"classproton_1_1reconnect__options.html#ac327dafeb06728192df6cb94dde35edc":[6,0,0,27,0],
+"classproton_1_1reconnect__options.html#aea298c3d006e10b7da6608591949b270":[6,0,0,27,7],
+"classproton_1_1reconnect__options.html#aef23a4a6b4f399f86ba458e855e0ca08":[6,0,0,27,1],
+"classproton_1_1returned.html":[6,0,0,28],
+"classproton_1_1returned.html#a54724b9dd792a6022b918eae2f393734":[6,0,0,28,1],
+"classproton_1_1returned.html#a7e6c2d7eb0ba9807a9fb9fee0f628508":[6,0,0,28,0],
+"classproton_1_1sasl.html":[6,0,0,29],
+"classproton_1_1sasl.html#a615d497d6e83d12de95eff51963d551e":[6,0,0,29,5],
+"classproton_1_1sasl.html#a74642761208a390dc7dd63c869dc8599":[6,0,0,29,4],
+"classproton_1_1sasl.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,29,7],
+"classproton_1_1sasl.html#ac1d29864665cf5b575439241353603eb":[6,0,0,29,1],
+"classproton_1_1sasl.html#ae4d8c99395936130ece8495be232b9c2":[6,0,0,29,3],
+"classproton_1_1sasl.html#aee5a4997bbfa58f1b8176f936618de00":[6,0,0,29,6],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acd":[6,0,0,29,0],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda2bc49ec37d6a5715dd23e85f1ff5bb59":[6,0,0,29,0,1],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda5937389a60030a604f0efdf5e3927325":[6,0,0,29,0,5],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda69a8d053cf3b5b28fa0c7dde6f883e10":[6,0,0,29,0,3],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acda8b22fbb60fcbd7a4a5e1e6ff6ee38218":[6,0,0,29,0,2],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,29,0,0],
+"classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdae0a57d717d9f8c8fdba757be1b0afdcf":[6,0,0,29,0,4],
+"classproton_1_1sasl.html#af6da8cd4e28825fcfe0a8413783a5add":[6,0,0,29,2],
+"classproton_1_1scalar.html":[6,0,0,30],
+"classproton_1_1scalar.html#a247e504774a50ea9baeb9330d459a486":[6,0,0,30,1],
+"classproton_1_1scalar.html#a31eda8feb7c15956a8c9091737505789":[6,0,0,30,7],
+"classproton_1_1scalar.html#a59517f5cda18ae5c612f0c760398fe1d":[6,0,0,30,6],
+"classproton_1_1scalar.html#a61968283b9e1fc067dcad67e9fe58f6a":[6,0,0,30,8],
+"classproton_1_1scalar.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,30,3],
+"classproton_1_1scalar.html#a7166ca618a14fe7e669059cb2ebbdb8f":[6,0,0,30,4],
+"classproton_1_1scalar.html#a79453d11d5d0a0ab021762a68a73d97e":[6,0,0,30,0],
+"classproton_1_1scalar.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,30,5],
+"classproton_1_1scalar.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,30,2],
+"classproton_1_1scalar__base.html":[6,0,0,31],
+"classproton_1_1scalar__base.html#a03d4c26cca0115ee1fe1c547e35ec651":[6,0,0,31,4],
+"classproton_1_1scalar__base.html#a40bfb9a20944ad3d19f8a90a27a82576":[6,0,0,31,2],
+"classproton_1_1scalar__base.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,31,0],
+"classproton_1_1scalar__base.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,31,1],
+"classproton_1_1scalar__base.html#aa4f061f731c5f2304b6538b6ac935e42":[6,0,0,31,3],
+"classproton_1_1sender.html":[6,0,0,32],
+"classproton_1_1sender.html#a0177dfbb87c4a94379c4ab6ac77a134e":[6,0,0,32,13],
+"classproton_1_1sender.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,32,10],
+"classproton_1_1sender.html#a19c36a38b50e8080b94a47230a56234f":[6,0,0,32,9],
+"classproton_1_1sender.html#a1d89c28bd42ba9a52da008bb69367171":[6,0,0,32,11],
+"classproton_1_1sender.html#a214eb30b24e6831d016a47b9dddda830":[6,0,0,32,15],
+"classproton_1_1sender.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,32,6],
+"classproton_1_1sender.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,32,2],
+"classproton_1_1sender.html#a5f0b815f331997411a6794f8628592ba":[6,0,0,32,18],
+"classproton_1_1sender.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,32,20],
+"classproton_1_1sender.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,32,3],
+"classproton_1_1sender.html#a91a9e8a9445b29d83dd0514cd76503ae":[6,0,0,32,17],
+"classproton_1_1sender.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,32,12],
+"classproton_1_1sender.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,32,19],
+"classproton_1_1sender.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,32,16],
+"classproton_1_1sender.html#abc4cb5f2f38643abb47c0b221a130bc8":[6,0,0,32,14],
+"classproton_1_1sender.html#ac295bade8aee589f6718dfa79edc2a34":[6,0,0,32,8],
+"classproton_1_1sender.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,32,1],
+"classproton_1_1sender.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,32,4],
+"classproton_1_1sender.html#ae8473244d5665777c846fa88eba39252":[6,0,0,32,0],
+"classproton_1_1sender.html#afd27bd11ba72d7df51c44f71b15749eb":[6,0,0,32,7],
+"classproton_1_1sender.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,32,5],
+"classproton_1_1sender__options.html":[6,0,0,33],
+"classproton_1_1sender__options.html#a087eda4a18c293de85107fcfbb7ff31f":[6,0,0,33,3],
+"classproton_1_1sender__options.html#a0d94e8f4c1746780259f3eb2d1728aff":[6,0,0,33,5],
+"classproton_1_1sender__options.html#a13e6aa698a300681f88a709ccb50c8f6":[6,0,0,33,6],
+"classproton_1_1sender__options.html#a16b609dbb6a9df5ab7e719f0de05026b":[6,0,0,33,9],
+"classproton_1_1sender__options.html#a258f4dd5231e0a3f048ec1f351c23cd4":[6,0,0,33,1],
+"classproton_1_1sender__options.html#a619c789958ede03d0682a1a723cd7658":[6,0,0,33,0],
+"classproton_1_1sender__options.html#a7d4e83ee43fa1ee99a45f5bbe837ffcc":[6,0,0,33,8],
+"classproton_1_1sender__options.html#a9d4e9c4da04b57ae7e7c1ca4543ec63d":[6,0,0,33,2],
+"classproton_1_1sender__options.html#ab7dc71a7b5737c2ca642058a296292db":[6,0,0,33,4],
+"classproton_1_1sender__options.html#af4bd1e60b98c766f4c822aad783162c0":[6,0,0,33,7],
+"classproton_1_1session.html":[6,0,0,34],
+"classproton_1_1session.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,34,7],
+"classproton_1_1session.html#a1b4552a1ec08cdb5e76d7054dee6b538":[6,0,0,34,12],
+"classproton_1_1session.html#a2e6d8395032b1d590a9e1586c7de0fb5":[6,0,0,34,17],
+"classproton_1_1session.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,34,6],
+"classproton_1_1session.html#a5ae591df94fc66ccb85cbb6565368bca":[6,0,0,34,2],
+"classproton_1_1session.html#a634a0b14e10b9fc50cbb52251c2c8027":[6,0,0,34,16],
+"classproton_1_1session.html#a7158346a6221ba5dad8c19464950f51b":[6,0,0,34,10],
+"classproton_1_1session.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,34,19],
+"classproton_1_1session.html#a817883d28ce0ac8a29d917d196796f68":[6,0,0,34,3],
+"classproton_1_1session.html#a912187b9bad05f8454864cc5eef14395":[6,0,0,34,0],
+"classproton_1_1session.html#a9e8555112049fc2b4945120b3c45f8ab":[6,0,0,34,9],
+"classproton_1_1session.html#aad60d14592ee9d34caca4c61214ecd27":[6,0,0,34,11],
+"classproton_1_1session.html#ab51c3843057c4c187574e2d44839f815":[6,0,0,34,18],
+"classproton_1_1session.html#ab997a1233a3327d5ac1e63327fa62717":[6,0,0,34,14],
+"classproton_1_1session.html#ad9735e23cb0888fb98e1c5893aecff7e":[6,0,0,34,1],
+"classproton_1_1session.html#ae54500202b0333927a28c440c85cf07e":[6,0,0,34,4],
+"classproton_1_1session.html#ae8eece4fd4b9e1a2531ca12d2ab57a32":[6,0,0,34,13],
+"classproton_1_1session.html#af3f3aa5f4c2eafcab012920c3a29dae0":[6,0,0,34,15],
+"classproton_1_1session.html#afd0c41cf41edfc314d065e76e402fd1b":[6,0,0,34,8],
+"classproton_1_1session.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,34,5],
+"classproton_1_1session__options.html":[6,0,0,35],
+"classproton_1_1session__options.html#a2e138875d21432af920338badc26fefb":[6,0,0,35,1],
+"classproton_1_1session__options.html#a4e46096f909a7dcee51b427bb743c10b":[6,0,0,35,2],
+"classproton_1_1session__options.html#a57fc2c11f848dfbaac03010025aa7e93":[6,0,0,35,4],
+"classproton_1_1session__options.html#a6bbd6b5371776068b2054366802dbbf9":[6,0,0,35,3],
+"classproton_1_1session__options.html#ad0a94848bc139a7628681a3401402f7b":[6,0,0,35,0],
+"classproton_1_1source.html":[6,0,0,36],
+"classproton_1_1source.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,36,12],
+"classproton_1_1source.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,36,3],
+"classproton_1_1source.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,36,5],
+"classproton_1_1source.html#a5872b2a2f80f74a6f4f5b02791861a6d":[6,0,0,36,10],
+"classproton_1_1source.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,36,2],
+"classproton_1_1source.html#a6cfde826a3d3092bd8a3a636e2336bbb":[6,0,0,36,4],
+"classproton_1_1source.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,36,11],
+"classproton_1_1source.html#abb1886a3a928bddfaf76dc67e3d15525":[6,0,0,36,6],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089":[6,0,0,36,1],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aa876f4fb4e5f7f0c5c48fcf66c9ce7ce":[6,0,0,36,1,0],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aba6788019f0f871f0aefcd5644635785":[6,0,0,36,1,1],
+"classproton_1_1source.html#ad049690d03cac384636e0c2055726089aed3ef32890b6da0919b57254c5206c62":[6,0,0,36,1,2],
+"classproton_1_1source.html#ad5af497ef0602d13b06773c910994fd7":[6,0,0,36,0],
+"classproton_1_1source.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,36,8],
+"classproton_1_1source.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,36,7],
+"classproton_1_1source.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,36,9],
+"classproton_1_1source__options.html":[6,0,0,37],
+"classproton_1_1source__options.html#a1d2323580261c3bce5c41cb93d72bff9":[6,0,0,37,1],
+"classproton_1_1source__options.html#a36fa9e64134459cfe70707e0439ba850":[6,0,0,37,3],
+"classproton_1_1source__options.html#a41ffaf202d22b3276c15bfcf5b5c3ed6":[6,0,0,37,4],
+"classproton_1_1source__options.html#a4c7e157cd06e40dd7fd243fcb47297be":[6,0,0,37,9],
+"classproton_1_1source__options.html#a5fca9a55327631935b124badfebea989":[6,0,0,37,10],
+"classproton_1_1source__options.html#a77a7e16ef337620c380c54901a42e3f2":[6,0,0,37,2],
+"classproton_1_1source__options.html#a89176218ec0f2754c6499935368627ab":[6,0,0,37,5],
+"classproton_1_1source__options.html#a9a38c4697708d223e8163d301e92f6af":[6,0,0,37,8],
+"classproton_1_1source__options.html#aad9e94ccdd35ae9bd3cfd730d5749760":[6,0,0,37,7],
+"classproton_1_1source__options.html#ab491bddac8a47b9478c748f43ab583d7":[6,0,0,37,6],
+"classproton_1_1source__options.html#afb2122d3d1a1f504c7cb23ea1093afcf":[6,0,0,37,0],
+"classproton_1_1ssl.html":[6,0,0,38],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4":[6,0,0,38,0],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6a8b4831d126ce349ac966f2f469413f":[6,0,0,38,0,2],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6ce26a62afab55d7606ad4e92428b30c":[6,0,0,38,0,0],
+"classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4aec34b0b90541576a22697631105dc847":[6,0,0,38,0,1],
+"classproton_1_1ssl.html#aab73a626b87b792e31ff0eee531fbcb2":[6,0,0,38,2],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3":[6,0,0,38,1],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3a57807a2e5ed5e9858db1e84f24e91a0a":[6,0,0,38,1,2],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3ac0c5cd6b794574267c2ad08f485bd76d":[6,0,0,38,1,1],
+"classproton_1_1ssl.html#abe68233596c90fd29d934854560ff5f3adb9333f2461b9f65dcb7346a8ceb185c":[6,0,0,38,1,0],
+"classproton_1_1ssl__certificate.html":[6,0,0,39],
+"classproton_1_1ssl__certificate.html#a06065e17b1b4e178adc0047ae99335ac":[6,0,0,39,0],
+"classproton_1_1ssl__certificate.html#a8db4264dc2c610f8cc91903610f48361":[6,0,0,39,1],
+"classproton_1_1ssl__certificate.html#aa23f3c38df56f3e9ea116462c6c98547":[6,0,0,39,2],
+"classproton_1_1ssl__client__options.html":[6,0,0,40],
+"classproton_1_1ssl__client__options.html#a05df3dc53e9dc80ed8d90b7724d791b0":[6,0,0,40,0],
+"classproton_1_1ssl__client__options.html#a79e03058960606b2d656b57744d13284":[6,0,0,40,2],
+"classproton_1_1ssl__client__options.html#aaeae243f374927d7729927cb343f8130":[6,0,0,40,1],
+"classproton_1_1ssl__server__options.html":[6,0,0,41],
+"classproton_1_1ssl__server__options.html#a1f181336edbdb677b58eaa1366127da1":[6,0,0,41,2],
+"classproton_1_1ssl__server__options.html#a557e872dfb469537d374f04b969db547":[6,0,0,41,0],
+"classproton_1_1ssl__server__options.html#abf0b30171760149fc5e8dacacbcd0b00":[6,0,0,41,1],
+"classproton_1_1symbol.html":[6,0,0,42],
+"classproton_1_1symbol.html#a3ab37ae3b314e64dd5b19f8f01148bbf":[6,0,0,42,0],
+"classproton_1_1symbol.html#a5d96e10a5b46e6d9a4cc999cbd7c1467":[6,0,0,42,1],
+"classproton_1_1symbol.html#acb24e4da84324613eac952fa3dbdc6a9":[6,0,0,42,2],
+"classproton_1_1target.html":[6,0,0,43],
+"classproton_1_1target.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,43,8],
+"classproton_1_1target.html#a1839bce0672e60129fb6c69534a027e6":[6,0,0,43,2],
+"classproton_1_1target.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,43,1],
+"classproton_1_1target.html#a4744eb217c976c199b678bb5a0d55acf":[6,0,0,43,3],
+"classproton_1_1target.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,43,0],
+"classproton_1_1target.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,43,7],
+"classproton_1_1target.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,43,5],
+"classproton_1_1target.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,43,4],
+"classproton_1_1target.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,43,6],
+"classproton_1_1target__options.html":[6,0,0,44],
+"classproton_1_1target__options.html#a14a86cafc12d543ad6f9c3be88fbd7b6":[6,0,0,44,8],
+"classproton_1_1target__options.html#a19876222bb570ce8369d6024499faf05":[6,0,0,44,1],
+"classproton_1_1target__options.html#a39a0acbf2c7de97e77df483ca9c4c6a9":[6,0,0,44,3],
+"classproton_1_1target__options.html#a3ee55474d84d67e826dc56f40b848b5b":[6,0,0,44,6],
+"classproton_1_1target__options.html#a7280590c00353fcf4f35d0b490931912":[6,0,0,44,2],
+"classproton_1_1target__options.html#a8ebe0e28560c7873712674314ac9547d":[6,0,0,44,4],
+"classproton_1_1target__options.html#aa7c2b9b076f3d98fa3bc67d3bd4fcffd":[6,0,0,44,7],
+"classproton_1_1target__options.html#acc2d56132d2a7a0b644429b78ff00756":[6,0,0,44,5],
+"classproton_1_1target__options.html#add127463954d31c61475058fe14aef52":[6,0,0,44,0],
+"classproton_1_1terminus.html":[6,0,0,45],
+"classproton_1_1terminus.html#a009b3efd1003495cd865ef0d24ea2134":[6,0,0,45,2],
+"classproton_1_1terminus.html#a16d54f985193a3ce6ac69ffe10e8dfb6":[6,0,0,45,7],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eb":[6,0,0,45,1],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba3a267f9424d4d555780a8d26209c8118":[6,0,0,45,1,3],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eba7201cfe403ee6d4b4b717d146e38bee1":[6,0,0,45,1,0],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebac028e516a1a662691a25993ab4f86c09":[6,0,0,45,1,1],
+"classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1ebad1b07c50c2dc77892c0254442e206a23":[6,0,0,45,1,2],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3d":[6,0,0,45,0],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da07731dff0bf77faf2dc60a19c925e3c4":[6,0,0,45,0,1],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3da9a971a7b3eb61a4e22701f1f4099909f":[6,0,0,45,0,2],
+"classproton_1_1terminus.html#a61db0571ab7d1a29ad77549ff99d6b3dafdced71ad3dc05c5221439eddc3573e8":[6,0,0,45,0,0],
+"classproton_1_1terminus.html#ab503c82e36aa618e6c6fb34feaad57b8":[6,0,0,45,6],
+"classproton_1_1terminus.html#adcc4ef24adb8478230018c519aa636ec":[6,0,0,45,4],
+"classproton_1_1terminus.html#aeb6439d6ea5d274a59dd8e90d97f31d8":[6,0,0,45,3],
+"classproton_1_1terminus.html#afc97dbb9b04812da5be8a41eb9434904":[6,0,0,45,5],
+"classproton_1_1timestamp.html":[6,0,0,47],
+"classproton_1_1timestamp.html#a44829e89515fec974f57f37bbdbfaeb2":[6,0,0,47,0],
+"classproton_1_1timestamp.html#a7dd3e30aaca70057a02dca7cc5eb5b4d":[6,0,0,47,1],
+"classproton_1_1timestamp.html#a9d99d74acbdd9e73e7bfa74e9886cbb6":[6,0,0,47,3],
+"classproton_1_1timestamp.html#afb6516c796d13a88dcbd295247f0f535":[6,0,0,47,2],
+"classproton_1_1tracker.html":[6,0,0,48],
+"classproton_1_1tracker.html#a0b9624867cb6a465a71ecf3bce1d64dd":[6,0,0,48,1],
+"classproton_1_1tracker.html#a172df06404ec241cee5281536db603a7":[6,0,0,48,6],
+"classproton_1_1tracker.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,48,3],
+"classproton_1_1tracker.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,48,9],
+"classproton_1_1tracker.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,48,8],
+"classproton_1_1tracker.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,48,5],
+"classproton_1_1tracker.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,48,7],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,48,0],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,48,0,1],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,48,0,5],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,48,0,2],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,48,0,4],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,48,0,0],
+"classproton_1_1tracker.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,48,0,3],
+"classproton_1_1tracker.html#af6557049c84db2e028dce1b646d2e379":[6,0,0,48,4],
+"classproton_1_1tracker.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,48,2],
+"classproton_1_1transfer.html":[6,0,0,49],
+"classproton_1_1transfer.html#a172df06404ec241cee5281536db603a7":[6,0,0,49,5],
+"classproton_1_1transfer.html#a27689e22340a12302f25eec6072c5d22":[6,0,0,49,1],
+"classproton_1_1transfer.html#a2f632b80247e868b8264b8a025b84baf":[6,0,0,49,3],
+"classproton_1_1transfer.html#a7c755d6ac6385e007adb61966598ba63":[6,0,0,49,8],
+"classproton_1_1transfer.html#a8073c1382e7adf81536001a8007924a5":[6,0,0,49,7],
+"classproton_1_1transfer.html#ab55cf76248b8b6e571a869c407ba39e6":[6,0,0,49,4],
+"classproton_1_1transfer.html#ad72f81828cfabb957615d40cfdfed452":[6,0,0,49,6],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90":[6,0,0,49,0],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[6,0,0,49,0,1],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[6,0,0,49,0,5]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
index 4c91826..fb4dac6 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex3.js
@@ -1,75 +1,85 @@
 var NAVTREEINDEX3 =
 {
-"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,49,1],
-"classproton_1_1url.html":[6,0,0,50],
-"classproton_1_1url.html#a0665da617d0ca28be2721c5f16368dd5":[6,0,0,50,1],
-"classproton_1_1url.html#a0a36cd36a47626cec96d0803dd3a9594":[6,0,0,50,5],
-"classproton_1_1url.html#a2ac6e124f5c2a7a3c8464099b5c4fde7":[6,0,0,50,0],
-"classproton_1_1url.html#a348cf3a521a7c6de31462917c8ab4364":[6,0,0,50,14],
-"classproton_1_1url.html#a3888dcd59dd5acd1ca5b9bee4c2e252a":[6,0,0,50,6],
-"classproton_1_1url.html#a5f0eba713a692bc0aa00b2b8ec0e9ba1":[6,0,0,50,4],
-"classproton_1_1url.html#a5f5eee467e584be313e24996b5408ee6":[6,0,0,50,2],
-"classproton_1_1url.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,50,3],
-"classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4":[6,0,0,50,7],
-"classproton_1_1url.html#a6f16e8b68942ad0d21494d056b4e13d7":[6,0,0,50,10],
-"classproton_1_1url.html#a7d831b27c411bf8939849914c29e452e":[6,0,0,50,8],
-"classproton_1_1url.html#a92a94824a297a0a35f69f91309f4f484":[6,0,0,50,12],
-"classproton_1_1url.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,50,13],
-"classproton_1_1url.html#aa54f07362c271f7f550c3f904022329b":[6,0,0,50,11],
-"classproton_1_1url.html#ac4cb5f95f1d720ef0cc94b74152cf50b":[6,0,0,50,9],
-"classproton_1_1uuid.html":[6,0,0,52],
-"classproton_1_1uuid.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,52,1],
-"classproton_1_1uuid.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,52,3],
-"classproton_1_1uuid.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,52,5],
-"classproton_1_1uuid.html#a4bbdd41bfc847213cc17df2150f2d36f":[6,0,0,52,10],
-"classproton_1_1uuid.html#a5310cf5d739236f30ce3625d375bceb4":[6,0,0,52,12],
-"classproton_1_1uuid.html#a5a5b7e2edea93a2ceafe9dfa6bdc7c56":[6,0,0,52,16],
-"classproton_1_1uuid.html#a5cef60cb24e71a774ca7fd34a0299242":[6,0,0,52,11],
-"classproton_1_1uuid.html#a89a6dcafb6130e3e1bcd6d1285e0dd6f":[6,0,0,52,9],
-"classproton_1_1uuid.html#a8bac4d75006235270f0c23744aa2517e":[6,0,0,52,15],
-"classproton_1_1uuid.html#a92b881db836646f4039adcbb73c8595f":[6,0,0,52,8],
-"classproton_1_1uuid.html#a9cebd58fabf177f121fdf9f25033cafb":[6,0,0,52,14],
-"classproton_1_1uuid.html#a9e468c6efb6d8a6e23aa038e77e2683b":[6,0,0,52,13],
-"classproton_1_1uuid.html#aad40b6f664e3f2f7ab960886c2f7e325":[6,0,0,52,0],
-"classproton_1_1uuid.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,52,7],
-"classproton_1_1uuid.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,52,6],
-"classproton_1_1uuid.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,52,4],
-"classproton_1_1uuid.html#ae9b08fca99a89639cd78a91152a64d5f":[6,0,0,52,17],
-"classproton_1_1uuid.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,52,2],
-"classproton_1_1value.html":[6,0,0,53],
-"classproton_1_1value.html#a02f2dec042b54453b7278dd98a4530f3":[6,0,0,53,2],
-"classproton_1_1value.html#a035d5cba647aad8df637622977f71c9a":[6,0,0,53,1],
-"classproton_1_1value.html#a051c12c4c7efc82a5f268d4f64e15b54":[6,0,0,53,12],
-"classproton_1_1value.html#a2dd4c0151b171f03f2c36d907832522b":[6,0,0,53,13],
-"classproton_1_1value.html#a486dfed974ca6f79e75039b3eee6c44c":[6,0,0,53,10],
-"classproton_1_1value.html#a4896ec87beab7d691e1985c221c36e49":[6,0,0,53,11],
-"classproton_1_1value.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,53,5],
-"classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18":[6,0,0,53,16],
-"classproton_1_1value.html#a71b7aa04ba51fa2316ae66418394c8a1":[6,0,0,53,7],
-"classproton_1_1value.html#a7e5a61eb2bd8cc8566cb4f231c020a23":[6,0,0,53,15],
-"classproton_1_1value.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,53,9],
-"classproton_1_1value.html#a9090beb5d7788f060fb0614b81c300ea":[6,0,0,53,17],
-"classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,53,4],
-"classproton_1_1value.html#ad139f5042c366b09078f123f5621c156":[6,0,0,53,8],
-"classproton_1_1value.html#adeafce6ab9aa5025c0fb82be5e81f922":[6,0,0,53,14],
-"classproton_1_1value.html#ae7acdea6863a3b5100b7ac9e0b4c73e1":[6,0,0,53,3],
-"classproton_1_1value.html#aefbfa229f1c9e1fc967bff724a010f9e":[6,0,0,53,0],
-"classproton_1_1value.html#af5045852a07a6387ae38bdf56845afe3":[6,0,0,53,6],
-"classproton_1_1value.html#afdde986e34571c6544abfdea9afdb658":[6,0,0,53,18],
-"classproton_1_1void__function0.html":[6,0,0,54],
-"classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240":[6,0,0,54,1],
-"classproton_1_1void__function0.html#a59674b3b2e1bc2230822b5b0e786bac2":[6,0,0,54,0],
-"classproton_1_1work.html":[6,0,0,55],
-"classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b":[6,0,0,55,3],
-"classproton_1_1work.html#a9d5564deaef15633884ee408f0e92f3a":[6,0,0,55,1],
-"classproton_1_1work.html#abb87372cc37c75caebce671ad66c58a4":[6,0,0,55,0],
-"classproton_1_1work.html#afd03fac567e0893dfaa7f72421b5a07a":[6,0,0,55,2],
-"classproton_1_1work__queue.html":[6,0,0,56],
-"classproton_1_1work__queue.html#a0fd2d5e5a7950505283203b9c17ed5e7":[6,0,0,56,2],
-"classproton_1_1work__queue.html#a1e7fdf3236c9477c0462214080c34689":[6,0,0,56,0],
-"classproton_1_1work__queue.html#a5a43f2afe9f74bb9281211a22f291140":[6,0,0,56,3],
-"classproton_1_1work__queue.html#a689e0d941a552db276229a9fc312e143":[6,0,0,56,1],
-"classproton_1_1work__queue.html#ab3f1870572a4547a197b5b1c5c3ac28b":[6,0,0,56,4],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[6,0,0,49,0,2],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[6,0,0,49,0,4],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[6,0,0,49,0,0],
+"classproton_1_1transfer.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[6,0,0,49,0,3],
+"classproton_1_1transfer.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,49,2],
+"classproton_1_1transport.html":[6,0,0,50],
+"classproton_1_1transport.html#a090a10fab22d7faf0f74c8ccda0f1470":[6,0,0,50,2],
+"classproton_1_1transport.html#a150f1a1b6c9cf6605d44f4cc150a11cc":[6,0,0,50,3],
+"classproton_1_1transport.html#a73fe833a759ac581baa889155b7d0633":[6,0,0,50,4],
+"classproton_1_1transport.html#aa1996a887a9af5c8c18c739ab08588d6":[6,0,0,50,0],
+"classproton_1_1transport.html#aff302bb6016f2ae29f01bb4e07389a52":[6,0,0,50,1],
+"classproton_1_1url.html":[6,0,0,51],
+"classproton_1_1url.html#a0665da617d0ca28be2721c5f16368dd5":[6,0,0,51,1],
+"classproton_1_1url.html#a0a36cd36a47626cec96d0803dd3a9594":[6,0,0,51,5],
+"classproton_1_1url.html#a2ac6e124f5c2a7a3c8464099b5c4fde7":[6,0,0,51,0],
+"classproton_1_1url.html#a348cf3a521a7c6de31462917c8ab4364":[6,0,0,51,14],
+"classproton_1_1url.html#a3888dcd59dd5acd1ca5b9bee4c2e252a":[6,0,0,51,6],
+"classproton_1_1url.html#a5f0eba713a692bc0aa00b2b8ec0e9ba1":[6,0,0,51,4],
+"classproton_1_1url.html#a5f5eee467e584be313e24996b5408ee6":[6,0,0,51,2],
+"classproton_1_1url.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,51,3],
+"classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4":[6,0,0,51,7],
+"classproton_1_1url.html#a6f16e8b68942ad0d21494d056b4e13d7":[6,0,0,51,10],
+"classproton_1_1url.html#a7d831b27c411bf8939849914c29e452e":[6,0,0,51,8],
+"classproton_1_1url.html#a92a94824a297a0a35f69f91309f4f484":[6,0,0,51,12],
+"classproton_1_1url.html#a9444df7d81bd265e0a8e1726fd12b058":[6,0,0,51,13],
+"classproton_1_1url.html#aa54f07362c271f7f550c3f904022329b":[6,0,0,51,11],
+"classproton_1_1url.html#ac4cb5f95f1d720ef0cc94b74152cf50b":[6,0,0,51,9],
+"classproton_1_1uuid.html":[6,0,0,53],
+"classproton_1_1uuid.html#a13c57dab17e2c903cadfa5e35ba84064":[6,0,0,53,1],
+"classproton_1_1uuid.html#a421ef78ccdc84f0f6b2b14e2732527ba":[6,0,0,53,3],
+"classproton_1_1uuid.html#a4b0424da8c99197075d119ba0959bf1e":[6,0,0,53,5],
+"classproton_1_1uuid.html#a4bbdd41bfc847213cc17df2150f2d36f":[6,0,0,53,10],
+"classproton_1_1uuid.html#a5310cf5d739236f30ce3625d375bceb4":[6,0,0,53,12],
+"classproton_1_1uuid.html#a5a5b7e2edea93a2ceafe9dfa6bdc7c56":[6,0,0,53,16],
+"classproton_1_1uuid.html#a5cef60cb24e71a774ca7fd34a0299242":[6,0,0,53,11],
+"classproton_1_1uuid.html#a89a6dcafb6130e3e1bcd6d1285e0dd6f":[6,0,0,53,9],
+"classproton_1_1uuid.html#a8bac4d75006235270f0c23744aa2517e":[6,0,0,53,15],
+"classproton_1_1uuid.html#a92b881db836646f4039adcbb73c8595f":[6,0,0,53,8],
+"classproton_1_1uuid.html#a9cebd58fabf177f121fdf9f25033cafb":[6,0,0,53,14],
+"classproton_1_1uuid.html#a9e468c6efb6d8a6e23aa038e77e2683b":[6,0,0,53,13],
+"classproton_1_1uuid.html#aad40b6f664e3f2f7ab960886c2f7e325":[6,0,0,53,0],
+"classproton_1_1uuid.html#abe8933d436779a43cb5c1896ff5f2918":[6,0,0,53,7],
+"classproton_1_1uuid.html#ad25b518036b886d8f35a3c059301d007":[6,0,0,53,6],
+"classproton_1_1uuid.html#ad319fc54a93a2c7058c70e40428ed2e2":[6,0,0,53,4],
+"classproton_1_1uuid.html#ae9b08fca99a89639cd78a91152a64d5f":[6,0,0,53,17],
+"classproton_1_1uuid.html#afdb67657e63a66ed3fae7b0c9fd81b48":[6,0,0,53,2],
+"classproton_1_1value.html":[6,0,0,54],
+"classproton_1_1value.html#a02f2dec042b54453b7278dd98a4530f3":[6,0,0,54,2],
+"classproton_1_1value.html#a035d5cba647aad8df637622977f71c9a":[6,0,0,54,1],
+"classproton_1_1value.html#a051c12c4c7efc82a5f268d4f64e15b54":[6,0,0,54,12],
+"classproton_1_1value.html#a2dd4c0151b171f03f2c36d907832522b":[6,0,0,54,13],
+"classproton_1_1value.html#a486dfed974ca6f79e75039b3eee6c44c":[6,0,0,54,10],
+"classproton_1_1value.html#a4896ec87beab7d691e1985c221c36e49":[6,0,0,54,11],
+"classproton_1_1value.html#a644718bb2fb240de962dc3c9a1fdf0dc":[6,0,0,54,5],
+"classproton_1_1value.html#a70ee803fc7f2a505266e357e7c13aa18":[6,0,0,54,16],
+"classproton_1_1value.html#a71b7aa04ba51fa2316ae66418394c8a1":[6,0,0,54,7],
+"classproton_1_1value.html#a7e5a61eb2bd8cc8566cb4f231c020a23":[6,0,0,54,15],
+"classproton_1_1value.html#a89dd77b1757d854f49d49e379f8f9db8":[6,0,0,54,9],
+"classproton_1_1value.html#a9090beb5d7788f060fb0614b81c300ea":[6,0,0,54,17],
+"classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204":[6,0,0,54,4],
+"classproton_1_1value.html#ad139f5042c366b09078f123f5621c156":[6,0,0,54,8],
+"classproton_1_1value.html#adeafce6ab9aa5025c0fb82be5e81f922":[6,0,0,54,14],
+"classproton_1_1value.html#ae7acdea6863a3b5100b7ac9e0b4c73e1":[6,0,0,54,3],
+"classproton_1_1value.html#aefbfa229f1c9e1fc967bff724a010f9e":[6,0,0,54,0],
+"classproton_1_1value.html#af5045852a07a6387ae38bdf56845afe3":[6,0,0,54,6],
+"classproton_1_1value.html#afdde986e34571c6544abfdea9afdb658":[6,0,0,54,18],
+"classproton_1_1void__function0.html":[6,0,0,55],
+"classproton_1_1void__function0.html#a324459cde4e05e4de96adba1787c5240":[6,0,0,55,1],
+"classproton_1_1void__function0.html#a59674b3b2e1bc2230822b5b0e786bac2":[6,0,0,55,0],
+"classproton_1_1work.html":[6,0,0,56],
+"classproton_1_1work.html#a5ccbdeb5350ba8528eab7e4cc49fc68b":[6,0,0,56,3],
+"classproton_1_1work.html#a9d5564deaef15633884ee408f0e92f3a":[6,0,0,56,1],
+"classproton_1_1work.html#abb87372cc37c75caebce671ad66c58a4":[6,0,0,56,0],
+"classproton_1_1work.html#afd03fac567e0893dfaa7f72421b5a07a":[6,0,0,56,2],
+"classproton_1_1work__queue.html":[6,0,0,57],
+"classproton_1_1work__queue.html#a0fd2d5e5a7950505283203b9c17ed5e7":[6,0,0,57,2],
+"classproton_1_1work__queue.html#a1e7fdf3236c9477c0462214080c34689":[6,0,0,57,0],
+"classproton_1_1work__queue.html#a5a43f2afe9f74bb9281211a22f291140":[6,0,0,57,3],
+"classproton_1_1work__queue.html#a689e0d941a552db276229a9fc312e143":[6,0,0,57,1],
+"classproton_1_1work__queue.html#ab3f1870572a4547a197b5b1c5c3ac28b":[6,0,0,57,4],
 "client_8cpp-example.html":[8,1],
 "codec_2map_8hpp.html":[7,0,0,0,6],
 "codec_2map_8hpp.html#a4919a22de736d2708deead606b5d54b5":[7,0,0,0,6,1],
@@ -239,15 +249,5 @@ var NAVTREEINDEX3 =
 "namespacemembers_eval.html":[5,1,3],
 "namespacemembers_func.html":[5,1,1],
 "namespaceproton.html":[5,0,0],
-"namespaceproton.html":[6,0,0],
-"namespaceproton_1_1codec.html":[5,0,0,0],
-"namespaceproton_1_1codec.html":[6,0,0,0],
-"namespaceproton_1_1io.html":[6,0,0,1],
-"namespaceproton_1_1io.html":[5,0,0,1],
-"namespaces.html":[5,0],
-"namespaces_8hpp.html":[7,0,0,26],
-"namespaces_8hpp_source.html":[7,0,0,26],
-"object_8hpp_source.html":[7,0,0,1,4],
-"pages.html":[],
-"pn__unique__ptr_8hpp_source.html":[7,0,0,1,5]
+"namespaceproton.html":[6,0,0]
 };

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/2d0f1558/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
----------------------------------------------------------------------
diff --git a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
index 1c6bf3a..e8457e0 100644
--- a/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
+++ b/input/releases/qpid-proton-master/proton/cpp/api/navtreeindex4.js
@@ -1,11 +1,20 @@
 var NAVTREEINDEX4 =
 {
+"namespaceproton_1_1codec.html":[5,0,0,0],
+"namespaceproton_1_1codec.html":[6,0,0,0],
+"namespaceproton_1_1io.html":[6,0,0,1],
+"namespaceproton_1_1io.html":[5,0,0,1],
+"namespaces.html":[5,0],
+"namespaces_8hpp.html":[7,0,0,26],
+"namespaces_8hpp_source.html":[7,0,0,26],
+"object_8hpp_source.html":[7,0,0,1,4],
+"pages.html":[],
+"pn__unique__ptr_8hpp_source.html":[7,0,0,1,5],
 "receiver_8hpp.html":[7,0,0,27],
 "receiver_8hpp_source.html":[7,0,0,27],
 "receiver__options_8hpp.html":[7,0,0,28],
 "receiver__options_8hpp_source.html":[7,0,0,28],
-"reconnect__timer_8hpp.html":[7,0,0,29],
-"reconnect__timer_8hpp_source.html":[7,0,0,29],
+"reconnect__options_8hpp_source.html":[7,0,0,29],
 "returned_8hpp.html":[7,0,0,30],
 "returned_8hpp_source.html":[7,0,0,30],
 "sasl_8hpp.html":[7,0,0,31],
@@ -56,9 +65,9 @@ var NAVTREEINDEX4 =
 "structproton_1_1io_1_1mutable__buffer.html#a854352f53b148adc24983a58a1866d66":[6,0,0,1,3,2],
 "structproton_1_1io_1_1mutable__buffer.html#a91a70b77df95bd8b0830b49a094c2acb":[6,0,0,1,3,1],
 "structproton_1_1io_1_1mutable__buffer.html#ae164359bc44e1b29a68ebc40555972c2":[6,0,0,1,3,0],
-"structproton_1_1timeout__error.html":[6,0,0,45],
-"structproton_1_1timeout__error.html#a62ed6422b084746ba8f6779997e047f8":[6,0,0,45,0],
-"structproton_1_1url__error.html":[6,0,0,51],
+"structproton_1_1timeout__error.html":[6,0,0,46],
+"structproton_1_1timeout__error.html#a62ed6422b084746ba8f6779997e047f8":[6,0,0,46,0],
+"structproton_1_1url__error.html":[6,0,0,52],
 "symbol_8hpp.html":[7,0,0,41],
 "symbol_8hpp_source.html":[7,0,0,41],
 "target_8hpp.html":[7,0,0,42],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org