FMIceLinkIceServerTest Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkIceServerTest.h FMIceLinkIceServerTest.m  | 
– iceAddressTypes
	
Gets the ICE address types.
			- (NSMutableArray *)iceAddressTypesDiscussion
Gets the ICE address types.
			Declared In
FMIceLinkIceServerTest.h
– icePortRange
	
Gets the ICE port range.
			- (FMIceLinkIcePortRange *)icePortRangeDiscussion
Gets the ICE port range.
			Declared In
FMIceLinkIceServerTest.h
– iceServer
	
Gets the ICE server.
			- (FMIceLinkIceServer *)iceServerDiscussion
Gets the ICE server.
			Declared In
FMIceLinkIceServerTest.h
+ iceServerTestWithIceServer:
	
Initializes a new instance of the FMIceLinkIceServerTest class.
			+ (FMIceLinkIceServerTest *)iceServerTestWithIceServer:(FMIceLinkIceServer *)iceServerParameters
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 *)icePortRangeParameters
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 *)iceAddressTypesParameters
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 *)iceServerParameters
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 *)icePortRangeParameters
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 *)iceAddressTypesParameters
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 *)runDiscussion
Runs the test.
			Declared In
FMIceLinkIceServerTest.h