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()
JsonRpcWSConnectionListenerconnected in interface JsonRpcWSConnectionListenerpublic void connectionFailed()
JsonRpcWSConnectionListenerconnectionFailed in interface JsonRpcWSConnectionListenerpublic void disconnected()
JsonRpcWSConnectionListenerdisconnected in interface JsonRpcWSConnectionListenerpublic void reconnected(boolean sameServer)
JsonRpcWSConnectionListenerreconnected in interface JsonRpcWSConnectionListenerpublic void reconnecting()
JsonRpcWSConnectionListenerreconnecting in interface JsonRpcWSConnectionListenerCopyright © 2017 Kurento. All rights reserved.