| Package | Description |
|---|---|
| com.vaadin.client.communication |
| Modifier and Type | Method and Description |
|---|---|
static DefaultConnectionStateHandler.Type |
DefaultConnectionStateHandler.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultConnectionStateHandler.Type[] |
DefaultConnectionStateHandler.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultConnectionStateHandler.handleRecoverableError(DefaultConnectionStateHandler.Type type,
JsonObject payload)
Called whenever an error occurs in communication which should be handled
by showing the reconnect dialog and retrying communication until
successful again.
|
boolean |
DefaultConnectionStateHandler.Type.isHigherPriorityThan(DefaultConnectionStateHandler.Type type)
Checks if this type is of higher priority than the given type.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.