public static class UIState.PushConfigurationState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
alwaysUseXhrForServerRequests |
static String |
FALLBACK_TRANSPORT_PARAM |
PushMode |
mode |
Map<String,String> |
parameters |
String |
pushUrl |
static String |
TRANSPORT_PARAM |
| Constructor and Description |
|---|
PushConfigurationState() |
public static final String TRANSPORT_PARAM
public static final String FALLBACK_TRANSPORT_PARAM
public boolean alwaysUseXhrForServerRequests
public PushMode mode
public String pushUrl
Copyright © 2021 Vaadin Ltd. All rights reserved.