ZK AU Engine"
From Documentation
m ((via JWB)) |
|||
Line 3: | Line 3: | ||
=WebSocketEndPoint= | =WebSocketEndPoint= | ||
{{versionSince|8.5.0}} | {{versionSince|8.5.0}} | ||
+ | {{ZK EE}} | ||
[Required] Class: <javadoc>org.zkoss.zkmax.au.websocket.WebSocketEndPoint</javadoc> | [Required] Class: <javadoc>org.zkoss.zkmax.au.websocket.WebSocketEndPoint</javadoc> | ||
Revision as of 08:54, 13 April 2022
WebSocketEndPoint
Since 8.5.0
- Available for ZK:
[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.