public class IceCandidatePair extends Object
Modifier | Constructor and Description |
---|---|
protected |
IceCandidatePair()
Default private constructor of IceCandidatePair for serialization with Jackson
|
|
IceCandidatePair(String streamID,
int componentID,
String localCandidate,
String remoteCandidate)
Create a IceCandidatePair
|
Modifier and Type | Method and Description |
---|---|
int |
getComponentID()
get Component ID of the ice connection
|
String |
getLocalCandidate()
get The local candidate used by the ice library.
|
String |
getRemoteCandidate()
get The remote candidate used by the ice library.
|
String |
getStreamID()
get Stream ID of the ice connection
|
void |
setComponentID(int componentID)
set Component ID of the ice connection
|
void |
setLocalCandidate(String localCandidate)
set The local candidate used by the ice library.
|
void |
setRemoteCandidate(String remoteCandidate)
set The remote candidate used by the ice library.
|
void |
setStreamID(String streamID)
set Stream ID of the ice connection
|
protected IceCandidatePair()
public String getStreamID()
public void setStreamID(String streamID)
public int getComponentID()
public void setComponentID(int componentID)
public String getLocalCandidate()
public void setLocalCandidate(String localCandidate)
public String getRemoteCandidate()
public void setRemoteCandidate(String remoteCandidate)
Copyright © 2019 Kurento. All rights reserved.