Uses of Class
org.atmosphere.gwt20.client.AtmosphereRequestConfig
-
Packages that use AtmosphereRequestConfig Package Description org.atmosphere.gwt20.client -
-
Uses of AtmosphereRequestConfig in org.atmosphere.gwt20.client
Methods in org.atmosphere.gwt20.client that return AtmosphereRequestConfig Modifier and Type Method Description static AtmosphereRequestConfigAtmosphereRequestConfig. create(ClientSerializer serializer)use the same serializer for inbound and outboundstatic AtmosphereRequestConfigAtmosphereRequestConfig. create(ClientSerializer inbound, ClientSerializer outbound)specify a different serializer for inbound and outbound
-