Uses of Class
com.vaadin.server.communication.AtmospherePushConnection.State

Packages that use AtmospherePushConnection.State
com.vaadin.server.communication   
 

Uses of AtmospherePushConnection.State in com.vaadin.server.communication
 

Methods in com.vaadin.server.communication that return AtmospherePushConnection.State
protected  AtmospherePushConnection.State AtmospherePushConnection.getState()
          Returns the state of this connection.
static AtmospherePushConnection.State AtmospherePushConnection.State.valueOf(java.lang.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.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.