diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-22 13:59:26 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-22 14:30:53 +0300 |
commit | 7a8fd7b5c0223ef6820b4e5cdbe1c05578b17d4a (patch) | |
tree | 1a575d46b1d6ab45a19892f11ed5808f3728dd48 /shared/src | |
parent | 20b403146e96b7201583e9244bc90c5a1c2191f1 (diff) | |
download | vaadin-framework-7a8fd7b5c0223ef6820b4e5cdbe1c05578b17d4a.tar.gz vaadin-framework-7a8fd7b5c0223ef6820b4e5cdbe1c05578b17d4a.zip |
Sending and receiving heartbeat requests (#9265)
Diffstat (limited to 'shared/src')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index 31e633a210..9d1ed7341d 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -23,6 +23,8 @@ public class ApplicationConstants { public static final String UIDL_REQUEST_PATH = "UIDL/"; + public static final String HEARTBEAT_REQUEST_PATH = "HEARTBEAT/"; + public static final String CONNECTOR_RESOURCE_PREFIX = APP_REQUEST_PATH + "CONNECTOR"; |