Uses of Class
org.atmosphere.gwt20.client.AtmosphereRequestConfig.Transport
-
Packages that use AtmosphereRequestConfig.Transport Package Description org.atmosphere.gwt20.client -
-
Uses of AtmosphereRequestConfig.Transport in org.atmosphere.gwt20.client
Methods in org.atmosphere.gwt20.client that return AtmosphereRequestConfig.Transport Modifier and Type Method Description static AtmosphereRequestConfig.TransportAtmosphereRequestConfig.Transport. fromString(java.lang.String s)AtmosphereRequestConfig.TransportAtmosphereResponse. getTransport()AtmosphereRequestConfig.TransportAtmosphereResponseImpl. getTransport()static AtmosphereRequestConfig.TransportAtmosphereRequestConfig.Transport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AtmosphereRequestConfig.Transport[]AtmosphereRequestConfig.Transport. 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.Transport Modifier and Type Method Description voidAtmosphereRequestConfig. setFallbackTransport(AtmosphereRequestConfig.Transport transport)voidRequestConfig. setFallbackTransport(AtmosphereRequestConfig.Transport transport)voidAtmosphereRequestConfig. setTransport(AtmosphereRequestConfig.Transport transport)voidRequestConfig. setTransport(AtmosphereRequestConfig.Transport transport)
-