Uses of Interface
com.vaadin.flow.server.communication.PushConnection
Packages that use PushConnection
-
Uses of PushConnection in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return PushConnectionModifier and TypeMethodDescriptionUIInternals.getPushConnection()Returns the internal push connection object used by the related UI.Methods in com.vaadin.flow.component.internal with parameters of type PushConnectionModifier and TypeMethodDescriptionvoidUIInternals.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 PushConnectionModifier and TypeClassDescriptionclassAPushConnectionimplementation using the Atmosphere push support that is by default included in Vaadin.