]> source.dussan.org Git - vaadin-framework.git/commit
Implement long polling support for push (#13011)
authorJohannes Dahlström <johannesd@vaadin.com>
Wed, 22 Jan 2014 15:48:19 +0000 (17:48 +0200)
committerArtur Signell <artur@vaadin.com>
Fri, 31 Jan 2014 09:21:44 +0000 (09:21 +0000)
commitefd8f211612fa55a2b35d1c72a9913f2011bfe7a
tree27851a8c6ebcd7c408054a9152f8fd870a771bc2
parent3c5644c4a3e0484b7e65a2852d9cedeeab167419
Implement long polling support for push (#13011)

* The Transport enum has a new LONG_POLLING constant
* AbstractTestUI supports the ?transport=long-polling GET parameter

Change-Id: Ic2f5abfbd4aa3c875f5c83932ce5ee6f31c366ad
shared/src/com/vaadin/shared/ui/ui/Transport.java
uitest/src/com/vaadin/tests/components/AbstractTestUI.java
uitest/src/com/vaadin/tests/push/BasicPushLongPolling.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/BasicPushLongPollingTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/LongPollingReconnectTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataLongPolling.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushLargeDataLongPollingTest.java [new file with mode: 0644]