Uses of Interface
com.vaadin.client.communication.PushConnection
Packages that use PushConnection
-
Uses of PushConnection in com.vaadin.client.communication
Classes in com.vaadin.client.communication that implement PushConnectionModifier and TypeClassDescriptionclassThe defaultPushConnectionimplementation that uses Atmosphere for handling the communication channel.Methods in com.vaadin.client.communication that return PushConnectionMethods in com.vaadin.client.communication with parameters of type PushConnectionModifier and TypeMethodDescriptionvoidConnectionStateHandler.pushClientTimeout(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject response) Called when a client side timeout occurs before a push connection to the server completes.voidDefaultConnectionStateHandler.pushClientTimeout(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject response) voidConnectionStateHandler.pushClosed(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject responseObject) Called when the push connection to the server is closed.voidDefaultConnectionStateHandler.pushClosed(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject response) voidConnectionStateHandler.pushError(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject response) Called when a fatal error fatal error occurs in the push connection.voidDefaultConnectionStateHandler.pushError(PushConnection pushConnection, com.google.gwt.core.client.JavaScriptObject response) voidConnectionStateHandler.pushInvalidContent(PushConnection pushConnection, String message) Called when invalid content (not JSON) was pushed from the server through the push connection.voidDefaultConnectionStateHandler.pushInvalidContent(PushConnection pushConnection, String message) voidConnectionStateHandler.pushOk(PushConnection pushConnection) Called when the push connection to the server has been established.voidDefaultConnectionStateHandler.pushOk(PushConnection pushConnection) voidConnectionStateHandler.pushReconnectPending(PushConnection pushConnection) Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection.voidDefaultConnectionStateHandler.pushReconnectPending(PushConnection pushConnection)