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

From Documentation
(pingIntervalSecond)
 
(change spec. on ZK 9.6.1)
Line 7: Line 7:
 
  Default: <i>0</i> (Turned off)
 
  Default: <i>0</i> (Turned off)
 
  [Since 9.5.0]
 
  [Since 9.5.0]
 +
 +
Default: <i>25</i> (Turned on)
 +
[Since 9.6.1]
 
{{ZK EE}}
 
{{ZK EE}}
  

Revision as of 08:38, 11 November 2021


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


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

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

It specifies the interval in second of the ping mechanism described in RFC 6455 when WebSocket connection is enabled.

Only works when WebSocket connection is enabled.



Last Update : 2021/11/11

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