aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/PushConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Update/add @since tags in javadocHenri Sara2015-10-071-2/+2
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-0/+33
* Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...Artur Signell2015-08-311-40/+21
* Allow using XHR for client to server requests and websockets for push (#12518)Artur Signell2015-07-131-0/+37
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-251-46/+1
* Make push path configurable (#14432).Tapio Aali2015-02-181-1/+46
* Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-1/+1
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Refactor PushConnection handling (#13223)Johannes Dahlström2014-01-311-15/+27
|/
* Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-051-0/+282