public class JsonRpcConnectionListenerKurento extends Object implements JsonRpcWSConnectionListener
| Constructor and Description |
|---|
JsonRpcConnectionListenerKurento(KurentoConnectionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
connected() |
void |
connectionFailed() |
static JsonRpcWSConnectionListener |
create(KurentoConnectionListener listener) |
void |
disconnected() |
void |
reconnected(boolean sameServer) |
public JsonRpcConnectionListenerKurento(KurentoConnectionListener listener)
public void connectionFailed()
connectionFailed in interface JsonRpcWSConnectionListenerpublic void connected()
connected in interface JsonRpcWSConnectionListenerpublic void disconnected()
disconnected in interface JsonRpcWSConnectionListenerpublic void reconnected(boolean sameServer)
reconnected in interface JsonRpcWSConnectionListenerpublic static JsonRpcWSConnectionListener create(KurentoConnectionListener listener)
Copyright © 2015 Kurento. All rights reserved.