An ICE server test result. More...
An ICE server test result.
fm.liveswitch.IceServerTestResult.IceServerTestResult | ( | fm.liveswitch.Candidate[] | candidates | ) |
Initializes a new instance of the fm.liveswitch.IceServerTestResult class.
candidates | The candidates. |
fm.liveswitch.Candidate [] fm.liveswitch.IceServerTestResult.getCandidates | ( | ) |
Gets the candidates.
fm.liveswitch.Candidate [] fm.liveswitch.IceServerTestResult.getHostCandidates | ( | ) |
Gets the host candidates.
fm.liveswitch.Candidate [] fm.liveswitch.IceServerTestResult.getPeerReflexiveCandidates | ( | ) |
Gets the peer reflexive candidates.
fm.liveswitch.Candidate [] fm.liveswitch.IceServerTestResult.getRelayedCandidates | ( | ) |
Gets the relayed candidates.
fm.liveswitch.ServerAddress [] fm.liveswitch.IceServerTestResult.getServerAddresses | ( | int | port | ) |
Gets the server addresses from the fm.liveswitch.IceServerTestResult#getCandidates and a given port.
The IP addresses will be taken from the server-reflexive candidates if available, or the host candidates if not.
port | The port. |
fm.liveswitch.ServerAddress [] fm.liveswitch.IceServerTestResult.getServerAddresses | ( | int | port, |
String | publicIPAddress | ||
) |
Gets the server addresses from the fm.liveswitch.IceServerTestResult#getCandidates and a given port.
The IP addresses will be taken from the server-reflexive candidates if available, or the host candidates if not.
port | The port. |
publicIPAddress | The public IP address, if known. |
fm.liveswitch.ServerAddress [] fm.liveswitch.IceServerTestResult.getServerAddresses | ( | int | port, |
String[] | publicIPAddresses | ||
) |
Gets the server addresses from the fm.liveswitch.IceServerTestResult#getCandidates and a given port.
The IP addresses will be taken from the server-reflexive candidates if available, or the host candidates if not.
port | The port. |
publicIPAddresses | The public IP addresses, if known. |
fm.liveswitch.Candidate [] fm.liveswitch.IceServerTestResult.getServerReflexiveCandidates | ( | ) |
Gets the server reflexive candidates.