Uses of Package
com.vaadin.client.communication
Packages that use com.vaadin.client.communication
-
Classes in com.vaadin.client.communication used by com.vaadin.clientClassDescriptionHandles problems and other events which occur during communication with the server.Handles sending of heartbeats to the server and reacting to the responseA MessageHandler is responsible for handling all incoming messages (JSON) from the server (state changes, RPCs and other updates) and ensuring that the connectors are updated accordingly.MessageSender is responsible for sending messages to the server.Handles polling the server with a given interval.Provides the push configuration stored in the root node with an easier to use API.Tracks the reconnect configuration stored in the root node and provides it with an easier to use API.Tracks active server UIDL requests.Handles creating and sending messages to the server using
ServerRpcQueue.Manages the queue of server invocations (RPC) which are waiting to be sent to the server.Provides a connection to the UIDL request handler on the server and knows how to send messages to that end point. -
Classes in com.vaadin.client.communication used by com.vaadin.client.communicationClassDescriptionJavaScriptObject class with some helper methods to set and get primitive values.Provides information from the Atmosphere configuration object.Provides data from an Atmosphere response JavaScript object.Represents the connection state of a push connection.Handles problems and other events which occur during communication with the server.Handles polling the server with a given interval.Represents the client-side endpoint of a bidirectional ("push") communication channel.Event fired when a reconnection attempt is requested.Handler for
ReconnectionAttemptEvents.Event fired when a request starts.Handler forRequestStartingEvents.Event fired when handling of a response ends.Handler forResponseHandlingEndedEvents.Event fired when handling of a response starts.Handler forResponseHandlingStartedEvents.Handles the response from the server by forwarding the received message toMessageHandleror failures to the appropriate method inConnectionStateHandler.XhrConnectionError provides detail about an error which occurred during an XHR request to the server.