org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection {{GlobalLibraryProperty}} Default: <i>true</i> [Since 9...")
 
Line 12: Line 12:
  
 
Only works when WebSocket connection is enabled.
 
Only works when WebSocket connection is enabled.
 +
 +
When ZK reconnects the server and fails, the browser console will show the error like:
 +
zk.wpd:48603 WebSocket connection to 'ws://192.168.0.5:8080/yourapp/zkwm?dtid=z_36yyy9abcdabde9H8npff8Ew' failed:
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 04:30, 11 January 2022


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection
org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection


Property: org.zkoss.zkmax.au.websocket.WebSocketEndPoint.reconnection

Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true
[Since 9.6.1]
  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

Specifies it to enable or not for the websocket client reconnection mechansim.

Only works when WebSocket connection is enabled.

When ZK reconnects the server and fails, the browser console will show the error like:

zk.wpd:48603 WebSocket connection to 'ws://192.168.0.5:8080/yourapp/zkwm?dtid=z_36yyy9abcdabde9H8npff8Ew' failed: 



Last Update : 2022/01/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.