We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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
A
PushConnection
implementation using the Atmosphere push support that is by default included in Vaadin.