Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.function | |
com.vaadin.flow.internal.nodefeature | |
com.vaadin.flow.server | |
com.vaadin.flow.shared.communication |
Modifier and Type | Method and Description |
---|---|
PushMode |
PushConfiguration.getPushMode()
Returns the mode of bidirectional ("push") communication that is used.
|
Modifier and Type | Method and Description |
---|---|
void |
PushConfiguration.setPushMode(PushMode pushMode)
Sets the mode of bidirectional ("push") communication that should be
used.
|
Modifier and Type | Method and Description |
---|---|
PushMode |
DeploymentConfiguration.getPushMode()
Returns the mode of bidirectional ("push") client-server communication
that should be used.
|
Modifier and Type | Method and Description |
---|---|
PushMode |
PushConfigurationMap.getPushMode() |
Modifier and Type | Method and Description |
---|---|
void |
PushConfigurationMap.setPushMode(PushMode pushMode) |
Modifier and Type | Method and Description |
---|---|
PushMode |
PropertyDeploymentConfiguration.getPushMode() |
PushMode |
DefaultDeploymentConfiguration.getPushMode()
Returns the mode of bidirectional ("push") client-server communication
that should be used.
|
PushMode |
BootstrapHandler.BootstrapContext.getPushMode()
Gets the push mode to use.
|
Modifier and Type | Method and Description |
---|---|
static PushMode |
PushMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushMode[] |
PushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.