An ICE server test result. More...
Instance Methods | |
| (NSMutableArray *) | - candidates | 
| Gets the candidates.  More... | |
| (NSMutableArray *) | - getServerAddressesWithPort: | 
| Gets the server addresses from the candidates and a given port.  More... | |
| (NSMutableArray *) | - getServerAddressesWithPort:publicIPAddress: | 
| Gets the server addresses from the candidates and a given port.  More... | |
| (NSMutableArray *) | - getServerAddressesWithPort:publicIPAddresses: | 
| Gets the server addresses from the candidates and a given port.  More... | |
| (NSMutableArray *) | - hostCandidates | 
| Gets the host candidates.  More... | |
| (instancetype) | - initWithCandidates: | 
| Initializes a new instance of the FMLiveSwitchIceServerTestResult class.  More... | |
| (NSMutableArray *) | - peerReflexiveCandidates | 
| Gets the peer reflexive candidates.  More... | |
| (NSMutableArray *) | - relayedCandidates | 
| Gets the relayed candidates.  More... | |
| (NSMutableArray *) | - serverReflexiveCandidates | 
| Gets the server reflexive candidates.  More... | |
Class Methods | |
| (FMLiveSwitchIceServerTestResult *) | + iceServerTestResultWithCandidates: | 
| Initializes a new instance of the FMLiveSwitchIceServerTestResult class.  More... | |
An ICE server test result.
| - (NSMutableArray*) candidates | 
Gets the candidates.
| - (NSMutableArray*) getServerAddressesWithPort: | (int) | port | 
Gets the server addresses from the candidates 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. | 
| - (NSMutableArray*) getServerAddressesWithPort: | (int) | port | |
| publicIPAddress: | (NSString *) | publicIPAddress | |
Gets the server addresses from the candidates 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. | 
| - (NSMutableArray*) getServerAddressesWithPort: | (int) | port | |
| publicIPAddresses: | (NSMutableArray *) | publicIPAddresses | |
Gets the server addresses from the candidates 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. | 
| - (NSMutableArray*) hostCandidates | 
Gets the host candidates.
| + (FMLiveSwitchIceServerTestResult*) iceServerTestResultWithCandidates: | (NSMutableArray *) | candidates | 
Initializes a new instance of the FMLiveSwitchIceServerTestResult class.
| candidates | The candidates. | 
| - (instancetype) initWithCandidates: | (NSMutableArray *) | candidates | 
Initializes a new instance of the FMLiveSwitchIceServerTestResult class.
| candidates | The candidates. | 
| - (NSMutableArray*) peerReflexiveCandidates | 
Gets the peer reflexive candidates.
| - (NSMutableArray*) relayedCandidates | 
Gets the relayed candidates.
| - (NSMutableArray*) serverReflexiveCandidates | 
Gets the server reflexive candidates.