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 2016/04/14 20:06:05 UTC

svn commit: r1739147 [42/44] - in /qpid/site: input/releases/qpid-proton-master/ input/releases/qpid-proton-master/proton/c/api/ input/releases/qpid-proton-master/proton/c/api/search/ input/releases/qpid-proton-master/proton/cpp/api/ input/releases/qpi...

Modified: qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/Reactor.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/Reactor.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/Reactor.html (original)
+++ qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/Reactor.html Thu Apr 14 18:05:59 2016
@@ -17,8 +17,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":38,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -145,7 +145,7 @@ var activeTableTab = "activeTableTab";
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -180,50 +180,66 @@ var activeTableTab = "activeTableTab";
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connection-org.apache.qpid.proton.engine.Handler-">connection</a></span>(<a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
-<div class="block">Creates a new out-bound connection.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Use <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>connectionToHost(String, int, Handler)</code></a> instead.</span></div>
+</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">connectionToHost</a></span>(java.lang.String&nbsp;host,
+                int&nbsp;port,
+                <a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
+<div class="block">Creates a new out-bound connection to the given host and port.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#free--">free</a></span>()</code>
 <div class="block">Frees any resources (such as sockets and selectors) held by the reactor
  or its children.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#getConnectionAddress-org.apache.qpid.proton.engine.Connection-">getConnectionAddress</a></span>(<a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;c)</code>
+<div class="block">Get the address used by the connection</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#getGlobalHandler--">getGlobalHandler</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#getHandler--">getHandler</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#getTimeout--">getTimeout</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#mark--">mark</a></span>()</code>
 <div class="block">Updates the last time that the reactor's state has changed, potentially
  resulting in events being generated.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#now--">now</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--">process</a></span>()</code>
 <div class="block">Process any events pending for this reactor.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#quiesced--">quiesced</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#run--">run</a></span>()</code>
 <div class="block">Simplifies the use of the reactor by wrapping the use of
