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 TypeMethodDescriptionvoid
UIInternals.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 TypeClassDescriptionclass
APushConnection
implementation using the Atmosphere push support that is by default included in Vaadin.