Skip to content

Commit

Permalink
Update javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
broneill committed Oct 6, 2024
1 parent e563b5c commit 91a1ce4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
4 changes: 4 additions & 0 deletions docs/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ <h2 class="title" id="I:R">R</h2>
<div class="block">Read and return an object, and if it's a <code>Throwable</code> instance, a local stack
trace is stitched in.</div>
</dd>
<dt><a href="org.cojen.dirmi/org/cojen/dirmi/Session.html#reconnect()" class="member-name-link">reconnect()</a> - Method in interface org.cojen.dirmi.<a href="org.cojen.dirmi/org/cojen/dirmi/Session.html" title="interface in org.cojen.dirmi">Session</a></dt>
<dd>
<div class="block">Closes all connections and initiates a reconnect.</div>
</dd>
<dt><a href="org.cojen.dirmi/org/cojen/dirmi/Environment.html#reconnectDelayMillis(int)" class="member-name-link">reconnectDelayMillis(int)</a> - Method in interface org.cojen.dirmi.<a href="org.cojen.dirmi/org/cojen/dirmi/Environment.html" title="interface in org.cojen.dirmi">Environment</a></dt>
<dd>
<div class="block">Set the reconnect delay for newly established client sessions (±10%).</div>
Expand Down
Loading

0 comments on commit 91a1ce4

Please sign in to comment.