Uses of Interface
com.vaadin.flow.server.communication.PushConnection
-
Packages that use PushConnection Package Description com.vaadin.flow.component.internal com.vaadin.flow.server.communication -
-
Uses of PushConnection in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return PushConnection Modifier and Type Method Description PushConnectionUIInternals. getPushConnection()Returns the internal push connection object used by the related UI.Methods in com.vaadin.flow.component.internal with parameters of type PushConnection Modifier and Type Method Description voidUIInternals. setPushConnection(PushConnection pushConnection)Sets the internal push connection object used by the related UI. -
Uses of PushConnection in com.vaadin.flow.server.communication
Classes in com.vaadin.flow.server.communication that implement PushConnection Modifier and Type Class Description classAtmospherePushConnectionAPushConnectionimplementation using the Atmosphere push support that is by default included in Vaadin.
-