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 TypeMethodDescriptionvoidPushConfiguration.setFallbackTransport(Transport fallbackTransport) Sets the fallback transport type for push.voidPushConfiguration.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 TypeMethodDescriptionvoidPushConfigurationMap.setFallbackTransport(Transport fallbackTransport) voidPushConfigurationMap.setTransport(Transport transport)