Uses of Interface
com.vaadin.server.communication.PushConnection

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

Uses of PushConnection in com.vaadin.server.communication
 

Classes in com.vaadin.server.communication that implement PushConnection
 class AtmospherePushConnection
          A PushConnection implementation using the Atmosphere push support that is by default included in Vaadin.
 

Uses of PushConnection in com.vaadin.ui
 

Methods in com.vaadin.ui that return PushConnection
 PushConnection UI.getPushConnection()
          Returns the internal push connection object used by this UI.
 

Methods in com.vaadin.ui with parameters of type PushConnection
 void UI.setPushConnection(PushConnection pushConnection)
          Sets the internal push connection object used by this UI.
 



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