public interface JsonRpcWSConnectionListener
Modifier and Type | Method and Description |
---|---|
void |
connected()
Method invoked when the JsonRpcWS client successfully connects to the
server
|
void |
connectionFailed()
Method invoked when the JsonRpcWS client could not connect to the server.
|
void |
disconnected()
Method invoked when the JsonRpcWS client connection with the server is
interrupted
|
void |
reconnected(boolean sameServer)
Method invoked when the JsonRpcWS client is reconnected to a server
|
void connected()
void connectionFailed()
void disconnected()
void reconnected(boolean sameServer)