Uses of Class
com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Packages that use AtmospherePushConnection.AtmosphereResponse Package Description com.vaadin.client.communication -
-
Uses of AtmospherePushConnection.AtmosphereResponse in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type AtmospherePushConnection.AtmosphereResponse Modifier and Type Method Description protected voidAtmospherePushConnection. onClientTimeout(AtmospherePushConnection.AtmosphereResponse response)protected voidAtmospherePushConnection. onClose(AtmospherePushConnection.AtmosphereResponse response)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)protected voidAtmospherePushConnection. onOpen(AtmospherePushConnection.AtmosphereResponse response)protected voidAtmospherePushConnection. onReconnect(com.google.gwt.core.client.JavaScriptObject request, AtmospherePushConnection.AtmosphereResponse response)protected voidAtmospherePushConnection. onReopen(AtmospherePushConnection.AtmosphereResponse response)
-