CloudConnectionEvent Class
Introduction
The CloudConnectionEvent abstract class is the base for events describing the server's connection to the Polar cloud. It is not fired directly; listen to one of its subclasses instead:
Methods
This class extends PolarApiEvent. It is not cancellable.
server
Server server();
Returns:
The current Server.
host
String host();
Returns:
Cloud instance host address.
port
int port();
Returns:
Cloud instance port.