ZK AU Engine

From Documentation
Revision as of 09:15, 17 October 2017 by Wenninghsu (talk | contribs) (Created page with "{{ZKConfigurationReferencePageHeader}} =WebSocketEndPoint= [since 8.5.0] [Required] Class: <javadoc>org.zkoss.zkmax.au.websocket.WebSocketEndPoint</javadoc> A new ZK Update E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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 client.

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.



Last Update : 2017/10/17

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