ZK AU Engine"
From Documentation
Wenninghsu (talk | contribs) |
m ((via JWB)) |
||
Line 2: | Line 2: | ||
=WebSocketEndPoint= | =WebSocketEndPoint= | ||
− | + | {{versionSince|8.5.0}} | |
[Required] Class: <javadoc>org.zkoss.zkmax.au.websocket.WebSocketEndPoint</javadoc> | [Required] Class: <javadoc>org.zkoss.zkmax.au.websocket.WebSocketEndPoint</javadoc> | ||
Revision as of 09:35, 14 March 2022
WebSocketEndPoint
Since 8.5.0
[Required] Class: WebSocketEndPoint
A new ZK Update Engine which is based on WebSocket, the EndPoint handles ping/pong messages from and to the client. Supports only browsers that support WebSocket natively.
To enable WebSocket Connection, add the following listener into zk.xml
<listener>
<listener-class>org.zkoss.zkmax.au.websocket.WebSocketWebAppInit</listener-class>
</listener>
To change the URL pattern, please refer to this library property.
When WebSocket connection is enabled, we'll use WebSocketServerPush by default when server-push started.
Note that we cannot guarantee the accessing of the information provided by http requests when WebSocket connection is enabled.