Uses of Enum Class
com.vaadin.flow.shared.ui.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return TransportModifier and TypeMethodDescriptionPushConfiguration.getFallbackTransport()
Returns the fallback transport type for push.PushConfiguration.getTransport()
Returns the primary transport type for push.Methods in com.vaadin.flow.component with parameters of type TransportModifier and TypeMethodDescriptionvoid
PushConfiguration.setFallbackTransport
(Transport fallbackTransport) Sets the fallback transport type for push.void
PushConfiguration.setTransport
(Transport transport) Sets the primary transport type for push. -
Uses of Transport in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return TransportModifier and TypeMethodDescriptionPushConfigurationMap.getFallbackTransport()
PushConfigurationMap.getTransport()
Methods in com.vaadin.flow.internal.nodefeature with parameters of type TransportModifier and TypeMethodDescriptionvoid
PushConfigurationMap.setFallbackTransport
(Transport fallbackTransport) void
PushConfigurationMap.setTransport
(Transport transport)