public class JsonRpcWSConnectionAdapter extends Object implements JsonRpcWSConnectionListener
Constructor and Description |
---|
JsonRpcWSConnectionAdapter() |
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 |
reconnecting()
Method invoked when the JsonRpcWS client is disconnected from a server and it is trying to
reconnect
|
public void connected()
JsonRpcWSConnectionListener
connected
in interface JsonRpcWSConnectionListener
public void connectionFailed()
JsonRpcWSConnectionListener
connectionFailed
in interface JsonRpcWSConnectionListener
public void disconnected()
JsonRpcWSConnectionListener
disconnected
in interface JsonRpcWSConnectionListener
public void reconnected(boolean sameServer)
JsonRpcWSConnectionListener
reconnected
in interface JsonRpcWSConnectionListener
public void reconnecting()
JsonRpcWSConnectionListener
reconnecting
in interface JsonRpcWSConnectionListener
Copyright © 2017 Kurento. All rights reserved.