@@ -231,51 +247,59 @@ var activeTableTab = "activeTableTab";
  calls.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor">Task</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#schedule-int-org.apache.qpid.proton.engine.Handler-">schedule</a></span>(int&nbsp;delay,
         <a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Schedules execution of a task to take place at some point in the future.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor">Selectable</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#selectable--">selectable</a></span>()</code>
 <div class="block">Creates a new <code>Selectable</code> as a child of this reactor.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">setConnectionHost</a></span>(<a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;c,
+                 java.lang.String&nbsp;host,
+                 int&nbsp;port)</code>
+<div class="block">Set the host address used by the connection</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setGlobalHandler-org.apache.qpid.proton.engine.Handler-">setGlobalHandler</a></span>(<a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Sets a new global handler.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setHandler-org.apache.qpid.proton.engine.Handler-">setHandler</a></span>(<a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Sets a new handler, that will receive any events not handled by a child
  of the reactor.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setTimeout-long-">setTimeout</a></span>(long&nbsp;timeout)</code>
 <div class="block">The value the reactor will use for <a href="../../../../../org/apache/qpid/proton/reactor/Selector.html#select-long-"><code>Selector.select(long)</code></a> that is called as part of <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>process()</code></a>.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#start--">start</a></span>()</code>
 <div class="block">Starts the reactor.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#stop--">stop</a></span>()</code>
 <div class="block">Stops the reactor.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#update-org.apache.qpid.proton.reactor.Selectable-">update</a></span>(<a href="../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor">Selectable</a>&nbsp;selectable)</code>
 <div class="block">Updates the specified <code>Selectable</code> either emitting a
@@ -284,13 +308,13 @@ var activeTableTab = "activeTableTab";
  not already emitted a <a href="../../../../../org/apache/qpid/proton/engine/Event.Type.html#SELECTABLE_FINAL"><code>Event.Type.SELECTABLE_FINAL</code></a> event.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#wakeup--">wakeup</a></span>()</code>
 <div class="block">Wakes up the thread (if any) blocked in the <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>process()</code></a> method.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#yield--">yield</a></span>()</code>
 <div class="block">Yields, causing the next call to <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>process()</code></a> to return
@@ -471,15 +495,16 @@ var activeTableTab = "activeTableTab";
 <pre>java.util.Set&lt;<a href="../../../../../org/apache/qpid/proton/reactor/ReactorChild.html" title="interface in org.apache.qpid.proton.reactor">ReactorChild</a>&gt;&nbsp;children()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>a set containing the child objects associated wit this reactor.
-         This will contain any active instances of: <a href="../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor"><code>Task</code></a> - created
-         using the <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#schedule-int-org.apache.qpid.proton.engine.Handler-"><code>schedule(int, Handler)</code></a> method,
+<dd>a set containing the child objects associated with this reactor.
+         This will contain any active instances of: <a href="../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor"><code>Task</code></a> -
+         created using the <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#schedule-int-org.apache.qpid.proton.engine.Handler-"><code>schedule(int, Handler)</code></a> method,
          <a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine"><code>Connection</code></a> - created using the
-         <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connection-org.apache.qpid.proton.engine.Handler-"><code>connection(Handler)</code></a> method, <a href="../../../../../org/apache/qpid/proton/reactor/Acceptor.html" title="interface in org.apache.qpid.proton.reactor"><code>Acceptor</code></a> -
-         created using the <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-"><code>acceptor(String, int)</code></a> method.
+         <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>connectionToHost(String, int, Handler)</code></a> method,
+         <a href="../../../../../org/apache/qpid/proton/reactor/Acceptor.html" title="interface in org.apache.qpid.proton.reactor"><code>Acceptor</code></a> - created using the
+         <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-"><code>acceptor(String, int)</code></a> method,
          <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>acceptor(String, int, Handler)</code></a> method, or
-         <a href="../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor"><code>Selectable</code></a> - created using the <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#selectable--"><code>selectable()</code></a>
-         method.</dd>
+         <a href="../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor"><code>Selectable</code></a> - created using the
+         <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#selectable--"><code>selectable()</code></a> method.</dd>
 </dl>
 </li>
 </ul>
@@ -671,7 +696,9 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>connection</h4>
-<pre><a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection(<a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</pre>
+<pre>@Deprecated
+<a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection(<a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>connectionToHost(String, int, Handler)</code></a> instead.</span></div>
 <div class="block">Creates a new out-bound connection.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -679,12 +706,80 @@ var activeTableTab = "activeTableTab";
                 connection.  Typically the host and port to connect to
                 would be supplied to the connection object inside the
                 logic which handles the <a href="../../../../../org/apache/qpid/proton/engine/Event.Type.html#CONNECTION_INIT"><code>Event.Type.CONNECTION_INIT</code></a>
-                event.</dd>
+                event via
+                <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-"><code>setConnectionHost(Connection, String, int)</code></a></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the newly created connection object.</dd>
+</dl>
+</li>
+</ul>
+<a name="connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>connectionToHost</h4>
+<pre><a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connectionToHost(java.lang.String&nbsp;host,
+                            int&nbsp;port,
+                            <a href="../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</pre>
+<div class="block">Creates a new out-bound connection to the given host and port.
+ <p>
+ This method will cause Reactor to set up a network connection to the
+ host and create a Connection for it.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>host</code> - the host to connect to (e.g. "localhost")</dd>
+<dd><code>port</code> - the port used for the connection.</dd>
+<dd><code>handler</code> - a handler that is notified when events occur for the
+                connection.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the newly created connection object.</dd>
 </dl>
 </li>
 </ul>
+<a name="setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectionHost</h4>
+<pre>void&nbsp;setConnectionHost(<a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;c,
+                       java.lang.String&nbsp;host,
+                       int&nbsp;port)</pre>
+<div class="block">Set the host address used by the connection
+ <p>
+ This method will set/change the host address used by the Reactor to
+ create an outbound network connection for the given Connection</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - the Connection to assign the address to</dd>
+<dd><code>host</code> - the address of the host to connect to (e.g. "localhost")</dd>
+<dd><code>port</code> - the port to use for the connection.</dd>
+</dl>
+</li>
+</ul>
+<a name="getConnectionAddress-org.apache.qpid.proton.engine.Connection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectionAddress</h4>
+<pre>java.lang.String&nbsp;getConnectionAddress(<a href="../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;c)</pre>
+<div class="block">Get the address used by the connection
+ <p>
+ This method will retrieve the Connection's address as set by
+ <a href="../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-"><code>setConnectionHost(Connection, String, int)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - the Connection</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a string containing the address in the following format:
+ <pre>
+   host[:port]
+ </pre></dd>
+</dl>
+</li>
+</ul>
 <a name="acceptor-java.lang.String-int-">
 <!--   -->
 </a>

Modified: qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/impl/ReactorImpl.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/impl/ReactorImpl.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/impl/ReactorImpl.html (original)
+++ qpid/site/input/releases/qpid-proton-master/proton/java/api/org/apache/qpid/proton/reactor/impl/ReactorImpl.html Thu Apr 14 18:05:59 2016
@@ -17,7 +17,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -223,54 +223,68 @@ implements <a href="../../../../../../or
 </td>
 </tr>
 <tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">connectionToHost</a></span>(java.lang.String&nbsp;host,
+                int&nbsp;port,
+                <a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
+<div class="block">Creates a new out-bound connection to the given host and port.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#free--">free</a></span>()</code>
 <div class="block">Frees any resources (such as sockets and selectors) held by the reactor
  or its children.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getConnectionAddress-org.apache.qpid.proton.engine.Connection-">getConnectionAddress</a></span>(<a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection)</code>
+<div class="block">Get the address used by the connection</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getGlobalHandler--">getGlobalHandler</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getHandler--">getHandler</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/reactor/impl/IO.html" title="interface in org.apache.qpid.proton.reactor.impl">IO</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getIO--">getIO</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/qpid/proton/reactor/Selector.html" title="interface in org.apache.qpid.proton.reactor">Selector</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getSelector--">getSelector</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#getTimeout--">getTimeout</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#mark--">mark</a></span>()</code>
 <div class="block">Updates the last time that the reactor's state has changed, potentially
  resulting in events being generated.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#now--">now</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#process--">process</a></span>()</code>
 <div class="block">Process any events pending for this reactor.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#quiesced--">quiesced</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#run--">run</a></span>()</code>
 <div class="block">Simplifies the use of the reactor by wrapping the use of
@@ -278,59 +292,67 @@ implements <a href="../../../../../../or
  calls.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor">Task</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#schedule-int-org.apache.qpid.proton.engine.Handler-">schedule</a></span>(int&nbsp;delay,
         <a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Schedules execution of a task to take place at some point in the future.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor">Selectable</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#selectable--">selectable</a></span>()</code>
 <div class="block">Creates a new <code>Selectable</code> as a child of this reactor.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/reactor/impl/SelectableImpl.html" title="class in org.apache.qpid.proton.reactor.impl">SelectableImpl</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#selectable-org.apache.qpid.proton.reactor.ReactorChild-">selectable</a></span>(<a href="../../../../../../org/apache/qpid/proton/reactor/ReactorChild.html" title="interface in org.apache.qpid.proton.reactor">ReactorChild</a>&nbsp;child)</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">setConnectionHost</a></span>(<a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection,
+                 java.lang.String&nbsp;host,
+                 int&nbsp;port)</code>
+<div class="block">Set the host address used by the connection</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#setGlobalHandler-org.apache.qpid.proton.engine.Handler-">setGlobalHandler</a></span>(<a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Sets a new global handler.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#setHandler-org.apache.qpid.proton.engine.Handler-">setHandler</a></span>(<a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</code>
 <div class="block">Sets a new handler, that will receive any events not handled by a child
  of the reactor.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#setSelector-org.apache.qpid.proton.reactor.Selector-">setSelector</a></span>(<a href="../../../../../../org/apache/qpid/proton/reactor/Selector.html" title="interface in org.apache.qpid.proton.reactor">Selector</a>&nbsp;selector)</code>&nbsp;</td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#setTimeout-long-">setTimeout</a></span>(long&nbsp;timeout)</code>
 <div class="block">The value the reactor will use for <a href="../../../../../../org/apache/qpid/proton/reactor/Selector.html#select-long-"><code>Selector.select(long)</code></a> that is called as part of <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>Reactor.process()</code></a>.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#start--">start</a></span>()</code>
 <div class="block">Starts the reactor.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#stop--">stop</a></span>()</code>
 <div class="block">Stops the reactor.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#update-org.apache.qpid.proton.reactor.Selectable-">update</a></span>(<a href="../../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor">Selectable</a>&nbsp;selectable)</code>
 <div class="block">Updates the specified <code>Selectable</code> either emitting a
@@ -339,13 +361,13 @@ implements <a href="../../../../../../or
  not already emitted a <a href="../../../../../../org/apache/qpid/proton/engine/Event.Type.html#SELECTABLE_FINAL"><code>Event.Type.SELECTABLE_FINAL</code></a> event.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#wakeup--">wakeup</a></span>()</code>
 <div class="block">Wakes up the thread (if any) blocked in the <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>Reactor.process()</code></a> method.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/reactor/impl/ReactorImpl.html#yield--">yield</a></span>()</code>
 <div class="block">Yields, causing the next call to <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#process--"><code>Reactor.process()</code></a> to return
@@ -628,15 +650,16 @@ implements <a href="../../../../../../or
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#children--">children</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html" title="interface in org.apache.qpid.proton.reactor">Reactor</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>a set containing the child objects associated wit this reactor.
-         This will contain any active instances of: <a href="../../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor"><code>Task</code></a> - created
-         using the <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#schedule-int-org.apache.qpid.proton.engine.Handler-"><code>Reactor.schedule(int, Handler)</code></a> method,
+<dd>a set containing the child objects associated with this reactor.
+         This will contain any active instances of: <a href="../../../../../../org/apache/qpid/proton/reactor/Task.html" title="interface in org.apache.qpid.proton.reactor"><code>Task</code></a> -
+         created using the <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#schedule-int-org.apache.qpid.proton.engine.Handler-"><code>Reactor.schedule(int, Handler)</code></a> method,
          <a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine"><code>Connection</code></a> - created using the
-         <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#connection-org.apache.qpid.proton.engine.Handler-"><code>Reactor.connection(Handler)</code></a> method, <a href="../../../../../../org/apache/qpid/proton/reactor/Acceptor.html" title="interface in org.apache.qpid.proton.reactor"><code>Acceptor</code></a> -
-         created using the <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-"><code>Reactor.acceptor(String, int)</code></a> method.
+         <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>Reactor.connectionToHost(String, int, Handler)</code></a> method,
+         <a href="../../../../../../org/apache/qpid/proton/reactor/Acceptor.html" title="interface in org.apache.qpid.proton.reactor"><code>Acceptor</code></a> - created using the
+         <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-"><code>Reactor.acceptor(String, int)</code></a> method,
          <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#acceptor-java.lang.String-int-org.apache.qpid.proton.engine.Handler-"><code>Reactor.acceptor(String, int, Handler)</code></a> method, or
-         <a href="../../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor"><code>Selectable</code></a> - created using the <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#selectable--"><code>Reactor.selectable()</code></a>
-         method.</dd>
+         <a href="../../../../../../org/apache/qpid/proton/reactor/Selectable.html" title="interface in org.apache.qpid.proton.reactor"><code>Selectable</code></a> - created using the
+         <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#selectable--"><code>Reactor.selectable()</code></a> method.</dd>
 </dl>
 </li>
 </ul>
@@ -901,12 +924,89 @@ implements <a href="../../../../../../or
                 connection.  Typically the host and port to connect to
                 would be supplied to the connection object inside the
                 logic which handles the <a href="../../../../../../org/apache/qpid/proton/engine/Event.Type.html#CONNECTION_INIT"><code>Event.Type.CONNECTION_INIT</code></a>
-                event.</dd>
+                event via
+                <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-"><code>Reactor.setConnectionHost(Connection, String, int)</code></a></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the newly created connection object.</dd>
 </dl>
 </li>
 </ul>
+<a name="connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>connectionToHost</h4>
+<pre>public&nbsp;<a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connectionToHost(java.lang.String&nbsp;host,
+                                   int&nbsp;port,
+                                   <a href="../../../../../../org/apache/qpid/proton/engine/Handler.html" title="interface in org.apache.qpid.proton.engine">Handler</a>&nbsp;handler)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">Reactor</a></code></span></div>
+<div class="block">Creates a new out-bound connection to the given host and port.
+ <p>
+ This method will cause Reactor to set up a network connection to the
+ host and create a Connection for it.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#connectionToHost-java.lang.String-int-org.apache.qpid.proton.engine.Handler-">connectionToHost</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html" title="interface in org.apache.qpid.proton.reactor">Reactor</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>host</code> - the host to connect to (e.g. "localhost")</dd>
+<dd><code>port</code> - the port used for the connection.</dd>
+<dd><code>handler</code> - a handler that is notified when events occur for the
+                connection.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the newly created connection object.</dd>
+</dl>
+</li>
+</ul>
+<a name="getConnectionAddress-org.apache.qpid.proton.engine.Connection-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectionAddress</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getConnectionAddress(<a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#getConnectionAddress-org.apache.qpid.proton.engine.Connection-">Reactor</a></code></span></div>
+<div class="block">Get the address used by the connection
+ <p>
+ This method will retrieve the Connection's address as set by
+ <a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-"><code>Reactor.setConnectionHost(Connection, String, int)</code></a>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#getConnectionAddress-org.apache.qpid.proton.engine.Connection-">getConnectionAddress</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html" title="interface in org.apache.qpid.proton.reactor">Reactor</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>connection</code> - the Connection</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a string containing the address in the following format:
+ <pre>
+   host[:port]
+ </pre></dd>
+</dl>
+</li>
+</ul>
+<a name="setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectionHost</h4>
+<pre>public&nbsp;void&nbsp;setConnectionHost(<a href="../../../../../../org/apache/qpid/proton/engine/Connection.html" title="interface in org.apache.qpid.proton.engine">Connection</a>&nbsp;connection,
+                              java.lang.String&nbsp;host,
+                              int&nbsp;port)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">Reactor</a></code></span></div>
+<div class="block">Set the host address used by the connection
+ <p>
+ This method will set/change the host address used by the Reactor to
+ create an outbound network connection for the given Connection</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html#setConnectionHost-org.apache.qpid.proton.engine.Connection-java.lang.String-int-">setConnectionHost</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/qpid/proton/reactor/Reactor.html" title="interface in org.apache.qpid.proton.reactor">Reactor</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>connection</code> - the Connection to assign the address to</dd>
+<dd><code>host</code> - the address of the host to connect to (e.g. "localhost")</dd>
+<dd><code>port</code> - the port to use for the connection.</dd>
+</dl>
+</li>
+</ul>
 <a name="acceptor-java.lang.String-int-">
 <!--   -->
 </a>

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/api-objects.txt
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/api-objects.txt?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-proton-master/proton/python/api/api-objects.txt (original)
+++ qpid/site/input/releases/qpid-proton-master/proton/python/api/api-objects.txt Thu Apr 14 18:05:59 2016
@@ -1238,13 +1238,15 @@ proton.reactor.Connector._connect	proton
 proton.Handler.handlers	proton.Handler-class.html#handlers
 proton.reactor.Connector.on_connection_remote_open	proton.reactor.Connector-class.html#on_connection_remote_open
 proton.reactor.Container	proton.reactor.Container-class.html
+proton.reactor.Reactor.connection_to_host	proton.reactor.Reactor-class.html#connection_to_host
 proton.reactor.Reactor.process	proton.reactor.Reactor-class.html#process
 proton.reactor.Container.do_work	proton.reactor.Container-class.html#do_work
 proton.reactor.Reactor._init	proton.reactor.Reactor-class.html#_init
 proton.reactor.Reactor._get_handler	proton.reactor.Reactor-class.html#_get_handler
 proton.reactor.Container.connect	proton.reactor.Container-class.html#connect
 proton.reactor.Reactor.wrap	proton.reactor.Reactor-class.html#wrap
-proton.reactor.Reactor.selectable	proton.reactor.Reactor-class.html#selectable
+proton.reactor.Reactor.run	proton.reactor.Reactor-class.html#run
+proton.reactor.Reactor._set_global	proton.reactor.Reactor-class.html#_set_global
 proton.reactor.Container.__init__	proton.reactor.Container-class.html#__init__
 proton.reactor.Reactor.quiesced	proton.reactor.Reactor-class.html#quiesced
 proton.wrapper.Wrapper.__setattr__	proton.wrapper.Wrapper-class.html#__setattr__
@@ -1253,21 +1255,21 @@ proton.reactor.Reactor._set_handler	prot
 proton.wrapper.Wrapper.__getattr__	proton.wrapper.Wrapper-class.html#__getattr__
 proton.reactor.Reactor.mark	proton.reactor.Reactor-class.html#mark
 proton.reactor.Reactor.start	proton.reactor.Reactor-class.html#start
-proton.reactor.Reactor.push_event	proton.reactor.Reactor-class.html#push_event
+proton.reactor.Reactor.handler	proton.reactor.Reactor-class.html#handler
 proton.reactor.Reactor.wakeup	proton.reactor.Reactor-class.html#wakeup
 proton.reactor.Container.listen	proton.reactor.Container-class.html#listen
 proton.wrapper.Wrapper.__ne__	proton.wrapper.Wrapper-class.html#__ne__
 proton.wrapper.Wrapper.__hash__	proton.wrapper.Wrapper-class.html#__hash__
-proton.reactor.Reactor.run	proton.reactor.Reactor-class.html#run
+proton.reactor.Reactor.get_connection_address	proton.reactor.Reactor-class.html#get_connection_address
 proton.reactor.Reactor.schedule	proton.reactor.Reactor-class.html#schedule
 proton.wrapper.Wrapper.__del__	proton.wrapper.Wrapper-class.html#__del__
-proton.reactor.Reactor.handler	proton.reactor.Reactor-class.html#handler
 proton.reactor.Reactor.stop	proton.reactor.Reactor-class.html#stop
 proton.reactor.Reactor.update	proton.reactor.Reactor-class.html#update
 proton.reactor.Container._get_id	proton.reactor.Container-class.html#_get_id
 proton.reactor.Reactor.on_error	proton.reactor.Reactor-class.html#on_error
 proton.reactor.Reactor.yield_	proton.reactor.Reactor-class.html#yield_
-proton.reactor.Reactor._set_global	proton.reactor.Reactor-class.html#_set_global
+proton.reactor.Reactor.push_event	proton.reactor.Reactor-class.html#push_event
+proton.reactor.Reactor.selectable	proton.reactor.Reactor-class.html#selectable
 proton.wrapper.Wrapper.__eq__	proton.wrapper.Wrapper-class.html#__eq__
 proton.reactor.Reactor._get_timeout	proton.reactor.Reactor-class.html#_get_timeout
 proton.reactor.Reactor.acceptor	proton.reactor.Reactor-class.html#acceptor
@@ -1275,6 +1277,7 @@ proton.reactor.Reactor._check_errors	pro
 proton.reactor.Reactor.global_handler	proton.reactor.Reactor-class.html#global_handler
 proton.reactor.Reactor._get_global	proton.reactor.Reactor-class.html#_get_global
 proton.reactor.Container.create_receiver	proton.reactor.Container-class.html#create_receiver
+proton.reactor.Reactor.set_connection_host	proton.reactor.Reactor-class.html#set_connection_host
 proton.reactor.Reactor._set_timeout	proton.reactor.Reactor-class.html#_set_timeout
 proton.reactor.Reactor.connection	proton.reactor.Reactor-class.html#connection
 proton.reactor.Container.declare_transaction	proton.reactor.Container-class.html#declare_transaction
@@ -1318,7 +1321,8 @@ proton.reactor.Reactor.process	proton.re
 proton.reactor.Reactor._init	proton.reactor.Reactor-class.html#_init
 proton.reactor.Reactor._get_handler	proton.reactor.Reactor-class.html#_get_handler
 proton.reactor.Reactor.wrap	proton.reactor.Reactor-class.html#wrap
-proton.reactor.Reactor._set_global	proton.reactor.Reactor-class.html#_set_global
+proton.reactor.Reactor.get_connection_address	proton.reactor.Reactor-class.html#get_connection_address
+proton.reactor.Reactor.selectable	proton.reactor.Reactor-class.html#selectable
 proton.reactor.Reactor.__init__	proton.reactor.Reactor-class.html#__init__
 proton.reactor.Reactor.quiesced	proton.reactor.Reactor-class.html#quiesced
 proton.wrapper.Wrapper.__setattr__	proton.wrapper.Wrapper-class.html#__setattr__
@@ -1327,24 +1331,26 @@ proton.reactor.Reactor._set_handler	prot
 proton.wrapper.Wrapper.__getattr__	proton.wrapper.Wrapper-class.html#__getattr__
 proton.reactor.Reactor.mark	proton.reactor.Reactor-class.html#mark
 proton.reactor.Reactor.start	proton.reactor.Reactor-class.html#start
-proton.reactor.Reactor.push_event	proton.reactor.Reactor-class.html#push_event
+proton.reactor.Reactor.handler	proton.reactor.Reactor-class.html#handler
 proton.reactor.Reactor.wakeup	proton.reactor.Reactor-class.html#wakeup
 proton.wrapper.Wrapper.__ne__	proton.wrapper.Wrapper-class.html#__ne__
 proton.reactor.Reactor.run	proton.reactor.Reactor-class.html#run
 proton.reactor.Reactor.schedule	proton.reactor.Reactor-class.html#schedule
 proton.wrapper.Wrapper.__del__	proton.wrapper.Wrapper-class.html#__del__
-proton.reactor.Reactor.handler	proton.reactor.Reactor-class.html#handler
 proton.reactor.Reactor.stop	proton.reactor.Reactor-class.html#stop
 proton.reactor.Reactor.update	proton.reactor.Reactor-class.html#update
 proton.wrapper.Wrapper.__hash__	proton.wrapper.Wrapper-class.html#__hash__
 proton.reactor.Reactor.on_error	proton.reactor.Reactor-class.html#on_error
 proton.reactor.Reactor.yield_	proton.reactor.Reactor-class.html#yield_
-proton.reactor.Reactor.selectable	proton.reactor.Reactor-class.html#selectable
+proton.reactor.Reactor.push_event	proton.reactor.Reactor-class.html#push_event
+proton.reactor.Reactor._set_global	proton.reactor.Reactor-class.html#_set_global
 proton.wrapper.Wrapper.__eq__	proton.wrapper.Wrapper-class.html#__eq__
 proton.reactor.Reactor._get_timeout	proton.reactor.Reactor-class.html#_get_timeout
 proton.reactor.Reactor.acceptor	proton.reactor.Reactor-class.html#acceptor
 proton.reactor.Reactor.global_handler	proton.reactor.Reactor-class.html#global_handler
 proton.reactor.Reactor._get_global	proton.reactor.Reactor-class.html#_get_global
+proton.reactor.Reactor.connection_to_host	proton.reactor.Reactor-class.html#connection_to_host
+proton.reactor.Reactor.set_connection_host	proton.reactor.Reactor-class.html#set_connection_host
 proton.reactor.Reactor._set_timeout	proton.reactor.Reactor-class.html#_set_timeout
 proton.reactor.Reactor.connection	proton.reactor.Reactor-class.html#connection
 proton.wrapper.Wrapper.__repr__	proton.wrapper.Wrapper-class.html#__repr__

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/class-tree.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/class-tree.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/help.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/help.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/identifier-index.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/identifier-index.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/module-tree.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/module-tree.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton-module.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton-module.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton-pysrc.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton-pysrc.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Array-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Array-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Collector-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Collector-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Condition-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Condition-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Connection-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Connection-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Data-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Data-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Delivery-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Delivery-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Described-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Described-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Disposition-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Disposition-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Endpoint-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Endpoint-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Event-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Event-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.EventType-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.EventType-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Handler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Handler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Interrupt-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Interrupt-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Link-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Link-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Message-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Message-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.MessageException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.MessageException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Messenger-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Messenger-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.MessengerException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.MessengerException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.ProtonException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.ProtonException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Receiver-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Receiver-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SASL-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SASL-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSL-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSL-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLDomain-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLDomain-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLSessionDetails-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLSessionDetails-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLUnavailable-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SSLUnavailable-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Sender-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Sender-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Session-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Session-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SessionException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.SessionException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Terminus-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Terminus-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Timeout-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Timeout-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Transport-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Transport-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.TransportException-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.TransportException-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url.PartDescriptor-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url.PartDescriptor-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url.Port-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.Url.Port-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton._compat-module.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton._compat-module.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton._compat-pysrc.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton._compat-pysrc.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.byte-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.byte-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.char-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.char-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal128-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal128-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal32-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal32-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal64-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.decimal64-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.float32-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.float32-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers-module.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers-module.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers-pysrc.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers-pysrc.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Acking-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Acking-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.CFlowController-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.CFlowController-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.CHandshaker-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.CHandshaker-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.EndpointStateHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.EndpointStateHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.IOHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.IOHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.IncomingMessageHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.IncomingMessageHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.MessagingHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.MessagingHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.OutgoingMessageHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.OutgoingMessageHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.PythonIO-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.PythonIO-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Reject-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Reject-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Release-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.Release-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.TransactionHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.TransactionHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.TransactionalClientHandler-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.handlers.TransactionalClientHandler-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.int32-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.int32-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor-module.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor-module.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor-pysrc.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor-pysrc.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Acceptor-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Acceptor-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.ApplicationEvent-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.ApplicationEvent-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.AtLeastOnce-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.AtLeastOnce-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.AtMostOnce-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.AtMostOnce-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Backoff-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Backoff-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Connector-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Connector-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Container-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Container-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Copy-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Copy-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.DurableSubscription-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.DurableSubscription-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.DynamicNodeProperties-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.DynamicNodeProperties-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.EventInjector-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.EventInjector-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Filter-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Filter-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.GlobalOverrides-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.GlobalOverrides-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.LinkOption-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.LinkOption-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Move-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Move-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Reactor-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Reactor-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.ReceiverOption-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.ReceiverOption-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SSLConfig-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SSLConfig-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Selector-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Selector-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SenderOption-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SenderOption-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SessionPerConnection-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.SessionPerConnection-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.

Modified: qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Task-class.html
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/python/api/proton.reactor.Task-class.html?rev=1739147&r1=1739146&r2=1739147&view=diff
==============================================================================
Binary files - no diff available.




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