public class IceCandidateInfo extends Notification
NotificationNotification.Method| Constructor and Description |
|---|
IceCandidateInfo(org.kurento.client.IceCandidate iceCandidate,
String endpointName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointName() |
org.kurento.client.IceCandidate |
getIceCandidate() |
void |
setEndpointName(String endpointName) |
void |
setIceCandidate(org.kurento.client.IceCandidate iceCandidate) |
String |
toString() |
getMethod, setMethodpublic IceCandidateInfo(org.kurento.client.IceCandidate iceCandidate,
String endpointName)
public org.kurento.client.IceCandidate getIceCandidate()
public void setIceCandidate(org.kurento.client.IceCandidate iceCandidate)
public String getEndpointName()
public void setEndpointName(String endpointName)
public String toString()
toString in class NotificationCopyright © 2015 Kurento. All rights reserved.