This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0e91be4 [site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
0e91be4 is described below
commit 0e91be48c78f147b20091804b4d520544d1d8e22
Author: jenkins <[email protected]>
AuthorDate: Fri Nov 12 00:46:30 2021 +0000
[site-publish] source tomee-site-generator
https://github.com/apache/tomee-site-generator
https://ci-builds.apache.org/job/Tomee/job/site-publish
---
jakartaee-9.0/javadoc/index-all.html | 5 ++---
.../javadoc/jakarta/websocket/RemoteEndpoint.Async.html | 4 ++--
jakartaee-9.0/javadoc/jakarta/websocket/Session.html | 16 ++++++++--------
.../javadoc/jakarta/websocket/WebSocketContainer.html | 12 ++++++------
4 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/jakartaee-9.0/javadoc/index-all.html
b/jakartaee-9.0/javadoc/index-all.html
index f693149..ded7a79 100644
--- a/jakartaee-9.0/javadoc/index-all.html
+++ b/jakartaee-9.0/javadoc/index-all.html
@@ -9978,7 +9978,7 @@
</dd>
<dt><span class="memberNameLink"><a
href="jakarta/websocket/Session.html#getMaxIdleTimeout--">getMaxIdleTimeout()</a></span>
- Method in interface jakarta.websocket.<a
href="jakarta/websocket/Session.html" title="interface in
jakarta.websocket">Session</a></dt>
<dd>
-<div class="block">Return the number of milliseconds before this conversation
may be closed by the container if it is inactive, i.e.</div>
+<div class="block">Return the number of milliseconds before this session will
be closed by the container if it is inactive, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a
href="jakarta/servlet/http/HttpSession.html#getMaxInactiveInterval--">getMaxInactiveInterval()</a></span>
- Method in interface jakarta.servlet.http.<a
href="jakarta/servlet/http/HttpSession.html" title="interface in
jakarta.servlet.http">HttpSession</a></dt>
<dd>
@@ -24033,8 +24033,7 @@
</dd>
<dt><span class="memberNameLink"><a
href="jakarta/websocket/Session.html#setMaxIdleTimeout-long-">setMaxIdleTimeout(long)</a></span>
- Method in interface jakarta.websocket.<a
href="jakarta/websocket/Session.html" title="interface in
jakarta.websocket">Session</a></dt>
<dd>
-<div class="block">Set the non-zero number of milliseconds before this session
will be closed by the container if it is inactive, ie
- no messages are either sent or received.</div>
+<div class="block">Set the number of milliseconds before this session will be
closed by the container if it is inactive, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a
href="jakarta/servlet/http/HttpSession.html#setMaxInactiveInterval-int-">setMaxInactiveInterval(int)</a></span>
- Method in interface jakarta.servlet.http.<a
href="jakarta/servlet/http/HttpSession.html" title="interface in
jakarta.servlet.http">HttpSession</a></dt>
<dd>
diff --git a/jakartaee-9.0/javadoc/jakarta/websocket/RemoteEndpoint.Async.html
b/jakartaee-9.0/javadoc/jakarta/websocket/RemoteEndpoint.Async.html
index 5b01469..2995e97 100644
--- a/jakartaee-9.0/javadoc/jakarta/websocket/RemoteEndpoint.Async.html
+++ b/jakartaee-9.0/javadoc/jakarta/websocket/RemoteEndpoint.Async.html
@@ -228,7 +228,7 @@ extends <a
href="../../jakarta/websocket/RemoteEndpoint.html" title="interface i
<h4>getSendTimeout</h4>
<pre>long getSendTimeout()</pre>
<div class="block">Return the number of milliseconds the implementation will
timeout attempting to send a websocket message. A
- non-positive number indicates the implementation will not timeout attempting
to send a websocket message
+ zero or negative value indicates the implementation will not timeout
attempting to send a websocket message
asynchronously. This value overrides the default value assigned in the
WebSocketContainer.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -244,7 +244,7 @@ extends <a
href="../../jakarta/websocket/RemoteEndpoint.html" title="interface i
<h4>setSendTimeout</h4>
<pre>void setSendTimeout(long timeoutmillis)</pre>
<div class="block">Sets the number of milliseconds the implementation will
timeout attempting to send a websocket message. A
- non-positive number indicates the implementation will not timeout attempting
to send a websocket message
+ zero or negative value indicates the implementation will not timeout
attempting to send a websocket message
asynchronously. This value overrides the default value assigned in the
WebSocketContainer.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
diff --git a/jakartaee-9.0/javadoc/jakarta/websocket/Session.html
b/jakartaee-9.0/javadoc/jakarta/websocket/Session.html
index 7f6c4b6..2abeba5 100644
--- a/jakartaee-9.0/javadoc/jakarta/websocket/Session.html
+++ b/jakartaee-9.0/javadoc/jakarta/websocket/Session.html
@@ -211,7 +211,7 @@ extends java.io.Closeable</pre>
<tr id="i10" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/websocket/Session.html#getMaxIdleTimeout--">getMaxIdleTimeout</a></span>()</code>
-<div class="block">Return the number of milliseconds before this conversation
may be closed by the container if it is inactive, i.e.</div>
+<div class="block">Return the number of milliseconds before this session will
be closed by the container if it is inactive, i.e.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
@@ -316,8 +316,7 @@ extends java.io.Closeable</pre>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../jakarta/websocket/Session.html#setMaxIdleTimeout-long-">setMaxIdleTimeout</a></span>(long milliseconds)</code>
-<div class="block">Set the non-zero number of milliseconds before this session
will be closed by the container if it is inactive, ie
- no messages are either sent or received.</div>
+<div class="block">Set the number of milliseconds before this session will be
closed by the container if it is inactive, i.e.</div>
</td>
</tr>
<tr id="i28" class="altColor">
@@ -559,8 +558,9 @@ extends java.io.Closeable</pre>
<li class="blockList">
<h4>getMaxIdleTimeout</h4>
<pre>long getMaxIdleTimeout()</pre>
-<div class="block">Return the number of milliseconds before this conversation
may be closed by the container if it is inactive, i.e.
- no messages are either sent or received in that time.</div>
+<div class="block">Return the number of milliseconds before this session will
be closed by the container if it is inactive, i.e. no
+ messages are either sent or received in that time. A value that is zero or
negative indicates that this timeout
+ will not be used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the timeout in milliseconds.</dd>
@@ -574,9 +574,9 @@ extends java.io.Closeable</pre>
<li class="blockList">
<h4>setMaxIdleTimeout</h4>
<pre>void setMaxIdleTimeout(long milliseconds)</pre>
-<div class="block">Set the non-zero number of milliseconds before this session
will be closed by the container if it is inactive, ie
- no messages are either sent or received. A value that is 0 or negative
indicates the session will never timeout
- due to inactivity.</div>
+<div class="block">Set the number of milliseconds before this session will be
closed by the container if it is inactive, i.e. no
+ messages are either sent or received in that time. A value that is zero or
negative indicates that this timeout
+ will not be used.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>milliseconds</code> - the number of milliseconds.</dd>
diff --git a/jakartaee-9.0/javadoc/jakarta/websocket/WebSocketContainer.html
b/jakartaee-9.0/javadoc/jakarta/websocket/WebSocketContainer.html
index 8444f1a..6fab255 100644
--- a/jakartaee-9.0/javadoc/jakarta/websocket/WebSocketContainer.html
+++ b/jakartaee-9.0/javadoc/jakarta/websocket/WebSocketContainer.html
@@ -243,7 +243,7 @@ var activeTableTab = "activeTableTab";
<h4>getDefaultAsyncSendTimeout</h4>
<pre>long getDefaultAsyncSendTimeout()</pre>
<div class="block">Return the number of milliseconds the implementation will
timeout attempting to send a websocket message for all
- RemoteEndpoints associated with this container. A non-positive number
indicates the implementation will not
+ RemoteEndpoints associated with this container. A zero or negative value
indicates the implementation will not
timeout attempting to send a websocket message asynchronously. Note this
default may be overridden in each
RemoteEndpoint.</div>
<dl>
@@ -260,12 +260,12 @@ var activeTableTab = "activeTableTab";
<h4>setAsyncSendTimeout</h4>
<pre>void setAsyncSendTimeout(long timeoutmillis)</pre>
<div class="block">Sets the number of milliseconds the implementation will
timeout attempting to send a websocket message for all
- RemoteEndpoints associated with this container. A non-positive number
indicates the implementation will not
+ RemoteEndpoints associated with this container. A zero or negative value
indicates the implementation will not
timeout attempting to send a websocket message asynchronously. Note this
default may be overridden in each
RemoteEndpoint.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>timeoutmillis</code> - the timeout in milliseconds or a non-positive
number for no timeout</dd>
+<dd><code>timeoutmillis</code> - the timeout in milliseconds; use zero or
negative value for no timeout</dd>
</dl>
</li>
</ul>
@@ -397,7 +397,7 @@ var activeTableTab = "activeTableTab";
<h4>getDefaultMaxSessionIdleTimeout</h4>
<pre>long getDefaultMaxSessionIdleTimeout()</pre>
<div class="block">Return the default time in milliseconds after which any web
socket sessions in this container will be closed if
- it has been inactive. A value that is 0 or negative indicates the sessions
will never timeout due to inactivity.
+ it has been inactive. A value that is zero or negative indicates the sessions
will never timeout due to inactivity.
The value may be overridden on a per session basis using <a
href="../../jakarta/websocket/Session.html#setMaxIdleTimeout-long-"><code>Session.setMaxIdleTimeout(long)</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -413,11 +413,11 @@ var activeTableTab = "activeTableTab";
<h4>setDefaultMaxSessionIdleTimeout</h4>
<pre>void setDefaultMaxSessionIdleTimeout(long timeout)</pre>
<div class="block">Sets the default time in milliseconds after which any web
socket sessions in this container will be closed if it
- has been inactive. A value that is 0 or negative indicates the sessions will
never timeout due to inactivity. The
+ has been inactive. A value that is zero or negative indicates the sessions
will never timeout due to inactivity. The
value may be overridden on a per session basis using <a
href="../../jakarta/websocket/Session.html#setMaxIdleTimeout-long-"><code>Session.setMaxIdleTimeout(long)</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>timeout</code> - the maximum time in milliseconds.</dd>
+<dd><code>timeout</code> - the maximum time in milliseconds; use zero or
negative value for no timeout</dd>
</dl>
</li>
</ul>