Uses of Class
com.vaadin.flow.server.communication.AtmospherePushConnection.State
-
Packages that use AtmospherePushConnection.State Package Description com.vaadin.flow.server.communication -
-
Uses of AtmospherePushConnection.State in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that return AtmospherePushConnection.State Modifier and Type Method Description protected AtmospherePushConnection.StateAtmospherePushConnection. getState()Returns the state of this connection.static AtmospherePushConnection.StateAtmospherePushConnection.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AtmospherePushConnection.State[]AtmospherePushConnection.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-