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 class
AtmospherePushConnection
APushConnection
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 Modifier and Type Method Description PushConnection
UI. 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 void
UI. setPushConnection(PushConnection pushConnection)
Sets the internal push connection object used by this UI.
-