Package com.vaadin.client.communication

Interface Summary
DiffJSONSerializer<T>  
HasJavaScriptConnectorHelper  
JSONSerializer<T> Implementors of this interface knows how to serialize an Object of a given type to JSON and how to deserialize the JSON back into an object.
PushConnection Represents the client-side endpoint of a bidirectional ("push") communication channel.
StateChangeEvent.StateChangeHandler Event handler that gets notified whenever any part of the state has been updated by the server.
 

Class Summary
AbstractServerConnectorEvent<H extends EventHandler>  
AtmospherePushConnection The default PushConnection implementation that uses Atmosphere for handling the communication channel.
AtmospherePushConnection.AbstractJSO  
AtmospherePushConnection.AtmosphereConfiguration  
AtmospherePushConnection.AtmosphereResponse  
AtmospherePushConnection.FragmentedMessage Represents a message that should be sent as multiple fragments.
Date_Serializer Client side serializer/deserializer for java.util.Date
Heartbeat Handles sending of heartbeats to the server and reacting to the response
JavaScriptMethodInvocation A MethodInvocation that originates from JavaScript.
JsonDecoder Client side decoder for decodeing shared state and other values from JSON received from the server.
JsonEncoder Encoder for converting RPC parameters and other values to JSON for transfer between the client and the server.
RpcManager Client side RPC manager that can invoke methods based on RPC calls received from the server.
RpcProxy Class for creating proxy instances for Client to Server RPC.
StateChangeEvent  
TranslatedURLReference A URLReference implementation which does late URL translation to be able to re-translate URLs if e.g.
URLReference_Serializer  
 

Enum Summary
AtmospherePushConnection.State  
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.