| Package | Description |
|---|---|
| com.vaadin.client.communication |
| Modifier and Type | Method and 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 request.
|
void |
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) |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.