Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.internal.nodefeature | |
com.vaadin.flow.shared.ui |
Modifier and Type | Method and Description |
---|---|
Transport |
PushConfiguration.getFallbackTransport()
Returns the fallback transport type for push.
|
Transport |
PushConfiguration.getTransport()
Returns the primary transport type for push.
|
Modifier and Type | Method and Description |
---|---|
void |
PushConfiguration.setFallbackTransport(Transport fallbackTransport)
Sets the fallback transport type for push.
|
void |
PushConfiguration.setTransport(Transport transport)
Sets the primary transport type for push.
|
Modifier and Type | Method and Description |
---|---|
Transport |
PushConfigurationMap.getFallbackTransport() |
Transport |
PushConfigurationMap.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
PushConfigurationMap.setFallbackTransport(Transport fallbackTransport) |
void |
PushConfigurationMap.setTransport(Transport transport) |
Modifier and Type | Method and Description |
---|---|
static Transport |
Transport.getByIdentifier(String identifier)
Returns a Transport by its identifier.
|
static Transport |
Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport[] |
Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.