]> source.dussan.org Git - vaadin-framework.git/commit
Rewrite client request into JSON (#9269, #11257)
authorHenrik Paul <henrik@vaadin.com>
Mon, 2 Sep 2013 13:48:15 +0000 (16:48 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 4 Sep 2013 07:25:13 +0000 (07:25 +0000)
commitc14334f284c7e7c344b2983726b9242e3ef8562e
tree56484511c87300a04286653f1abee7451cac2224
parentaae2fa65316a228f7e1c17bd976ab0cbcc22543c
Rewrite client request into JSON (#9269, #11257)

Change-Id: I0001d54f890ad8e5787d1f6c076d1f1d75dd32d2
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
client/src/com/vaadin/client/communication/PushConnection.java
server/src/com/vaadin/server/communication/ServerRpcHandler.java
server/src/com/vaadin/server/communication/UIInitHandler.java
shared/src/com/vaadin/shared/ApplicationConstants.java