clientIsReady()
This operation checks whether the client connection to the server is ready.
public boolean clientIsReady()
RETURNS:
boolean
Returns true if the client is connected and ready, false otherwise.
Example
boolean ready = client.clientIsReady();
System.out.println("Client ready: " + ready);