Uses of Class
com.vaadin.client.communication.XhrConnectionError
-
Packages that use XhrConnectionError Package Description com.vaadin.client.communication -
-
Uses of XhrConnectionError in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type XhrConnectionError Modifier and Type Method Description protected 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)
-