An ICE server test. More...
Instance Methods | |
(NSMutableArray *) | - iceAddressTypes |
Gets the ICE address types. More... | |
(FMLiveSwitchIcePortRange *) | - icePortRange |
Gets the ICE port range. More... | |
(FMLiveSwitchIceServer *) | - iceServer |
Gets the ICE server. More... | |
(instancetype) | - initWithIceServer: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
(instancetype) | - initWithIceServer:icePortRange: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
(instancetype) | - initWithIceServer:icePortRange:iceAddressTypes: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
(FMLiveSwitchFuture< FMLiveSwitchIceServerTestResult * > *) | - run |
Runs the test. More... | |
Class Methods | |
(FMLiveSwitchIceServerTest *) | + iceServerTestWithIceServer: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
(FMLiveSwitchIceServerTest *) | + iceServerTestWithIceServer:icePortRange: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
(FMLiveSwitchIceServerTest *) | + iceServerTestWithIceServer:icePortRange:iceAddressTypes: |
Initializes a new instance of the FMLiveSwitchIceServerTest class. More... | |
An ICE server test.
- (NSMutableArray*) iceAddressTypes |
Gets the ICE address types.
- (FMLiveSwitchIcePortRange*) icePortRange |
Gets the ICE port range.
- (FMLiveSwitchIceServer*) iceServer |
Gets the ICE server.
+ (FMLiveSwitchIceServerTest*) iceServerTestWithIceServer: | (FMLiveSwitchIceServer *) | iceServer |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
+ (FMLiveSwitchIceServerTest*) iceServerTestWithIceServer: | (FMLiveSwitchIceServer *) | iceServer | |
icePortRange: | (FMLiveSwitchIcePortRange *) | icePortRange | |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
+ (FMLiveSwitchIceServerTest*) iceServerTestWithIceServer: | (FMLiveSwitchIceServer *) | iceServer | |
icePortRange: | (FMLiveSwitchIcePortRange *) | icePortRange | |
iceAddressTypes: | (NSMutableArray *) | iceAddressTypes | |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
iceAddressTypes | The ICE address types. |
- (instancetype) initWithIceServer: | (FMLiveSwitchIceServer *) | iceServer |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
- (instancetype) initWithIceServer: | (FMLiveSwitchIceServer *) | iceServer | |
icePortRange: | (FMLiveSwitchIcePortRange *) | icePortRange | |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
- (instancetype) initWithIceServer: | (FMLiveSwitchIceServer *) | iceServer | |
icePortRange: | (FMLiveSwitchIcePortRange *) | icePortRange | |
iceAddressTypes: | (NSMutableArray *) | iceAddressTypes | |
Initializes a new instance of the FMLiveSwitchIceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
iceAddressTypes | The ICE address types. |
Runs the test.