Uses of Class
org.atmosphere.gwt20.client.AtmosphereRequestConfig.Transport

Packages that use AtmosphereRequestConfig.Transport
org.atmosphere.gwt20.client   
 

Uses of AtmosphereRequestConfig.Transport in org.atmosphere.gwt20.client
 

Methods in org.atmosphere.gwt20.client that return AtmosphereRequestConfig.Transport
static AtmosphereRequestConfig.Transport AtmosphereRequestConfig.Transport.fromString(String s)
           
 AtmosphereRequestConfig.Transport AtmosphereResponseImpl.getTransport()
           
 AtmosphereRequestConfig.Transport AtmosphereResponse.getTransport()
           
static AtmosphereRequestConfig.Transport AtmosphereRequestConfig.Transport.valueOf(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
 void RequestConfig.setFallbackTransport(AtmosphereRequestConfig.Transport transport)
           
 void AtmosphereRequestConfig.setFallbackTransport(AtmosphereRequestConfig.Transport transport)
           
 void RequestConfig.setTransport(AtmosphereRequestConfig.Transport transport)
           
 void AtmosphereRequestConfig.setTransport(AtmosphereRequestConfig.Transport transport)
           
 



Copyright © 2014. All Rights Reserved.