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

Packages that use AtmosphereRequestConfig
org.atmosphere.gwt20.client   
 

Uses of AtmosphereRequestConfig in org.atmosphere.gwt20.client
 

Methods in org.atmosphere.gwt20.client that return AtmosphereRequestConfig
static AtmosphereRequestConfig AtmosphereRequestConfig.create(ClientSerializer serializer)
          use the same serializer for inbound and outbound
static AtmosphereRequestConfig AtmosphereRequestConfig.create(ClientSerializer inbound, ClientSerializer outbound)
          specify a different serializer for inbound and outbound
 

Methods in org.atmosphere.gwt20.client with parameters of type AtmosphereRequestConfig
 void AtmosphereMessagePublishedHandler.onMessagePublished(AtmosphereRequestConfig request, AtmosphereResponse response)
           
 void AtmosphereReconnectHandler.onReconnect(AtmosphereRequestConfig request, AtmosphereResponse response)
           
 AtmosphereRequest Atmosphere.subscribe(AtmosphereRequestConfig requestConfig)
           
 



Copyright © 2013. All Rights Reserved.