Uses of Class
com.vaadin.client.communication.XhrConnectionError
Packages that use XhrConnectionError
-
Uses of XhrConnectionError in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type XhrConnectionErrorModifier and TypeMethodDescriptionprotected voidDefaultConnectionStateHandler.handleUnauthorized(XhrConnectionError xhrConnectionError) voidConnectionStateHandler.xhrException(XhrConnectionError xhrConnectionError) Called when an exception occurs during an XmlHttpRequest request to the server.voidDefaultConnectionStateHandler.xhrException(XhrConnectionError xhrConnectionError) voidConnectionStateHandler.xhrInvalidContent(XhrConnectionError xhrConnectionError) Called when invalid content (not JSON) was returned from the server as the result of an XmlHttpRequest request.voidDefaultConnectionStateHandler.xhrInvalidContent(XhrConnectionError xhrConnectionError) voidConnectionStateHandler.xhrInvalidStatusCode(XhrConnectionError xhrConnectionError) Called when invalid status code (not 200) was returned by the server as the result of an XmlHttpRequest.voidDefaultConnectionStateHandler.xhrInvalidStatusCode(XhrConnectionError xhrConnectionError)