| Modifier and Type | Method and Description |
|---|---|
Date |
getLastConnectTime()
Returns the time the client was connected or reconnected to the server.
|
ClientParameters |
getParameters()
Returns the parameters used by the client to connect to the server.
|
void |
reconnect()
Reconnects the client to the server.
|
void reconnect()
throws RuntimeException
RuntimeException - if there were errors while reconnecting.ClientParameters getParameters() throws RuntimeException
RuntimeException - if there errors fetching the parameters.Date getLastConnectTime() throws RuntimeException
RuntimeException - if the client was not initialized.Copyright © 2015. All Rights Reserved.