Uses of Enum
com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Packages that use DefaultConnectionStateHandler.Type
-
Uses of DefaultConnectionStateHandler.Type in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return DefaultConnectionStateHandler.TypeModifier and TypeMethodDescriptionReturns 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.Methods in com.vaadin.client.communication with parameters of type DefaultConnectionStateHandler.TypeModifier and TypeMethodDescriptionprotected voidDefaultConnectionStateHandler.handleRecoverableError(DefaultConnectionStateHandler.Type type, elemental.json.JsonObject payload) Called whenever an error occurs in communication which should be handled by showing the reconnect dialog and retrying communication until successful again.booleanDefaultConnectionStateHandler.Type.isHigherPriorityThan(DefaultConnectionStateHandler.Type type) Checks if this type is of higher priority than the given type.