FMIceLinkIceServerTest Class Reference

Inherits from NSObject
Declared in FMIceLinkIceServerTest.h
FMIceLinkIceServerTest.m

Overview

An ICE server test.

– iceAddressTypes

Gets the ICE address types.
- (NSMutableArray *)iceAddressTypes

Discussion

Gets the ICE address types.

Declared In

FMIceLinkIceServerTest.h

– icePortRange

Gets the ICE port range.
- (FMIceLinkIcePortRange *)icePortRange

Discussion

Gets the ICE port range.

Declared In

FMIceLinkIceServerTest.h

– iceServer

Gets the ICE server.
- (FMIceLinkIceServer *)iceServer

Discussion

Gets the ICE server.

Declared In

FMIceLinkIceServerTest.h

+ iceServerTestWithIceServer:

Initializes a new instance of the FMIceLinkIceServerTest class.
+ (FMIceLinkIceServerTest *)iceServerTestWithIceServer:(FMIceLinkIceServer *)iceServer

Parameters

iceServer

The ICE server.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

+ iceServerTestWithIceServer:icePortRange:

Initializes a new instance of the FMIceLinkIceServerTest class.
+ (FMIceLinkIceServerTest *)iceServerTestWithIceServer:(FMIceLinkIceServer *)iceServer icePortRange:(FMIceLinkIcePortRange *)icePortRange

Parameters

iceServer

The ICE server.

icePortRange

The ICE port range.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

+ iceServerTestWithIceServer:icePortRange:iceAddressTypes:

Initializes a new instance of the FMIceLinkIceServerTest class.
+ (FMIceLinkIceServerTest *)iceServerTestWithIceServer:(FMIceLinkIceServer *)iceServer icePortRange:(FMIceLinkIcePortRange *)icePortRange iceAddressTypes:(NSMutableArray *)iceAddressTypes

Parameters

iceServer

The ICE server.

icePortRange

The ICE port range.

iceAddressTypes

The ICE address types.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

– initWithIceServer:

Initializes a new instance of the FMIceLinkIceServerTest class.
- (instancetype)initWithIceServer:(FMIceLinkIceServer *)iceServer

Parameters

iceServer

The ICE server.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

– initWithIceServer:icePortRange:

Initializes a new instance of the FMIceLinkIceServerTest class.
- (instancetype)initWithIceServer:(FMIceLinkIceServer *)iceServer icePortRange:(FMIceLinkIcePortRange *)icePortRange

Parameters

iceServer

The ICE server.

icePortRange

The ICE port range.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

– initWithIceServer:icePortRange:iceAddressTypes:

Initializes a new instance of the FMIceLinkIceServerTest class.
- (instancetype)initWithIceServer:(FMIceLinkIceServer *)iceServer icePortRange:(FMIceLinkIcePortRange *)icePortRange iceAddressTypes:(NSMutableArray *)iceAddressTypes

Parameters

iceServer

The ICE server.

icePortRange

The ICE port range.

iceAddressTypes

The ICE address types.

Discussion

Initializes a new instance of the FMIceLinkIceServerTest class.

Declared In

FMIceLinkIceServerTest.h

– run

Runs the test.
- (FMIceLinkFuture *)run

Discussion

Runs the test.

Declared In

FMIceLinkIceServerTest.h