ConnectionStatus Event
Fired to indicate changes in connection state.
Syntax
public class DefaultAzurerelayreceiverEventListener implements AzurerelayreceiverEventListener { ... public void connectionStatus(AzurerelayreceiverConnectionStatusEvent e) {} ... } public class AzurerelayreceiverConnectionStatusEvent { public String connectionEvent; public int statusCode; public String description; }
Remarks
The ConnectionStatus event is fired when the connection state changes: completion of a firewall or proxy connection, completion of a security handshake, etc.
The ConnectionEvent parameter indicates the type of connection event. Values may include:
Firewall connection complete. | |
SSL handshake complete (where applicable). | |
WebSocket handshake complete. | |
Remote host connection complete. | |
Remote host disconnected. | |
WebSocket connection broken. | |
SSL connection broken. | |
Firewall host disconnected. |
StatusCode has the error code returned by the TCP/IP stack. Description contains a description of this code. The value of StatusCode is equal to the value of the error.