Uses of Package
com.vaadin.server.communication
-
Packages that use com.vaadin.server.communication Package Description com.vaadin.server.communication com.vaadin.ui -
Classes in com.vaadin.server.communication used by com.vaadin.server.communication Class Description AtmospherePushConnection.State JSONSerializer 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 a bidirectional ("push") connection between a single UI and its client-side.PushHandler Handles incoming push connections and messages and dispatches them to the correctUI/AtmospherePushConnectionServerRpcHandler Handles a client-to-server message containing serializedserver RPCinvocations.UIInitHandler Handles an initial request from the client to initialize aUI. -
Classes in com.vaadin.server.communication used by com.vaadin.ui Class Description PushConnection Represents a bidirectional ("push") connection between a single UI and its client-side.