(Client client, Object error)
| 1765 | } |
| 1766 | |
| 1767 | public void onClose(Client client, Object error) { |
| 1768 | if (!client.error) { |
| 1769 | this.cleanupWsClient(client, error); |
| 1770 | } |
| 1771 | } |
| 1772 | |
| 1773 | public void onError(Client client, Object error) { |
| 1774 | this.cleanupWsClient(client, error); |