Uses of Class
com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
Packages that use AtmospherePushConnection.AtmosphereResponse
-
Uses of AtmospherePushConnection.AtmosphereResponse in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type AtmospherePushConnection.AtmosphereResponseModifier and TypeMethodDescriptionprotected voidAtmospherePushConnection.onClientTimeout(AtmospherePushConnection.AtmosphereResponse response) Called when the Atmosphere client side timeout occurs.protected voidAtmospherePushConnection.onClose(AtmospherePushConnection.AtmosphereResponse response) Called when the push connection has been closed.protected voidAtmospherePushConnection.onConnect(AtmospherePushConnection.AtmosphereResponse response) Called whenever a server push connection is established (or re-established).protected voidAtmospherePushConnection.onError(AtmospherePushConnection.AtmosphereResponse response) Called if the push connection fails.protected voidAtmospherePushConnection.onMessage(AtmospherePushConnection.AtmosphereResponse response) Called whenever a message is received by Atmosphere.protected voidAtmospherePushConnection.onOpen(AtmospherePushConnection.AtmosphereResponse response) protected voidAtmospherePushConnection.onReconnect(com.google.gwt.core.client.JavaScriptObject request, AtmospherePushConnection.AtmosphereResponse response) Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection.protected voidAtmospherePushConnection.onReopen(AtmospherePushConnection.AtmosphereResponse response)