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 void
DefaultConnectionStateHandler. handleUnauthorized(XhrConnectionError xhrConnectionError)
void
ConnectionStateHandler. xhrException(XhrConnectionError xhrConnectionError)
Called when an exception occurs during an XmlHttpRequest request to the server.void
DefaultConnectionStateHandler. xhrException(XhrConnectionError xhrConnectionError)
void
ConnectionStateHandler. xhrInvalidContent(XhrConnectionError xhrConnectionError)
Called when invalid content (not JSON) was returned from the server as the result of an XmlHttpRequest requestvoid
DefaultConnectionStateHandler. xhrInvalidContent(XhrConnectionError xhrConnectionError)
void
ConnectionStateHandler. xhrInvalidStatusCode(XhrConnectionError xhrConnectionError)
Called when invalid status code (not 200) was returned by the server as the result of an XmlHttpRequest.void
DefaultConnectionStateHandler. xhrInvalidStatusCode(XhrConnectionError xhrConnectionError)
-