Uses of Interface
com.vaadin.server.communication.PushConnection
-
Packages that use PushConnection Package Description com.vaadin.server.communication com.vaadin.ui -
-
Uses of PushConnection in com.vaadin.server.communication
Classes in com.vaadin.server.communication that implement PushConnection Modifier and Type Class Description classAtmospherePushConnectionAPushConnectionimplementation 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 Modifier and Type Method Description PushConnectionUI. getPushConnection()Returns the internal push connection object used by this UI.Methods in com.vaadin.ui with parameters of type PushConnection Modifier and Type Method Description voidUI. setPushConnection(PushConnection pushConnection)Sets the internal push connection object used by this UI.
-