Uses of Package
com.vaadin.server.communication

Packages that use com.vaadin.server.communication
com.vaadin.server.communication   
com.vaadin.ui   
 

Classes in com.vaadin.server.communication used by com.vaadin.server.communication
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 correct UI/ AtmospherePushConnection
UIInitHandler
          Handles an initial request from the client to initialize a UI.
 

Classes in com.vaadin.server.communication used by com.vaadin.ui
PushConnection
          Represents a bidirectional ("push") connection between a single UI and its client-side.
 



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