Uses of Class
org.atmosphere.gwt20.client.AtmosphereRequestConfig.Flags
-
Packages that use AtmosphereRequestConfig.Flags Package Description org.atmosphere.gwt20.client -
-
Uses of AtmosphereRequestConfig.Flags in org.atmosphere.gwt20.client
Methods in org.atmosphere.gwt20.client that return AtmosphereRequestConfig.Flags Modifier and Type Method Description static AtmosphereRequestConfig.FlagsAtmosphereRequestConfig.Flags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AtmosphereRequestConfig.Flags[]AtmosphereRequestConfig.Flags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.atmosphere.gwt20.client with parameters of type AtmosphereRequestConfig.Flags Modifier and Type Method Description voidAtmosphereRequestConfig. clearFlags(AtmosphereRequestConfig.Flags... flags)voidRequestConfig. clearFlags(AtmosphereRequestConfig.Flags... flags)voidAtmosphereRequestConfig. setFlags(AtmosphereRequestConfig.Flags... flags)voidRequestConfig. setFlags(AtmosphereRequestConfig.Flags... flags)
-