Uses of Class
org.atmosphere.gwt20.client.AtmosphereResponseImpl.State
-
Packages that use AtmosphereResponseImpl.State Package Description org.atmosphere.gwt20.client -
-
Uses of AtmosphereResponseImpl.State in org.atmosphere.gwt20.client
Methods in org.atmosphere.gwt20.client that return AtmosphereResponseImpl.State Modifier and Type Method Description static AtmosphereResponseImpl.StateAtmosphereResponseImpl.State. fromString(java.lang.String s)AtmosphereResponseImpl.StateAtmosphereResponse. getState()AtmosphereResponseImpl.StateAtmosphereResponseImpl. getState()static AtmosphereResponseImpl.StateAtmosphereResponseImpl.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AtmosphereResponseImpl.State[]AtmosphereResponseImpl.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-