| Package | Description |
|---|---|
| com.vaadin.client.communication |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AtmospherePushConnection.onClientTimeout(AtmospherePushConnection.AtmosphereResponse response)
Called when the Atmosphere client side timeout occurs.
|
protected void |
AtmospherePushConnection.onClose(AtmospherePushConnection.AtmosphereResponse response)
Called when the push connection has been closed.
|
protected void |
AtmospherePushConnection.onConnect(AtmospherePushConnection.AtmosphereResponse response)
Called whenever a server push connection is established (or
re-established).
|
protected void |
AtmospherePushConnection.onError(AtmospherePushConnection.AtmosphereResponse response)
Called if the push connection fails.
|
protected void |
AtmospherePushConnection.onMessage(AtmospherePushConnection.AtmosphereResponse response)
Called whenever a message is received by Atmosphere.
|
protected void |
AtmospherePushConnection.onOpen(AtmospherePushConnection.AtmosphereResponse response) |
protected void |
AtmospherePushConnection.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 void |
AtmospherePushConnection.onReopen(AtmospherePushConnection.AtmosphereResponse response) |
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.